.constructorPageTitle {
    margin-bottom: 8px;
}

.constructorPageTitleText {
    font-weight: 400;
    font-size: 20px;
    line-height: 100%;
    color: #000000;
    padding: 8px 0;
    cursor: text;
    outline: none;
    position: relative;
}

.constructorPageTitleText.empty {
    color: #9aa1aa;
}

.constructorPageTitleText.empty::before {
    content: attr(data-placeholder);
    position: absolute;
    left: 0;
    top: 8px;
    color: #9aa1aa;
    pointer-events: none;
}

.constructorPageTitleInput {
    width: 100%;
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    color: #9aa1aa;
    padding: 8px 0;
    border: none;
    border-bottom: 2px solid #e2e8f0;
    outline: none;
    background: transparent;
}

.constructorPageTitleInput::placeholder {
    color: #9aa1aa;
} 