/* Y'Darby Shop Review v2.0 — review.css */

.yr-section {
    padding: 56px 0 48px;
    font-family: Georgia, 'Times New Roman', serif;
    clear: both;
}

.yr-inner {
    max-width: 820px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

/* ── Eyebrow ── */
.yr-eyebrow {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 28px;
}

.yr-line {
    flex: 1;
    height: 1px;
    background: #c8ddd3;
}

.yr-eyebrow-text {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2.5px;
    text-transform: uppercase;
    color: #2d6a4f;
    white-space: nowrap;
}

/* ── Card shell ── */
.yr-card {
    background: #ffffff;
    border: 1px solid #cdddd6;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 2px 16px rgba(29, 80, 58, 0.07);
}

/* ── Dark header ── */
.yr-card-top {
    background: #1a3d2b;
    padding: 36px 44px 34px;
}

.yr-quote-mark {
    display: block;
    font-size: 80px;
    line-height: 0.55;
    color: #3d7a5a;
    font-family: Georgia, serif;
    margin-bottom: 18px;
    user-select: none;
}

.yr-pull-quote {
    font-size: 19.5px;
    line-height: 1.7;
    color: #ddeee6;
    font-style: italic;
    margin: 0;
}

/* ── Card body ── */
.yr-card-body {
    padding: 32px 44px 36px;
}

.yr-chips-label {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 10.5px;
    font-weight: 700;
    letter-spacing: 1.8px;
    text-transform: uppercase;
    color: #6b8f7e;
    margin-bottom: 12px;
}

.yr-chips {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 30px;
}

.yr-chip {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #eaf5f0;
    color: #1a4f35;
    border: 1px solid #b4d9c6;
    border-radius: 20px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 12.5px;
    font-weight: 600;
    padding: 5px 14px 5px 10px;
    line-height: 1;
}

.yr-chip-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #2d6a4f;
    flex-shrink: 0;
}

.yr-divider {
    height: 1px;
    background: #e4eeea;
    margin: 0 0 28px;
}

.yr-body-text {
    font-size: 15.5px;
    line-height: 1.88;
    color: #253530;
    margin: 0 0 16px !important;
}

.yr-body-text:last-of-type {
    margin-bottom: 0 !important;
}

.yr-body-text strong {
    font-weight: 700;
    color: #1a3d2b;
}

/* ── Footer ── */
.yr-card-footer {
    padding: 20px 44px 26px;
    background: #f3faf6;
    border-top: 1px solid #cdddd6;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 16px;
}

.yr-reviewer {
    display: flex;
    align-items: center;
    gap: 14px;
}

.yr-avatar {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #1a3d2b;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #9fd4b8;
    flex-shrink: 0;
}

.yr-reviewer-name {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #1a3d2b;
    line-height: 1.3;
}

.yr-reviewer-sub {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 12px;
    color: #6b8f7e;
    margin-top: 3px;
    line-height: 1.3;
}

.yr-right {
    display: flex;
    align-items: center;
    gap: 14px;
}

.yr-stars {
    color: #e8a020;
    font-size: 19px;
    letter-spacing: 2px;
    line-height: 1;
}

.yr-badge {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    font-size: 11.5px;
    font-weight: 700;
    color: #1a4f35;
    background: #c2e8d4;
    padding: 5px 14px;
    border-radius: 20px;
    letter-spacing: 0.3px;
    white-space: nowrap;
}

/* ── Responsive ── */
@media ( max-width: 640px ) {
    .yr-card-top,
    .yr-card-body,
    .yr-card-footer {
        padding-left: 22px;
        padding-right: 22px;
    }
    .yr-pull-quote {
        font-size: 17px;
    }
    .yr-card-footer {
        flex-direction: column;
        align-items: flex-start;
    }
    .yr-right {
        flex-wrap: wrap;
    }
}
