.dcg-si {
    box-sizing: border-box;
    clear: both;
    width: 100%;
    margin: 48px 0 32px;
    padding: clamp(26px, 4vw, 48px);
    background: #f7f5f0;
    border-top: 1px solid #b49a68;
    color: #343c37;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    text-align: left;
}
.dcg-si .dcg-si__copy { max-width: 660px; min-width: 0; }
.dcg-si #dcg-si-title {
    margin: 0 0 16px;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: clamp(28px, 3vw, 38px);
    font-weight: 400;
    line-height: 1.2;
    text-transform: none;
    letter-spacing: normal;
    color: #343c37;
}
.dcg-si p { margin: 0; font-size: 16px; line-height: 1.65; color: #343c37; }
.dcg-si .dcg-si__availability { margin-bottom: 6px; font-weight: 500; }
.dcg-si .dcg-si__description { color: #555b56; }
.dcg-si .dcg-si__address { margin-top: 18px; font-size: 13px; color: #60655f; }
.dcg-si a.dcg-si__button {
    box-sizing: border-box;
    display: inline-block;
    flex-shrink: 0;
    max-width: 100%;
    padding: 14px 24px;
    background: #343c37;
    border: 1px solid #343c37;
    border-radius: 2px;
    color: #fff;
    font-family: inherit;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.5;
    text-decoration: none;
    text-align: center;
    text-transform: none;
    letter-spacing: normal;
    box-shadow: none;
}
.dcg-si a.dcg-si__button:hover { background: #252d28; border-color: #252d28; color: #fff; }
.dcg-si a.dcg-si__button:focus-visible { outline: 2px solid #343c37; outline-offset: 4px; }
@media (max-width: 760px) {
    .dcg-si { flex-direction: column; align-items: flex-start; gap: 24px; margin-top: 32px; }
}
