.constructorPageDescription {
    margin-bottom: 24px;
}

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

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

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