.rd-placeholder {
    align-items: center;
    background-color: #fff;
    border: 4px dashed #d8d7d9;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 20px;
    position: relative;
}

.rd-placeholder:before {
    content: '';
    opacity: 0;
    transition: opacity 250ms ease-in-out;
}

.rd-placeholder > div {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
}

.umb-control.-active .rd-placeholder:before {
    align-items: center;
    background: rgba(0, 0, 0, 0.2);
    color: #fff;
    content: 'Click to change';
    cursor: pointer;
    display: flex;
    font-size: 40px;
    font-style: italic;
    height: 100%;
    justify-content: center;
    left: 0;
    opacity: 1;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10000;
}

.headline-editor .h1 {
    font-size: 24px;
    font-weight: 600;
    line-height: 28px;
}

.headline-editor .h2 {
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
}

.headline-editor .h3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
}

.rd-placeholder .chip {
    align-items: center;
    background: #d8d7d9;
    border-radius: 5px;
    color: #333;
    display: inline-flex;
    font-weight: 700;
    justify-content: center;
    margin: 0 10px 10px 0;
    padding: 5px 10px;
    text-align: center;
}

.introductory-editor .text {
    font-size: 20px;
    line-height: 30px;
}

.rich-text-editor .text {
    font-size: 16px;
    line-height: 24px;
}

.rich-text-editor .text p, .rich-text-editor .text ul, .rich-text-editor .text ol {
    display: block;
    margin: 0;
    padding-bottom: 20px;
    width: 100%;
}

.rich-text-editor .text p, .rich-text-editor .text a, .rich-text-editor .text ul, .rich-text-editor .text ol {
    font-size: 16px;
    line-height: 24px;
}

.rich-text-editor .text ul, .rich-text-editor .text ol {
    list-style: inside;
    padding-left: 0;
}

.rich-text-editor .text a {
    color: #f190a5;
    text-decoration: underline;
}

.button-editor .simple {
    background: transparent;
    border: 1px solid #d8d7d9;
    border-radius: 5px;
    display: inline-block;
    padding: 10px 20px;
}

.button-editor .solid {
    background: linear-gradient(180deg, #f5afae, #f08fa4);
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    padding: 10px 20px;
}

.button-editor .clear {
    background: transparent;
}

.button-editor .chip {
    align-items: center;
    background: #d8d7d9;
    border-radius: 5px;
    color: #333;
    display: inline-flex;
    font-weight: 700;
    justify-content: center;
    margin-left: 10px;
    padding: 10px 20px;
    text-align: center;
}

.button-editor .chip:before {
    content: '\203A';
    display: block;
    margin-right: 10px;
}

.video-editor {
    height: 0;
    padding-bottom: 56.25%;
    /* 16:9 */
    position: relative;
}

.video-editor .video-embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}

.media-editor .image {
    display: block;
    width: 100%;
}

.entrance-editor {
    background-position: top right;
    background-repeat: no-repeat;
    background-size: contain;
    height: 300px;
    padding: 40px;
}

.entrance-editor .headline {
    font-size: 20px;
    line-height: 20px;
}

.entrance-editor .chip {
    align-items: center;
    background: #d8d7d9;
    border-radius: 5px;
    color: #333;
    display: inline-flex;
    font-weight: 700;
    justify-content: center;
    margin-left: 10px;
    padding: 10px 20px;
    text-align: center;
}

.entrance-editor .chip:before {
    content: '\203A';
    display: block;
    margin-right: 10px;
}

.umb-property[data-element="property-entrancesGrid"] .umb-cell-inner {
    display: flex;
    flex-direction: row;
}

.umb-property[data-element="property-entrancesGrid"] .umb-cell-inner .umb-control {
    width: 100%;
}