/* Berlin Restro — per-section visual system (distinct from Berlin Corporate)
   Scoped: only .theme-berlin-restro. Corporate keeps default bc-* look. */

.tenant-site-root.theme-berlin-restro .bc-section-eyebrow {
    text-transform: uppercase;
    letter-spacing: 0.14em;
    font-size: 0.72rem !important;
    font-weight: 700 !important;
    color: var(--bc-accent) !important;
}

/* ── About (all layouts use bc-about-*) ── */
.tenant-site-root.theme-berlin-restro .bc-about-top-box {
    border-radius: var(--bc-radius-xl);
    border: 1px solid rgba(61, 24, 24, 0.1);
    background: linear-gradient(180deg, #fffefb 0%, #faf6f0 100%);
    box-shadow: 0 8px 32px rgba(26, 10, 8, 0.06);
    transition: transform 0.28s var(--bc-ease), box-shadow 0.28s var(--bc-ease);
}
.tenant-site-root.theme-berlin-restro .bc-about-top-box:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 48px rgba(26, 10, 8, 0.1);
    border-color: rgba(201, 162, 39, 0.35);
}
.tenant-site-root.theme-berlin-restro .bc-about-top-box-title {
    font-family: var(--bc-font-heading);
    font-weight: 600;
}
.tenant-site-root.theme-berlin-restro .bc-about-single-img-wrap {
    border-radius: var(--bc-radius-xl);
    box-shadow: 0 20px 56px rgba(26, 10, 8, 0.12);
    border: 3px solid rgba(201, 162, 39, 0.35);
}
.tenant-site-root.theme-berlin-restro .bc-about-img-accent {
    border-color: rgba(196, 90, 40, 0.45);
    opacity: 0.4;
}
.tenant-site-root.theme-berlin-restro .bc-about-feature-strip {
    border-top: none;
    padding-top: clamp(1.5rem, 4vw, 2.25rem);
}
.tenant-site-root.theme-berlin-restro .bc-about-feature-item {
    display: flex;
    align-items: center;
    gap: 1rem;
    border: none !important;
    background: transparent !important;
    border-radius: 0;
    padding: 0.35rem 0;
    border-right: none !important;
    border-bottom: none !important;
    box-shadow: none !important;
}
@media (max-width: 767.98px) {
    .tenant-site-root.theme-berlin-restro .bc-about-feature-item {
        border-bottom: none !important;
        padding-bottom: 0.35rem;
    }
}
.tenant-site-root.theme-berlin-restro .bc-about-feature-icon {
    background: transparent !important;
    border-radius: 0;
    width: auto;
    min-width: 1.5rem;
    height: auto;
    padding: 0;
    font-size: 1.35rem;
    color: var(--color-primary, var(--bc-accent));
}
.tenant-site-root.theme-berlin-restro .bc-about-stat-badge,
.tenant-site-root.theme-berlin-restro .bc-about-exp-badge {
    border-radius: var(--bc-radius-xl);
    border: 1px solid rgba(201, 162, 39, 0.3);
    box-shadow: 0 8px 28px rgba(26, 10, 8, 0.08);
}
.tenant-site-root.theme-berlin-restro .bc-about-blockquote {
    border-left: 4px solid var(--bc-gold);
    padding-left: 1.35rem;
    font-family: var(--bc-font-heading);
    font-size: 1.05rem;
    color: var(--bc-primary);
    background: linear-gradient(90deg, rgba(201, 162, 39, 0.08), transparent);
    border-radius: 0 var(--bc-radius-md) var(--bc-radius-md) 0;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
}

/* ── About blocks / Why ── */
.tenant-site-root.theme-berlin-restro .bc-why-section--light.bc-why-section--alt {
    background: linear-gradient(180deg, #f3ebe4 0%, #faf6f0 100%) !important;
}
.tenant-site-root.theme-berlin-restro .bc-why-section--light .bc-why-block-enhanced {
    border-radius: var(--bc-radius-lg);
    border: 1px solid rgba(61, 24, 24, 0.08) !important;
    background: #fffefb !important;
    box-shadow: 0 6px 24px rgba(26, 10, 8, 0.05);
}
.tenant-site-root.theme-berlin-restro .bc-why-section--light .bc-why-block-enhanced:hover {
    border-color: rgba(201, 162, 39, 0.45) !important;
    box-shadow: 0 12px 36px rgba(26, 10, 8, 0.08);
}
.tenant-site-root.theme-berlin-restro .bc-why-section--dark .bc-why-overlay {
    background: linear-gradient(105deg, rgba(18, 8, 8, 0.88) 0%, rgba(61, 24, 24, 0.55) 100%) !important;
}
.tenant-site-root.theme-berlin-restro .bc-why-block-icon-gold {
    border-radius: 50%;
    background: rgba(201, 162, 39, 0.2) !important;
    border: 1px solid rgba(201, 162, 39, 0.4) !important;
}
.tenant-site-root.theme-berlin-restro .bc-about-blocks-root .bc-section-title {
    font-family: var(--bc-font-heading);
}

/* ── Services (image + icon layouts) ── */
.tenant-site-root.theme-berlin-restro .bc-svc-img-card-overlay {
    background: linear-gradient(180deg, rgba(26, 10, 8, 0) 20%, rgba(45, 18, 18, 0.92) 100%) !important;
}
.tenant-site-root.theme-berlin-restro .bc-svc-img-card-arrow {
    background: rgba(201, 162, 39, 0.2) !important;
    color: var(--bc-gold) !important;
}
.tenant-site-root.theme-berlin-restro .bc-svc-img-card:hover .bc-svc-img-card-arrow {
    background: var(--bc-gold) !important;
    color: var(--bc-dark) !important;
}
.tenant-site-root.theme-berlin-restro .bc-svc-icon-card {
    border-radius: var(--bc-radius-xl);
    border: 1px dashed rgba(61, 24, 24, 0.12);
    background: linear-gradient(165deg, #fffefb, #faf6f0);
}
.tenant-site-root.theme-berlin-restro .bc-svc-icon-card::after {
    background: linear-gradient(90deg, var(--bc-gold), var(--bc-accent)) !important;
}
.tenant-site-root.theme-berlin-restro .bc-svc-icon-card-icon {
    border-radius: 50%;
    background: rgba(61, 24, 24, 0.06) !important;
    color: var(--bc-accent) !important;
}
.tenant-site-root.theme-berlin-restro .bc-svc-icon-card:hover .bc-svc-icon-card-icon {
    background: var(--bc-primary) !important;
    color: var(--bc-gold) !important;
}
.tenant-site-root.theme-berlin-restro .bc-proc-step-bar {
    background: linear-gradient(90deg, #3d1818, #c45a28) !important;
    border-radius: var(--bc-radius-md) var(--bc-radius-md) 0 0;
}
.tenant-site-root.theme-berlin-restro .bc-proc-card {
    border-radius: 0 0 var(--bc-radius-xl) var(--bc-radius-xl);
    border: 1px solid rgba(61, 24, 24, 0.08);
    box-shadow: 0 10px 36px rgba(26, 10, 8, 0.07);
}
.tenant-site-root.theme-berlin-restro .bc-proc-icon {
    background: rgba(201, 162, 39, 0.12) !important;
    color: var(--bc-primary) !important;
    border-radius: 14px !important;
}

/* ── Testimonials — supper-club wall, not corporate navy ── */
.tenant-site-root.theme-berlin-restro .bc-testimonials-section {
    background: linear-gradient(165deg, #2a1512 0%, #1a0e0c 45%, #120807 100%) !important;
}
.tenant-site-root.theme-berlin-restro .bc-testimonials-section::before {
    content: '\201C';
    color: rgba(201, 162, 39, 0.07) !important;
    font-family: var(--bc-font-heading);
}
.tenant-site-root.theme-berlin-restro .bc-testimonial-text {
    font-family: var(--bc-font-heading);
    font-style: normal;
    font-weight: 500;
    letter-spacing: 0.01em;
}
.tenant-site-root.theme-berlin-restro .bc-testimonial-avatar-wrap,
.tenant-site-root.theme-berlin-restro .bc-testimonial-initials-wrap {
    border-color: rgba(201, 162, 39, 0.45) !important;
    box-shadow: 0 0 0 2px rgba(26, 10, 8, 0.4);
}

/* ── Team — arched portrait / nameplate ── */
.tenant-site-root.theme-berlin-restro .bc-team-card {
    border-radius: var(--bc-radius-xl);
    border: 1px solid rgba(61, 24, 24, 0.08);
    background: #fffefb;
    box-shadow: 0 8px 28px rgba(26, 10, 8, 0.06);
    overflow: hidden;
}
.tenant-site-root.theme-berlin-restro .bc-team-media {
    border-radius: 0 0 50% 50% / 0 0 18% 18%;
    overflow: hidden;
}
.tenant-site-root.theme-berlin-restro .bc-team-name {
    font-family: var(--bc-font-heading);
    font-weight: 600;
    letter-spacing: -0.02em;
}
.tenant-site-root.theme-berlin-restro .bc-team-role {
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-size: 0.68rem !important;
    color: var(--bc-accent) !important;
}
.tenant-site-root.theme-berlin-restro .bc-team-body {
    border-top: 3px solid var(--bc-gold);
    background: linear-gradient(180deg, #fffefb, #faf6f0);
}

/* ── Counter — brass plaques ── */
.tenant-site-root.theme-berlin-restro .bc-counter-card {
    border-radius: var(--bc-radius-xl);
    border: 1px solid rgba(201, 162, 39, 0.35);
    background: linear-gradient(180deg, #2a1814 0%, #1a0f0d 100%);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06), 0 12px 32px rgba(0, 0, 0, 0.2);
}
.tenant-site-root.theme-berlin-restro .bc-counter-card::before {
    background: linear-gradient(90deg, var(--bc-gold), var(--bc-accent)) !important;
    height: 2px !important;
}
.tenant-site-root.theme-berlin-restro .bc-counter-icon {
    background: rgba(201, 162, 39, 0.15) !important;
    color: var(--bc-gold) !important;
    border-radius: 50% !important;
}
.tenant-site-root.theme-berlin-restro .bc-counter-num {
    color: #fff6f0 !important;
    font-family: var(--bc-font-heading);
    font-weight: 600 !important;
}
.tenant-site-root.theme-berlin-restro .bc-counter-label {
    color: rgba(255, 248, 240, 0.65) !important;
}

/* ── Paragraph — editorial column ── */
.tenant-site-root.theme-berlin-restro .bc-paragraph-section {
    position: relative;
}
.tenant-site-root.theme-berlin-restro .bc-paragraph-section::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.5rem;
    bottom: 0.5rem;
    width: 3px;
    border-radius: 3px;
    background: linear-gradient(180deg, var(--bc-gold), var(--bc-accent));
    opacity: 0.85;
    pointer-events: none;
}
@media (min-width: 768px) {
    .tenant-site-root.theme-berlin-restro .bc-paragraph-content {
        padding-left: 1.25rem;
    }
}
.tenant-site-root.theme-berlin-restro .bc-paragraph-section .bc-divider-line {
    background: linear-gradient(90deg, var(--bc-gold), transparent) !important;
    height: 2px !important;
}

/* ── Slider — framed like a venue feature wall ── */
.tenant-site-root.theme-berlin-restro .bc-slider-section .carousel {
    border-radius: var(--bc-radius-xl);
    overflow: hidden;
    box-shadow: 0 16px 48px rgba(26, 10, 8, 0.12);
    border: 3px solid rgba(201, 162, 39, 0.25);
}

/* ── CTA — warm spot + chalk texture hint ── */
.tenant-site-root.theme-berlin-restro .bc-cta-deco-ring--1 {
    background: radial-gradient(circle, rgba(196, 90, 40, 0.35) 0%, transparent 68%) !important;
}
.tenant-site-root.theme-berlin-restro .bc-cta-deco-ring--2 {
    background: radial-gradient(circle, rgba(201, 162, 39, 0.22) 0%, transparent 68%) !important;
}
.tenant-site-root.theme-berlin-restro .bc-cta-deco-dots {
    opacity: 0.12 !important;
    background-image: radial-gradient(circle, rgba(255, 248, 240, 0.4) 1px, transparent 1px) !important;
}
.tenant-site-root.theme-berlin-restro .bc-cta-title,
.tenant-site-root.theme-berlin-restro .bc-cta-heading {
    font-family: var(--bc-font-heading);
    font-weight: 600 !important;
}
.tenant-site-root.theme-berlin-restro .bc-cta-trust-chip {
    border-radius: 999px !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    background: rgba(0, 0, 0, 0.2) !important;
    backdrop-filter: blur(6px);
}
.tenant-site-root.theme-berlin-restro .bc-cta-btn-outline {
    border-radius: 999px !important;
    border-width: 2px !important;
}

/* ── Gallery — brass frame, not blue spine ── */
.tenant-site-root.theme-berlin-restro .bc-gallery-section::before {
    width: 3px;
    background: linear-gradient(180deg, var(--bc-gold) 0%, var(--bc-accent) 50%, var(--bc-primary) 100%) !important;
    border-radius: 0 4px 4px 0;
}
.tenant-site-root.theme-berlin-restro .bc-gallery-item {
    border-radius: var(--bc-radius-lg) !important;
    border: 1px solid rgba(61, 24, 24, 0.08) !important;
}

/* ── Video (single feature) ── */
.tenant-site-root.theme-berlin-restro .bc-video-feature__media {
    border-radius: var(--bc-radius-xl);
    border: 2px solid rgba(201, 162, 39, 0.35);
    box-shadow: 0 20px 56px rgba(26, 10, 8, 0.15);
}
.tenant-site-root.theme-berlin-restro .bc-video-feature__rule {
    background: linear-gradient(90deg, var(--bc-gold), var(--bc-accent)) !important;
}

/* ── Video gallery cards ── */
.tenant-site-root.theme-berlin-restro .bc-video-gallery-card {
    border-radius: var(--bc-radius-xl) !important;
    border: 1px solid rgba(61, 24, 24, 0.1) !important;
    background: linear-gradient(180deg, #fffefb, #faf6f0) !important;
}
.tenant-site-root.theme-berlin-restro .bc-video-gallery-card__media {
    border-radius: var(--bc-radius-lg) var(--bc-radius-lg) 0 0 !important;
}

/* ── Contact (split) ── */
.tenant-site-root.theme-berlin-restro .bc-contact-dark-panel {
    background: linear-gradient(155deg, #3d1818 0%, #1a0f0d 100%) !important;
}
.tenant-site-root.theme-berlin-restro .bc-contact-dark-deco-ring--1 {
    background: radial-gradient(circle, rgba(196, 90, 40, 0.35) 0%, transparent 68%) !important;
}
.tenant-site-root.theme-berlin-restro .bc-contact-dark-item:hover .bc-contact-dark-icon {
    background: rgba(201, 162, 39, 0.2) !important;
    border-color: rgba(201, 162, 39, 0.45) !important;
}
.tenant-site-root.theme-berlin-restro .bc-contact-light-tag {
    background: rgba(61, 24, 24, 0.06) !important;
    border-color: rgba(61, 24, 24, 0.12) !important;
    border-radius: 999px !important;
}

/* ── Contact form shell ── */
.tenant-site-root.theme-berlin-restro .bc-cform-panel {
    border-radius: var(--bc-radius-xl) !important;
    border: 1px solid rgba(61, 24, 24, 0.08) !important;
    box-shadow: 0 16px 48px rgba(26, 10, 8, 0.08) !important;
}
.tenant-site-root.theme-berlin-restro .bc-cform-accent-bar {
    background: linear-gradient(180deg, var(--bc-gold), var(--bc-accent)) !important;
}

/* ── Contact details (carousel + v2 grid) ── */
.tenant-site-root.theme-berlin-restro .bc-cdetail-card {
    border-radius: var(--bc-radius-xl) !important;
    border: 1px solid rgba(61, 24, 24, 0.08) !important;
    background: linear-gradient(165deg, #fffefb, #faf6f0) !important;
}
.tenant-site-root.theme-berlin-restro .bc-cdetail-card:hover {
    border-color: rgba(201, 162, 39, 0.4) !important;
}
.tenant-site-root.theme-berlin-restro .bc-cdetail-icon-wrap {
    background: rgba(201, 162, 39, 0.15) !important;
    color: var(--bc-primary) !important;
    border-radius: 14px !important;
}
.tenant-site-root.theme-berlin-restro .bc-cdetails2-card {
    border-radius: var(--bc-radius-xl) !important;
    border: 1px solid rgba(61, 24, 24, 0.08) !important;
    background: linear-gradient(165deg, #fffefb, #faf6f0) !important;
    box-shadow: 0 8px 28px rgba(26, 10, 8, 0.06) !important;
}
.tenant-site-root.theme-berlin-restro .bc-cdetails2-card:hover {
    border-color: rgba(201, 162, 39, 0.35) !important;
}

/* ── FAQ ── */
.tenant-site-root.theme-berlin-restro .bc-faq-section .accordion-item {
    border-radius: var(--bc-radius-lg) !important;
    border: 1px solid rgba(61, 24, 24, 0.1) !important;
    background: #fffefb !important;
    margin-bottom: 0.65rem !important;
}
.tenant-site-root.theme-berlin-restro .bc-faq-section .accordion-button {
    font-family: var(--bc-font-heading);
    font-weight: 600 !important;
    border-radius: var(--bc-radius-lg) !important;
}
.tenant-site-root.theme-berlin-restro .bc-faq-dark .accordion-button:not(.collapsed) {
    color: var(--bc-gold) !important;
}

/* ── Map ── */
.tenant-site-root.theme-berlin-restro .bc-map-section .ratio,
.tenant-site-root.theme-berlin-restro .bc-map-section iframe {
    border-radius: var(--bc-radius-xl) !important;
    box-shadow: 0 12px 40px rgba(26, 10, 8, 0.12);
    border: 3px solid rgba(201, 162, 39, 0.3) !important;
}

/* ── Pricing cards ── */
.tenant-site-root.theme-berlin-restro .bc-pricing-card {
    border-radius: var(--bc-radius-xl) !important;
    border: 1px solid rgba(61, 24, 24, 0.1) !important;
    background: linear-gradient(180deg, #fffefb, #faf6f0) !important;
}
.tenant-site-root.theme-berlin-restro .bc-pricing-card.featured {
    border-color: var(--bc-gold) !important;
    box-shadow: 0 0 0 2px rgba(201, 162, 39, 0.25), 0 16px 48px rgba(26, 10, 8, 0.1) !important;
}
.tenant-site-root.theme-berlin-restro .bc-pricing-badge {
    background: var(--bc-gold) !important;
    color: var(--bc-dark) !important;
}
.tenant-site-root.theme-berlin-restro .bc-pricing-price {
    font-family: var(--bc-font-heading);
    font-weight: 600 !important;
}

/* ── Blog ── */
.tenant-site-root.theme-berlin-restro .bc-blog-card {
    border-radius: var(--bc-radius-xl) !important;
    border: 1px solid rgba(61, 24, 24, 0.08) !important;
    background: #fffefb !important;
    overflow: hidden;
}
.tenant-site-root.theme-berlin-restro .bc-blog-thumb {
    border-bottom: 3px solid var(--bc-gold) !important;
}
.tenant-site-root.theme-berlin-restro .bc-blog-title {
    font-family: var(--bc-font-heading);
    font-weight: 600 !important;
}
.tenant-site-root.theme-berlin-restro .bc-blog-read {
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.68rem !important;
    font-weight: 700 !important;
    color: var(--bc-accent) !important;
}

/* ── Brand slider — supplier strip ── */
.tenant-site-root.theme-berlin-restro .bc-brand-item {
    border-radius: var(--bc-radius-lg);
    border: 1px dashed rgba(61, 24, 24, 0.12);
    background: rgba(255, 254, 251, 0.8);
    padding: 0.75rem;
    transition: transform 0.25s var(--bc-ease), border-color 0.25s;
}
.tenant-site-root.theme-berlin-restro .bc-brand-item:hover {
    transform: translateY(-3px);
    border-color: rgba(201, 162, 39, 0.45);
    background: #fff;
}

/* ── Product / menu cards ── */
.tenant-site-root.theme-berlin-restro .bc-pcard {
    border-radius: var(--bc-radius-xl) !important;
    border: 1px solid rgba(61, 24, 24, 0.08) !important;
    box-shadow: 0 10px 36px rgba(26, 10, 8, 0.07) !important;
    background: linear-gradient(180deg, #fffefb, #faf6f0) !important;
}
.tenant-site-root.theme-berlin-restro .bc-pcard-name {
    font-family: var(--bc-font-heading);
    font-weight: 600 !important;
}
.tenant-site-root.theme-berlin-restro .bc-pcard-price-badge {
    background: var(--bc-primary) !important;
    color: var(--bc-gold) !important;
    border-radius: 999px !important;
}

/* ── Footer contact strip ── */
.tenant-site-root.theme-berlin-restro .bc-footer-contact-strip {
    background: linear-gradient(90deg, #2a1512 0%, #3d1818 50%, #2a1512 100%) !important;
    border-top: 1px solid rgba(201, 162, 39, 0.25) !important;
    border-bottom: 1px solid rgba(201, 162, 39, 0.2) !important;
}

/* ── File display hub ── */
.tenant-site-root.theme-berlin-restro .fdx-section .fdx-row {
    border-radius: var(--bc-radius-lg) !important;
    border: 1px solid rgba(61, 24, 24, 0.08) !important;
    background: rgba(255, 254, 251, 0.95) !important;
}
.tenant-site-root.theme-berlin-restro .fdx-section .fdx-count-pill {
    border-radius: 999px !important;
    border: 1px solid rgba(201, 162, 39, 0.35) !important;
    background: rgba(61, 24, 24, 0.06) !important;
}
.tenant-site-root.theme-berlin-restro .fdx-section .fdx-title {
    font-family: var(--bc-font-heading);
}

/* ── Doctor bookings + hero booking strip ── */
.tenant-site-root.theme-berlin-restro .br-booking-panel-slot {
    width: 100%;
    max-width: 420px;
}
@media (max-width: 991.98px) {
    .tenant-site-root.theme-berlin-restro .br-booking-panel-slot {
        max-width: none;
    }
}
.tenant-site-root.theme-berlin-restro .br-dbf--section-panel {
    --br-dbf-control-h: 2.3125rem;
    border: 1px solid rgba(56, 63, 72, 0.12) !important;
    background: linear-gradient(180deg, #fffefb 0%, #faf8f5 100%);
    box-shadow: 0 8px 28px rgba(26, 10, 8, 0.07) !important;
}
/* Section doctor booking: unified label + control height (text, tel, email, date, selects) */
.tenant-site-root.theme-berlin-restro .br-dbf--section-panel .br-dbf__section-kicker {
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: rgba(26, 10, 8, 0.5);
    margin-bottom: 0.5rem;
}
.tenant-site-root.theme-berlin-restro .br-dbf--section-panel .br-dbf__label {
    display: block;
    font-size: 0.625rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: rgba(26, 10, 8, 0.55);
    margin-bottom: 0.22rem;
    line-height: 1.2;
}
.tenant-site-root.theme-berlin-restro .br-dbf--section-panel .br-dbf__label-opt {
    font-weight: 500;
    text-transform: none;
    letter-spacing: normal;
    opacity: 0.85;
}
.tenant-site-root.theme-berlin-restro .br-dbf--section-panel .br-dbf__control {
    display: block;
    width: 100%;
    border-radius: 0.35rem;
    border: 1px solid rgba(26, 10, 8, 0.16);
    background-color: #fff;
    font-size: 0.8125rem;
    line-height: 1.35;
    min-height: var(--br-dbf-control-h);
    height: var(--br-dbf-control-h);
    padding: 0.22rem 0.65rem;
    box-sizing: border-box;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.tenant-site-root.theme-berlin-restro .br-dbf--section-panel select.br-dbf__control {
    padding-right: 2rem;
    line-height: 1.25;
}
.tenant-site-root.theme-berlin-restro .br-dbf--section-panel input[type='date'].br-dbf__control {
    padding-top: 0.18rem;
    padding-bottom: 0.18rem;
}
.tenant-site-root.theme-berlin-restro .br-dbf--section-panel textarea.br-dbf__control.br-dbf__control--textarea {
    min-height: 4.25rem;
    height: auto;
    resize: vertical;
    line-height: 1.45;
    padding-top: 0.4rem;
    padding-bottom: 0.4rem;
}
.tenant-site-root.theme-berlin-restro .br-dbf--section-panel .br-dbf__control:focus {
    border-color: rgba(20, 103, 200, 0.55);
    box-shadow: 0 0 0 3px rgba(20, 103, 200, 0.12);
    outline: 0;
}
.tenant-site-root.theme-berlin-restro .br-dbf--section-panel .br-dbf__notes-summary {
    cursor: pointer;
    list-style: none;
    font-size: 0.75rem;
    font-weight: 600;
    color: rgba(26, 10, 8, 0.5);
    padding: 0.2rem 0;
}
.tenant-site-root.theme-berlin-restro .br-dbf--section-panel .br-dbf__notes-summary::-webkit-details-marker {
    display: none;
}
.tenant-site-root.theme-berlin-restro .br-dbf--section-panel .br-dbf__submit {
    border-radius: 0.35rem;
    font-weight: 600;
}
.tenant-site-root.theme-berlin-restro .br-hotel-rooms-section .br-hotel-booking-panel--slot {
    background: linear-gradient(180deg, #fffefb 0%, #faf8f5 100%);
    box-shadow: 0 8px 28px rgba(26, 10, 8, 0.07) !important;
}
.tenant-site-root.theme-berlin-restro .br-dbf-notes-drawer--section summary::-webkit-details-marker {
    display: none;
}
.tenant-site-root.theme-berlin-restro .br-section-doctor-bookings .br-db-doc-card {
    border-radius: var(--bc-radius-lg);
    transition: box-shadow 0.2s var(--bc-ease), transform 0.2s var(--bc-ease);
}
.tenant-site-root.theme-berlin-restro .br-section-doctor-bookings .br-db-doc-card:hover {
    box-shadow: 0 10px 28px rgba(26, 10, 8, 0.08) !important;
}
.tenant-site-root.theme-berlin-restro .br-section-doctor-bookings .br-db-doc-card--featured .br-db-doc-card__featured-visual {
    min-height: 11rem;
}
@media (min-width: 576px) {
    .tenant-site-root.theme-berlin-restro .br-section-doctor-bookings .br-db-doc-card--featured .br-db-doc-card__featured-visual {
        min-height: 100%;
    }
}
.tenant-site-root.theme-berlin-restro .br-section-doctor-bookings .br-db-doc-card--list {
    text-align: left;
}
.tenant-site-root.theme-berlin-restro .br-pr-home-hero .br-hero-booking-strip .br-dbf--hero.br-dbf-hero-bar {
    border: 1px solid rgba(255, 255, 255, 0.55);
    background: rgba(255, 255, 255, 0.93);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: 0 10px 36px rgba(0, 0, 0, 0.18);
    padding: 0.65rem 0.85rem;
}
@media (min-width: 768px) {
    .tenant-site-root.theme-berlin-restro .br-pr-home-hero .br-hero-booking-strip .br-dbf--hero.br-dbf-hero-bar {
        padding: 0.55rem 0.9rem 0.65rem;
    }
}
.tenant-site-root.theme-berlin-restro .br-dbf-hero-bar__intro {
    font-size: 0.8125rem;
    line-height: 1.35;
    margin-bottom: 0.5rem !important;
}
.tenant-site-root.theme-berlin-restro .br-dbf-hero-bar__row--contact {
    margin-top: 0.45rem;
    padding-top: 0.45rem;
    border-top: 1px solid rgba(26, 10, 8, 0.08);
}
.tenant-site-root.theme-berlin-restro .br-dbf-hero-bar__footer {
    border-top: 1px solid rgba(26, 10, 8, 0.06);
}
.tenant-site-root.theme-berlin-restro .br-dbf-hero-bar__slot {
    min-width: 0;
    flex: 1 1 6.5rem;
}
.tenant-site-root.theme-berlin-restro .br-dbf-hero-bar__label {
    display: block;
    font-size: 0.625rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: rgba(26, 10, 8, 0.55);
    margin-bottom: 0.2rem;
    line-height: 1.2;
}
.tenant-site-root.theme-berlin-restro .br-dbf-hero-bar__label-opt {
    font-weight: 500;
    text-transform: none;
    letter-spacing: normal;
    opacity: 0.85;
}
.tenant-site-root.theme-berlin-restro .br-dbf-hero-bar__control {
    border-radius: 0.35rem;
    min-height: calc(1.5em + 0.45rem + 2px);
    padding-top: 0.28rem;
    padding-bottom: 0.28rem;
    font-size: 0.8125rem;
}
.tenant-site-root.theme-berlin-restro .br-dbf-hero-bar__notes-summary {
    cursor: pointer;
    list-style: none;
    font-size: 0.75rem;
    font-weight: 600;
    color: rgba(26, 10, 8, 0.5);
    padding: 0.15rem 0;
}
.tenant-site-root.theme-berlin-restro .br-dbf-hero-bar__actions {
    flex-shrink: 0;
}
@media (min-width: 576px) {
    .tenant-site-root.theme-berlin-restro .br-dbf-hero-bar__actions .br-dbf-hero-bar__msg {
        text-align: left;
        min-width: 0;
        line-height: 1.35;
    }
}
.tenant-site-root.theme-berlin-restro .br-dbf--hero .br-dbf-notes-drawer summary {
    list-style: none;
}
.tenant-site-root.theme-berlin-restro .br-dbf--hero .br-dbf-notes-drawer summary::-webkit-details-marker {
    display: none;
}
.tenant-site-root.theme-berlin-restro .br-dbf-hero-bar .br-dbf-notes-drawer summary::after,
.tenant-site-root.theme-berlin-restro .br-dbf--hero .br-dbf-notes-drawer summary::after {
    content: ' ▾';
    font-size: 0.75em;
    opacity: 0.6;
}
.tenant-site-root.theme-berlin-restro .br-dbf-hero-bar .br-dbf-notes-drawer[open] summary::after,
.tenant-site-root.theme-berlin-restro .br-dbf--hero .br-dbf-notes-drawer[open] summary::after {
    content: ' ▴';
}

/* Hero hotel inline booking bar (matches doctor hero bar treatment) */
.tenant-site-root.theme-berlin-restro .br-pr-home-hero .br-hero-booking-strip .br-hero-hotel-bar {
    border: 1px solid rgba(255, 255, 255, 0.55);
    background: rgba(255, 255, 255, 0.93);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    box-shadow: 0 10px 36px rgba(0, 0, 0, 0.18);
    padding: 0.65rem 0.85rem;
}
@media (min-width: 768px) {
    .tenant-site-root.theme-berlin-restro .br-pr-home-hero .br-hero-booking-strip .br-hero-hotel-bar {
        padding: 0.55rem 0.9rem 0.65rem;
    }
}
.tenant-site-root.theme-berlin-restro .br-hero-hotel-bar__title,
.tenant-site-root.theme-berlin-restro .br-hotel-booking__title {
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: var(--br-pr-accent, #c19655);
    margin-bottom: 0.35rem;
    line-height: 1.3;
}
.tenant-site-root.theme-berlin-restro .br-hero-hotel-bar__row--guest {
    margin-top: 0.15rem;
    padding-top: 0.45rem;
    border-top: 1px solid rgba(26, 10, 8, 0.08);
}
.tenant-site-root.theme-berlin-restro .br-hero-hotel-bar__footer {
    margin-top: 0.15rem;
    padding-top: 0.45rem;
    border-top: 1px solid rgba(26, 10, 8, 0.06);
}
.tenant-site-root.theme-berlin-restro .br-hero-hotel-bar__slot {
    min-width: 0;
    flex: 1 1 5rem;
}
.tenant-site-root.theme-berlin-restro .br-hero-hotel-bar__slot--full {
    width: 100%;
    flex: none;
}
.tenant-site-root.theme-berlin-restro .br-hero-hotel-bar__label,
.tenant-site-root.theme-berlin-restro .br-hotel-booking__label {
    display: block;
    font-size: 0.625rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: rgba(26, 10, 8, 0.55);
    margin-bottom: 0.2rem;
    line-height: 1.2;
}
.tenant-site-root.theme-berlin-restro .br-hero-hotel-bar__label-opt,
.tenant-site-root.theme-berlin-restro .br-hotel-booking__label-opt {
    font-weight: 500;
    text-transform: none;
    letter-spacing: normal;
    opacity: 0.85;
}
/* Hero strip + hotel rooms sidebar: identical field metrics */
.tenant-site-root.theme-berlin-restro .br-hero-hotel-bar,
.tenant-site-root.theme-berlin-restro .br-hotel-rooms-section .br-hotel-booking-panel {
    --br-hotel-booking-control-h: 2.3125rem;
}
/* Same height, radius, border: select / date / number / text / email / tel */
.tenant-site-root.theme-berlin-restro .br-hero-hotel-bar .br-hero-hotel-bar__control,
.tenant-site-root.theme-berlin-restro .br-hotel-rooms-section .br-hotel-booking__control {
    display: block;
    width: 100%;
    border-radius: 0.35rem !important;
    border: 1px solid rgba(26, 10, 8, 0.16) !important;
    background-color: #fff !important;
    font-size: 0.8125rem !important;
    line-height: 1.35;
    min-height: var(--br-hotel-booking-control-h) !important;
    height: var(--br-hotel-booking-control-h) !important;
    padding: 0.22rem 0.65rem !important;
    box-sizing: border-box !important;
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.tenant-site-root.theme-berlin-restro .br-hero-hotel-bar select.br-hero-hotel-bar__control,
.tenant-site-root.theme-berlin-restro .br-hotel-rooms-section select.br-hotel-booking__control {
    padding-right: 2rem !important;
    line-height: 1.25;
}
.tenant-site-root.theme-berlin-restro .br-hero-hotel-bar input[type='date'].br-hero-hotel-bar__control,
.tenant-site-root.theme-berlin-restro .br-hotel-rooms-section input[type='date'].br-hotel-booking__control {
    padding-top: 0.18rem !important;
    padding-bottom: 0.18rem !important;
    line-height: 1.25;
}
.tenant-site-root.theme-berlin-restro .br-hero-hotel-bar textarea.br-hero-hotel-bar__control.br-hero-hotel-bar__control--textarea,
.tenant-site-root.theme-berlin-restro .br-hotel-rooms-section textarea.br-hotel-booking__control.br-hotel-booking__control--textarea {
    min-height: 4.25rem !important;
    height: auto !important;
    resize: vertical;
    line-height: 1.45;
    padding-top: 0.4rem !important;
    padding-bottom: 0.4rem !important;
}
.tenant-site-root.theme-berlin-restro .br-hero-hotel-bar .br-hero-hotel-bar__control:focus,
.tenant-site-root.theme-berlin-restro .br-hotel-rooms-section .br-hotel-booking__control:focus {
    border-color: rgba(20, 103, 200, 0.55) !important;
    box-shadow: 0 0 0 3px rgba(20, 103, 200, 0.12) !important;
    outline: 0;
}
.tenant-site-root.theme-berlin-restro .br-hero-hotel-bar .br-hero-hotel-bar__submit,
.tenant-site-root.theme-berlin-restro .br-hotel-rooms-section .br-hotel-booking__submit {
    border-radius: 0.35rem;
    font-weight: 600;
}
.tenant-site-root.theme-berlin-restro .br-hero-hotel-bar__notes-summary,
.tenant-site-root.theme-berlin-restro .br-hotel-rooms-section .br-hotel-booking__notes-summary {
    cursor: pointer;
    list-style: none;
    font-size: 0.75rem;
    font-weight: 600;
    color: rgba(26, 10, 8, 0.5);
    padding: 0.15rem 0;
}
.tenant-site-root.theme-berlin-restro .br-hero-hotel-bar__notes summary::-webkit-details-marker {
    display: none;
}
.tenant-site-root.theme-berlin-restro .br-hero-hotel-bar__notes summary::after {
    content: ' ▾';
    font-size: 0.75em;
    opacity: 0.6;
}
.tenant-site-root.theme-berlin-restro .br-hero-hotel-bar__notes[open] summary::after {
    content: ' ▴';
}
.tenant-site-root.theme-berlin-restro .br-hotel-rooms-section .br-hotel-booking-note-drawer .br-hotel-booking__notes-summary::after {
    content: ' ▾';
    font-size: 0.75em;
    opacity: 0.6;
}
.tenant-site-root.theme-berlin-restro .br-hotel-rooms-section .br-hotel-booking-note-drawer[open] .br-hotel-booking__notes-summary::after {
    content: ' ▴';
}
.tenant-site-root.theme-berlin-restro .br-hero-hotel-bar__actions {
    flex-shrink: 0;
}
@media (min-width: 576px) {
    .tenant-site-root.theme-berlin-restro .br-hero-hotel-bar__footer {
        align-items: flex-end;
    }
}
