/* BARKCLAD-PREVIEW-PROTOTYPE — scoped styles only; delete with the prototype page */

.barkclad-preview {
    --bc-forest: #002C16;
    --bc-brown: #8B5E3C;
    --bc-cream: #F5F2EB;
    --bc-ink: #1a1a1a;
    --bc-muted: #5c5c5c;
    --bc-line: rgba(0, 44, 22, 0.12);
    --bc-radius: 6px;
    color: var(--bc-ink);
}

.barkclad-preview .bc-proto-banner {
    display: none;
}

.barkclad-preview .bc-anchor-nav {
    position: sticky;
    top: 64px; /* below .header-sticky-wrap */
    z-index: 40;
    background: rgba(245, 242, 235, 0.96);
    border-bottom: 1px solid var(--bc-line);
    backdrop-filter: blur(6px);
}

.barkclad-preview section[id] {
    scroll-margin-top: 130px;
}

.barkclad-preview .bc-anchor-list {
    list-style: none;
    margin: 0;
    padding: 0.55rem 0;
    display: flex;
    gap: 0.35rem 1rem;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    white-space: nowrap;
}

.barkclad-preview .bc-anchor-list a {
    color: var(--bc-forest);
    text-decoration: none;
    font-size: 0.85rem;
    font-weight: 600;
    padding: 0.25rem 0;
    border-bottom: 2px solid transparent;
}

.barkclad-preview .bc-anchor-list a:hover,
.barkclad-preview .bc-anchor-list a:focus-visible {
    border-bottom-color: var(--bc-brown);
    outline: none;
}

.barkclad-preview .bc-hero {
    position: relative;
    min-height: min(78vh, 720px);
    display: flex;
    align-items: flex-end;
    color: #fff;
    overflow: hidden;
}

.barkclad-preview .bc-hero-media,
.barkclad-preview .bc-final-media {
    position: absolute;
    inset: 0;
}

.barkclad-preview .bc-hero-media img,
.barkclad-preview .bc-final-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.barkclad-preview .bc-hero-scrim {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(0, 44, 22, 0.25) 0%, rgba(0, 44, 22, 0.72) 70%, rgba(0, 44, 22, 0.88) 100%);
}

.barkclad-preview .bc-hero-content,
.barkclad-preview .bc-final-content {
    position: relative;
    z-index: 1;
    padding: clamp(2.5rem, 6vw, 4.5rem) 0;
    max-width: 760px;
}

.barkclad-preview .bc-eyebrow {
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 0.75rem;
    font-weight: 700;
    color: var(--timber-gold-light, #d4a96a);
    margin-bottom: 0.75rem;
}

.barkclad-preview .bc-eyebrow-light {
    color: rgba(245, 242, 235, 0.85);
}

.barkclad-preview .bc-hero h1 {
    font-family: "Playfair Display", Georgia, serif;
    font-size: clamp(2rem, 4.5vw, 3.15rem);
    line-height: 1.15;
    margin-bottom: 1rem;
    color: #fff;
}

.barkclad-preview .bc-hero-lead {
    font-size: 1.05rem;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 1.5rem;
}

.barkclad-preview .bc-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem 1rem;
    align-items: center;
}

.barkclad-preview .bc-btn-on-dark {
    border-color: rgba(255, 255, 255, 0.55) !important;
    color: #fff !important;
    background: transparent !important;
}

.barkclad-preview .bc-btn-on-dark:hover,
.barkclad-preview .bc-btn-on-dark:focus-visible {
    background: rgba(255, 255, 255, 0.1) !important;
    color: #fff !important;
}

.barkclad-preview .bc-link-quiet {
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.9rem;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.barkclad-preview .bc-link-quiet:hover,
.barkclad-preview .bc-link-quiet:focus-visible {
    color: #fff;
}

.barkclad-preview .bc-section {
    padding: clamp(2.5rem, 5vw, 4.5rem) 0;
}

.barkclad-preview .bc-section-alt {
    background: var(--bc-cream);
}

.barkclad-preview .bc-section-intro {
    max-width: 720px;
    margin: 0 auto 2rem;
    text-align: center;
}

.barkclad-preview .bc-section-intro.text-start {
    margin-left: 0;
    text-align: left;
}

.barkclad-preview .bc-section-intro h2,
.barkclad-preview .bc-final-content h2 {
    font-family: "Playfair Display", Georgia, serif;
    color: var(--bc-forest);
    margin-bottom: 0.75rem;
}

.barkclad-preview .bc-section-intro p {
    color: var(--bc-muted);
    margin-bottom: 0;
    line-height: 1.7;
}

.barkclad-preview .bc-benefit {
    height: 100%;
    padding: 1.35rem 1.25rem;
    border-top: 3px solid var(--bc-brown);
}

.barkclad-preview .bc-benefit h3 {
    font-size: 1.05rem;
    color: var(--bc-forest);
    margin-bottom: 0.5rem;
}

.barkclad-preview .bc-benefit p {
    margin: 0;
    color: var(--bc-muted);
    font-size: 0.95rem;
    line-height: 1.6;
}

.barkclad-preview .bc-product-card {
    background: #fff;
    border: 1px solid var(--bc-line);
    border-radius: var(--bc-radius);
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.barkclad-preview .bc-product-card-media {
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #ddd;
}

.barkclad-preview .bc-product-card-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.barkclad-preview .bc-product-card-body {
    padding: 1.5rem;
    flex: 1;
    display: flex;
    flex-direction: column;
}

.barkclad-preview .bc-product-card-body h3 {
    color: var(--bc-forest);
    font-family: "Playfair Display", Georgia, serif;
    margin-bottom: 0.75rem;
}

.barkclad-preview .bc-product-card-body ul {
    margin: 0 0 1.25rem;
    padding-left: 1.1rem;
    color: var(--bc-muted);
}

.barkclad-preview .bc-product-card-body .btn-timber {
    margin-top: auto;
    align-self: flex-start;
}

.barkclad-preview .bc-grade-grid .bc-product-card-body ul {
    font-size: 0.92rem;
}

.barkclad-preview .bc-compare-table td[colspan] {
    text-align: left;
}

.barkclad-preview .bc-compare-wrap {
    border: 1px solid var(--bc-line);
    border-radius: var(--bc-radius);
    background: #fff;
}

.barkclad-preview .bc-compare-table {
    width: 100%;
    margin: 0;
    border-collapse: collapse;
    font-size: 0.95rem;
}

.barkclad-preview .bc-compare-table th,
.barkclad-preview .bc-compare-table td {
    padding: 0.85rem 1rem;
    border-bottom: 1px solid var(--bc-line);
    vertical-align: top;
    text-align: left;
}

.barkclad-preview .bc-compare-table thead th {
    background: var(--bc-forest);
    color: #fff;
    font-weight: 600;
}

.barkclad-preview .bc-compare-table tbody th {
    width: 22%;
    color: var(--bc-forest);
    font-weight: 600;
    background: rgba(0, 44, 22, 0.03);
}

.barkclad-preview .bc-estimator {
    padding: clamp(1.25rem, 3vw, 2rem);
    background: #fff;
}

.barkclad-preview .bc-mode-toggle {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    border: 0;
    margin: 0 0 1.25rem;
    padding: 0;
}

.barkclad-preview .bc-radio-pill {
    cursor: pointer;
}

.barkclad-preview .bc-radio-pill input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.barkclad-preview .bc-radio-pill span {
    display: inline-block;
    padding: 0.45rem 0.95rem;
    border: 1px solid var(--bc-line);
    border-radius: 999px;
    font-size: 0.9rem;
    font-weight: 600;
    color: var(--bc-forest);
    background: #fff;
}

.barkclad-preview .bc-radio-pill input:focus-visible + span {
    outline: 2px solid var(--timber-gold, #b18857);
    outline-offset: 2px;
}

.barkclad-preview .bc-radio-pill input:checked + span {
    background: var(--bc-forest);
    border-color: var(--bc-forest);
    color: #fff;
}

.barkclad-preview .bc-help-text {
    font-size: 0.82rem;
    color: var(--bc-muted);
    margin: 0.35rem 0 0;
}

.barkclad-preview .bc-dynamic-list {
    display: grid;
    gap: 0.75rem;
}

.barkclad-preview .bc-dyn-row {
    display: grid;
    gap: 0.5rem;
    grid-template-columns: 1fr;
    padding: 0.85rem;
    border: 1px solid var(--bc-line);
    border-radius: var(--bc-radius);
    background: var(--bc-cream);
}

@media (min-width: 768px) {
    .barkclad-preview .bc-dyn-row.bc-wall-row {
        grid-template-columns: 1fr 1fr auto auto;
        align-items: end;
    }

    .barkclad-preview .bc-dyn-row.bc-opening-row {
        grid-template-columns: 1.2fr 0.9fr 0.9fr 0.7fr auto;
        align-items: end;
    }
}

.barkclad-preview .bc-dyn-row .btn-remove {
    border: 0;
    background: transparent;
    color: var(--bc-brown);
    font-weight: 600;
    font-size: 0.85rem;
    padding: 0.4rem 0.2rem;
    text-align: left;
}

.barkclad-preview .bc-dyn-row .btn-remove:hover,
.barkclad-preview .bc-dyn-row .btn-remove:focus-visible {
    text-decoration: underline;
}

.barkclad-preview .bc-result-card {
    margin-top: 1.5rem;
    padding: 1.25rem 1.35rem;
    border: 1px solid var(--bc-line);
    border-left: 4px solid var(--bc-brown);
    background: var(--bc-cream);
    border-radius: var(--bc-radius);
}

.barkclad-preview .bc-result-dl {
    margin: 0 0 1rem;
}

.barkclad-preview .bc-result-dl > div {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.4rem 0;
    border-bottom: 1px solid var(--bc-line);
}

.barkclad-preview .bc-result-dl dt {
    margin: 0;
    color: var(--bc-muted);
    font-weight: 500;
}

.barkclad-preview .bc-result-dl dd {
    margin: 0;
    font-weight: 700;
    color: var(--bc-forest);
}

.barkclad-preview .bc-result-emphasis dt,
.barkclad-preview .bc-result-emphasis dd {
    color: var(--bc-forest);
    font-size: 1.05rem;
}

.barkclad-preview .bc-disclaimer {
    font-size: 0.85rem;
    color: var(--bc-muted);
    margin-bottom: 1rem;
}

.barkclad-preview .bc-media-frame {
    aspect-ratio: 3 / 2;
    overflow: hidden;
    border-radius: var(--bc-radius);
    background: #ddd;
}

.barkclad-preview .bc-media-frame-tall {
    aspect-ratio: 4 / 5;
}

.barkclad-preview .bc-media-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.barkclad-preview .bc-audience-list {
    columns: 1;
    margin: 0 0 1rem;
    padding-left: 1.15rem;
    color: var(--bc-forest);
    font-weight: 600;
}

@media (min-width: 576px) {
    .barkclad-preview .bc-audience-list {
        columns: 2;
    }
}

.barkclad-preview .bc-steps {
    list-style: none;
    margin: 0;
    padding: 0;
    display: grid;
    gap: 1rem;
}

@media (min-width: 992px) {
    .barkclad-preview .bc-steps {
        grid-template-columns: repeat(5, 1fr);
        gap: 1.25rem;
    }
}

.barkclad-preview .bc-steps > li {
    background: #fff;
    border: 1px solid var(--bc-line);
    border-radius: var(--bc-radius);
    padding: 1.15rem;
    display: flex;
    gap: 0.85rem;
}

@media (min-width: 992px) {
    .barkclad-preview .bc-steps > li {
        flex-direction: column;
    }
}

.barkclad-preview .bc-step-num {
    flex-shrink: 0;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background: var(--bc-brown);
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 0.9rem;
}

.barkclad-preview .bc-steps h3 {
    font-size: 1rem;
    color: var(--bc-forest);
    margin: 0 0 0.35rem;
}

.barkclad-preview .bc-steps p {
    margin: 0;
    color: var(--bc-muted);
    font-size: 0.9rem;
    line-height: 1.55;
}

.barkclad-preview .bc-quote-card {
    padding: clamp(1.25rem, 3vw, 2rem);
    background: #fff;
    max-width: 900px;
    margin: 0 auto;
}

.barkclad-preview .bc-form-progress {
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
    margin-bottom: 1.5rem;
}

.barkclad-preview .bc-prog-step {
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--bc-muted);
    padding-bottom: 0.25rem;
    border-bottom: 2px solid transparent;
}

.barkclad-preview .bc-prog-step.is-active {
    color: var(--bc-forest);
    border-bottom-color: var(--bc-brown);
}

.barkclad-preview .bc-form-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.barkclad-preview .bc-radio-stack {
    display: grid;
    gap: 0.45rem;
}

.barkclad-preview .bc-radio-stack label {
    display: flex;
    gap: 0.5rem;
    align-items: flex-start;
    margin: 0;
    font-size: 0.95rem;
}

.barkclad-preview .bc-review-summary {
    background: var(--bc-cream);
    border: 1px solid var(--bc-line);
    border-radius: var(--bc-radius);
    padding: 1rem 1.15rem;
}

.barkclad-preview .bc-review-summary h4 {
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--bc-muted);
    margin: 1rem 0 0.4rem;
}

.barkclad-preview .bc-review-summary h4:first-child {
    margin-top: 0;
}

.barkclad-preview .bc-review-summary dl {
    margin: 0;
}

.barkclad-preview .bc-review-summary div {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    padding: 0.25rem 0;
    font-size: 0.92rem;
}

.barkclad-preview .bc-review-summary dt {
    margin: 0;
    color: var(--bc-muted);
}

.barkclad-preview .bc-review-summary dd {
    margin: 0;
    font-weight: 600;
    text-align: right;
}

.barkclad-preview .bc-confirm {
    text-align: center;
    padding: 1.5rem 0.5rem;
}

.barkclad-preview .bc-confirm h3 {
    color: var(--bc-forest);
    font-family: "Playfair Display", Georgia, serif;
    margin-bottom: 0.75rem;
}

.barkclad-preview .bc-faq .faq-acc summary h3 {
    font-size: 1rem;
    margin: 0;
}

.barkclad-preview .bc-final-cta {
    position: relative;
    min-height: 420px;
    display: flex;
    align-items: center;
    overflow: hidden;
    color: #fff;
    padding: 0;
}

.barkclad-preview .bc-final-content {
    max-width: 680px;
}

.barkclad-preview .bc-final-content h2 {
    color: #fff;
}

.barkclad-preview .bc-final-content p {
    color: rgba(255, 255, 255, 0.9);
    margin-bottom: 1.25rem;
    line-height: 1.7;
}

.barkclad-preview .bc-mobile-cta {
    display: none;
}

body.has-bc-preview-cta {
    padding-bottom: 0;
}

@media (max-width: 767.98px) {
    body.has-bc-preview-cta {
        padding-bottom: 72px;
    }

    .barkclad-preview .bc-mobile-cta {
        display: block;
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1030;
        background: #fff;
        border-top: 1px solid var(--bc-line);
        box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.08);
        padding: 0.65rem 0.85rem calc(0.65rem + env(safe-area-inset-bottom, 0));
    }

    .barkclad-preview .bc-mobile-cta-row {
        display: grid;
        grid-template-columns: 1fr 1.2fr;
        gap: 0.5rem;
    }

    .barkclad-preview .bc-mobile-cta-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 44px;
        padding: 0.55rem 0.75rem;
        border-radius: var(--bc-radius);
        font-weight: 700;
        font-size: 0.9rem;
        text-decoration: none;
        border: 1px solid var(--bc-forest);
        color: var(--bc-forest);
        background: #fff;
    }

    .barkclad-preview .bc-mobile-cta-primary {
        background: var(--bc-forest);
        color: #fff;
    }
}

.barkclad-preview .form-control:focus,
.barkclad-preview .form-select:focus {
    border-color: var(--bc-brown);
    box-shadow: 0 0 0 0.2rem rgba(139, 94, 60, 0.2);
}

.barkclad-preview a:focus-visible,
.barkclad-preview button:focus-visible,
.barkclad-preview input:focus-visible,
.barkclad-preview select:focus-visible,
.barkclad-preview textarea:focus-visible {
    outline: 2px solid var(--timber-gold, #b18857);
    outline-offset: 2px;
}

/* —— Visual wall planner (Ipe-style) —— */
.barkclad-preview .bc-eyebrow-dark {
    color: var(--bc-brown);
}

.barkclad-preview .bc-planner-shell {
    display: grid;
    gap: 1.5rem;
    background: #fff;
    border: 1px solid var(--bc-line);
    border-radius: 8px;
    padding: clamp(1.1rem, 2.5vw, 1.75rem);
}

@media (min-width: 992px) {
    .barkclad-preview .bc-planner-shell {
        grid-template-columns: minmax(0, 1.1fr) minmax(280px, 0.9fr);
        align-items: start;
        gap: 2rem;
    }
}

.barkclad-preview .bc-choice-group {
    border: 0;
    margin: 0 0 1.35rem;
    padding: 0;
}

.barkclad-preview .bc-choice-group legend {
    font-weight: 700;
    font-size: 0.95rem;
    color: var(--bc-forest);
    margin-bottom: 0.65rem;
}

.barkclad-preview .bc-grade-chips {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.5rem;
}

@media (min-width: 576px) {
    .barkclad-preview .bc-grade-chips {
        grid-template-columns: repeat(4, 1fr);
    }
}

.barkclad-preview .bc-chip {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.15rem;
    text-align: left;
    padding: 0.7rem 0.75rem;
    border: 1px solid var(--bc-line);
    border-radius: var(--bc-radius);
    background: #fff;
    color: var(--bc-forest);
    cursor: pointer;
}

.barkclad-preview .bc-chip strong {
    font-size: 0.88rem;
}

.barkclad-preview .bc-chip small {
    color: var(--bc-muted);
    font-size: 0.72rem;
}

.barkclad-preview .bc-chip.is-selected,
.barkclad-preview .bc-chip[aria-checked="true"] {
    border-color: var(--bc-forest);
    background: rgba(0, 44, 22, 0.06);
    box-shadow: inset 0 0 0 1px var(--bc-forest);
}

.barkclad-preview .bc-measure-modes {
    display: grid;
    gap: 0.5rem;
}

.barkclad-preview .bc-measure-mode {
    display: flex;
    gap: 0.65rem;
    align-items: flex-start;
    margin: 0;
    padding: 0.75rem 0.85rem;
    border: 1px solid var(--bc-line);
    border-radius: var(--bc-radius);
    cursor: pointer;
    background: var(--bc-cream);
}

.barkclad-preview .bc-measure-mode:has(input:checked) {
    border-color: var(--bc-forest);
    background: #fff;
}

.barkclad-preview .bc-measure-mode strong {
    display: block;
    font-size: 0.9rem;
    color: var(--bc-forest);
}

.barkclad-preview .bc-measure-mode small {
    color: var(--bc-muted);
    font-size: 0.78rem;
}

.barkclad-preview .bc-open-add-btns {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
}

.barkclad-preview .bc-dyn-row.bc-wall-row {
    grid-template-columns: 1fr;
}

@media (min-width: 768px) {
    .barkclad-preview .bc-dyn-row.bc-wall-row {
        grid-template-columns: 1fr 1fr auto auto;
        align-items: end;
    }

    .barkclad-preview .bc-dyn-row.bc-opening-row {
        grid-template-columns: 1.1fr 0.7fr 0.7fr 0.55fr auto;
        align-items: end;
    }
}

.barkclad-preview .bc-optional {
    border: 1px solid var(--bc-line);
    border-radius: var(--bc-radius);
    padding: 0.55rem 0.75rem 0.65rem;
    background: var(--bc-cream);
}

.barkclad-preview .bc-optional > summary {
    cursor: pointer;
    font-weight: 600;
    font-size: 0.9rem;
    color: var(--bc-forest);
    list-style: none;
}

.barkclad-preview .bc-optional > summary::-webkit-details-marker {
    display: none;
}

.barkclad-preview .bc-optional > summary::before {
    content: '+';
    display: inline-block;
    width: 1.1em;
    color: var(--bc-brown);
}

.barkclad-preview .bc-optional[open] > summary::before {
    content: '−';
}

.barkclad-preview .bc-optional-hint {
    font-weight: 500;
    color: var(--bc-muted);
    font-size: 0.82rem;
}

.barkclad-preview .bc-wall-area-chip {
    font-size: 0.8rem;
    font-weight: 700;
    color: var(--bc-forest);
    padding: 0.45rem 0;
    white-space: nowrap;
}

.barkclad-preview .bc-simple-row {
    display: grid;
    gap: 0.75rem;
}

@media (min-width: 576px) {
    .barkclad-preview .bc-simple-row {
        grid-template-columns: 1fr 1fr;
    }
}

.barkclad-preview .bc-result-dl-compact {
    margin-bottom: 0.35rem;
}

.barkclad-preview .bc-result-meta {
    margin: 0 0 0.85rem;
    font-size: 0.8rem;
    color: var(--bc-muted);
}

.barkclad-preview .visually-hidden {
    position: absolute !important;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.barkclad-preview .bc-wall-preview {
    position: sticky;
    top: 7rem;
    margin: 0;
    border: 1px solid #d6ddd2;
    border-radius: 16px;
    padding: 1rem;
    background: #f7f5ef;
}

.barkclad-preview .bc-wall-preview figcaption {
    display: flex;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 0.5rem;
    flex-wrap: wrap;
}

.barkclad-preview .bc-wall-preview figcaption span {
    color: #667164;
    font-size: 0.75rem;
}

.barkclad-preview .bc-wall-preview svg {
    display: block;
    width: 100%;
    height: auto;
}

.barkclad-preview .bc-preview-note {
    margin: 0.65rem 0 0;
    font-size: 0.78rem;
    line-height: 1.35;
    color: #667164;
}

/* Kept for any residual markup; sample photo removed from planner */
.barkclad-preview .bc-bark-sample {
    display: none;
}

.barkclad-preview .bc-preview-ground {
    fill: #e8e5dc;
}

.barkclad-preview .bc-preview-empty {
    fill: #667164;
    font: 600 15px Inter, system-ui, sans-serif;
}

.barkclad-preview .bc-preview-dim-text,
.barkclad-preview .bc-preview-wall-name,
.barkclad-preview #bcPreviewCaption {
    fill: #344232;
    font: 700 13px Inter, system-ui, sans-serif;
}

.barkclad-preview .bc-preview-wall-name {
    font-size: 12px;
    font-weight: 600;
}

.barkclad-preview #bcPreviewCaption {
    font-size: 12px;
    font-weight: 600;
}

.barkclad-preview .bc-preview-course {
    pointer-events: none;
}

.barkclad-preview .bc-preview-grade-line {
    margin: 0.35rem 0 0;
    text-align: center;
    font-size: 0.8rem;
    font-weight: 700;
    color: var(--bc-forest);
}

.barkclad-preview .bc-result-live {
    margin-top: 0;
}

.barkclad-preview .bc-result-live .btn-gold {
    display: inline-block;
}

@media (max-width: 991.98px) {
    .barkclad-preview .bc-wall-preview {
        position: static;
    }
}
