/**
 * Sprint 3+4+5 CSS — Cart/Checkout B2B, Account, Promo/Policy
 * denti-b2b theme
 */

/* ─── CART UPSELL ────────────────────────────────── */
.denti-cart-upsell {
    margin-top: 2rem;
    padding: 1.5rem;
    background: #F8F8F8;
    border-radius: 4px;
}

.denti-cart-upsell__title {
    font-family: 'Lora', 'Be Vietnam Pro', serif;
    font-size: 1.125rem;
    font-weight: 600;
    color: #212121;
    margin: 0 0 1rem;
}

.denti-cart-upsell__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1rem;
}

@media (max-width: 768px) {
    .denti-cart-upsell__grid { grid-template-columns: repeat(2, 1fr); }
}

.denti-cart-upsell__item {
    background: #fff;
    border: 1px solid #E6E6E6;
    border-radius: 4px;
    padding: 1rem;
    text-align: center;
}

.denti-cart-upsell__item a {
    text-decoration: none;
    color: inherit;
}

.denti-cart-upsell__item img {
    max-width: 80px;
    height: auto;
    margin-bottom: 0.5rem;
}

.denti-cart-upsell__name {
    display: block;
    font-size: 0.8125rem;
    font-weight: 600;
    color: #212121;
    margin-bottom: 0.25rem;
    line-height: 1.4;
}

.denti-cart-upsell__price {
    font-size: 0.8125rem;
    color: #f27131;
    font-weight: 600;
}

/* ─── CART TRUST BADGES ──────────────────────────── */
.denti-cart-trust__grid {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    padding: 0.75rem 0;
}

.denti-cart-trust__item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-size: 0.8125rem;
    color: #415097;
    font-weight: 500;
}

.denti-cart-trust__item svg {
    color: #415097;
    flex-shrink: 0;
}

/* ─── THANKYOU PAGE ──────────────────────────────── */
.denti-thankyou {
    background: #EAF3DE;
    border-left: 4px solid #3B6D11;
    padding: 1.5rem 2rem;
    border-radius: 0 4px 4px 0;
    margin: 1.5rem 0;
}

.denti-thankyou__message {
    font-size: 1.125rem;
    font-weight: 600;
    color: #27500A;
    margin: 0 0 0.5rem;
}

.denti-thankyou__next-steps {
    color: #3B6D11;
    font-size: 0.9375rem;
    margin: 0;
}

/* ─── B2B ACCOUNT ────────────────────────────────── */
.denti-quotes-table {
    width: 100%;
}

.denti-reorder {
    margin-top: 1rem;
}

/* ─── PROMO / POLICY PAGES ───────────────────────── */
.denti-promo-page {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem 1rem;
}

.denti-promo-page__title {
    font-family: 'Lora', 'Be Vietnam Pro', serif;
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 700;
    color: #000;
    margin-bottom: 2rem;
}

.denti-policy-page {
    max-width: 800px;
    margin: 0 auto;
    padding: 2rem 1rem;
}

.denti-policy-page__title {
    font-family: 'Lora', 'Be Vietnam Pro', serif;
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 700;
    color: #000;
    margin-bottom: 2rem;
}

.denti-policy-page__content {
    line-height: 1.8;
    color: #212121;
}

.denti-policy-section {
    margin-bottom: 2rem;
}

.denti-policy-section h2 {
    font-family: 'Lora', 'Be Vietnam Pro', serif;
    font-size: 1.25rem;
    font-weight: 600;
    color: #415097;
    margin-bottom: 0.75rem;
}

.denti-policy-section ul,
.denti-policy-section ol {
    padding-left: 1.5rem;
}

.denti-policy-section li {
    margin-bottom: 0.5rem;
}

.denti-empty {
    text-align: center;
    padding: 3rem 1rem;
    color: #575757;
    font-size: 1rem;
}
