/* Styling CMS */
.ordent-closing-date-editor-box {
    border: 1px dashed #999;
    padding: 15px;
    background: #ffffff;
    border-radius: 4px;
    margin-bottom: 12px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.ordent-closing-date-editor-box:focus-within {
    border-color: #007cba;
    box-shadow: 0 0 0 1px #007cba;
}


.ordent-closing-date-block {
    margin: 0.3em 0;
    font-size: 1.15rem;
    line-height: 1.6;
}

.closing-date-content  {
    color: var(--color-brand-primary-500);
}
