.cd-stay-planner-promo {
    margin-top: 14px;
    padding-top: 14px;
    border-top: 1px solid #e2e8f0;
}

.cd-stay-planner-promo--main {
    max-width: 1120px;
    margin: 0 auto 18px;
    padding: 0 16px;
}

.cd-stay-planner-promo--aside {
    margin-top: 12px;
}

.cd-stay-planner-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    min-height: 44px;
    padding: 10px 14px;
    border-radius: 12px;
    border: 1.5px solid #0f766e;
    background: #f0fdfa;
    color: #0f766e;
    font-size: 0.92rem;
    font-weight: 800;
    line-height: 1.3;
    text-align: center;
    text-decoration: none;
    transition: background 0.15s ease, border-color 0.15s ease;
}

.cd-stay-planner-cta:hover {
    background: #ecfdf5;
    border-color: #0d9488;
    color: #115e59;
}

.cd-stay-planner-promo__hint {
    margin: 8px 0 0;
    font-size: 0.78rem;
    line-height: 1.4;
    color: #64748b;
    text-align: center;
}

@media (min-width: 1024px) {
    .cd-stay-planner-promo--main {
        display: none;
    }
}

@media (max-width: 1023px) {
    .cd-stay-planner-promo--aside {
        display: none;
    }
}

#cdBookingCard.cddsk-mode-recap .cd-stay-planner-promo--aside {
    display: none;
}
