/* ---------- Checklist ---------- */
.dwr-checklist-shell {
    max-width: 1180px;
    margin: 0 auto;
}

.dwr-checklist-hero {
    min-height: 160px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 28px 24px;
    background-color: #adc3c7;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(173, 195, 199, 0.42);
    border-bottom: none;
}

.dwr-checklist-hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(90deg, rgba(173, 195, 199, 0.92), rgba(173, 195, 199, 0.56), rgba(34, 39, 34, 0.10));
}

.dwr-checklist-hero__content {
    position: relative;
    z-index: 1;
    max-width: 520px;
    text-align: center;
}

.dwr-checklist-hero__eyebrow {
    margin: 0 0 10px;
    font-size: 11px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #adc3c7;
    font-weight: 700;
}

.dwr-checklist__title {
    font-size: clamp(28px, 3vw, 42px);
    font-family: "Avenir-book", Poppins, sans-serif;
    font-weight: 300;
    text-align: center;
    margin: 0;
    color: #222722;
    letter-spacing: 0.03em;
}

.dwr-checklist-hero__text {
    margin: 12px 0 0;
    font-size: 14px;
    line-height: 1.7;
    color: #555;
    font-family: "Avenir-book", Poppins, sans-serif;
}

.dwr-checklist-panel {
    background: rgba(173, 195, 199, 0.14);
    border: 1px solid rgba(173, 195, 199, 0.52);
    border-top: none;
    padding: 18px 18px 8px;
}

.dwr-checklist {
    list-style: none;
    margin: 0;
    padding: 0;
}

.dwr-checklist__item {
    border-bottom: 1px solid rgba(34, 39, 34, 0.09);
}

.dwr-checklist__row {
    display: flex;
    align-items: center;
    padding: 16px 0;
    gap: 14px;
}

.dwr-checklist__thumb {
    width: 48px;
    height: 48px;
    object-fit: cover;
    flex-shrink: 0;
    border-radius: 2px;
    background: #fff;
    box-shadow: 0 6px 14px rgba(10, 13, 19, 0.08);
}

.dwr-checklist__info {
    flex: 1;
}

.dwr-checklist__cat-name {
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: #222722;
    font-family: "Avenir-book", Poppins, sans-serif;
    line-height: 1.25;
}

.dwr-checklist__progress {
    display: block;
    font-size: 12px;
    color: #6f8f96;
    margin-top: 2px;
    font-family: "Avenir-book", Poppins, sans-serif;
    font-weight: 600;
}

.dwr-checklist__toggle {
    background: none;
    border: 1px solid rgba(173, 195, 199, 0.95);
    width: 28px;
    height: 28px;
    font-size: 18px;
    cursor: pointer;
    color: #5d7e85;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: background 0.15s, color 0.15s;
    line-height: 1;
}

.dwr-checklist__toggle:hover {
    background: #adc3c7;
    color: #222722;
    border-color: #adc3c7;
}

.dwr-checklist__products {
    padding: 0 0 16px 62px;
}

.dwr-checklist__product {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 6px 0;
    border-top: 1px solid #f5f5f5;
    font-size: 13px;
    font-family: "Avenir-book", Poppins, sans-serif;
}

.dwr-checklist__product a {
    color: #222722;
    flex: 1;
    text-decoration: none;
    transition: color 0.15s;
}

.dwr-checklist__product a:hover {
    color: #adc3c7;
}

.dwr-checklist__no-items {
    font-size: 13px;
    color: #888;
    padding: 10px 0;
    font-family: "Avenir-book", Poppins, sans-serif;
}

.dwr-checklist__empty-state {
    margin: 0;
    padding: 24px 0 8px;
    color: #4d6065;
    font-family: "Avenir-book", Poppins, sans-serif;
    text-align: center;
}

.dwr-checklist-panel .dwr-btn--dark {
    background: #adc3c7;
    color: #222722;
    border-color: #adc3c7;
}

.dwr-checklist-panel .dwr-btn--dark:hover {
    background: #222529;
    color: #fff;
    border-color: #222529;
}

.dwr-checklist-panel .dwr-btn--outline {
    background: transparent;
    color: #222722;
    border-color: #adc3c7;
}

.dwr-checklist-panel .dwr-btn--outline:hover {
    background: #222529;
    color: #fff;
    border-color: #222529;
}


/* ---------- Badges ---------- */
.dwr-badge {
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 2px 8px;
    border: 1px solid #ddd;
    color: #888;
    white-space: nowrap;
    font-family: "Avenir-book", Poppins, sans-serif;
}

.dwr-badge--purchased {
    border-color: #adc3c7;
    color: #adc3c7;
    background: #f5f9fa;
}


/* ---------- Gift Tracker ---------- */
.dwr-gift-tracker__desc {
    font-size: 14px;
    color: #666;
    margin-bottom: 24px;
    line-height: 1.6;
    max-width: 600px;
    font-family: "Avenir-book", Poppins, sans-serif;
}

.dwr-gift-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
    font-family: "Avenir-book", Poppins, sans-serif;
}

.dwr-gift-table th {
    text-align: left;
    padding: 10px 12px;
    background: #f5f9fa;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #adc3c7;
    border-bottom: 2px solid #adc3c7;
}

.dwr-gift-table td {
    padding: 12px;
    border-bottom: 1px solid #eee;
    color: #333;
}

.dwr-gift-tracker__empty {
    text-align: center;
    padding: 40px;
    color: #666;
    font-family: "Avenir-book", Poppins, sans-serif;
}

.dwr-gift-tracker__code {
    margin-top: 16px;
    font-size: 18px;
    font-family: "Avenir-book", Poppins, sans-serif;
}

.dwr-gift-tracker__code code {
    background: #f5f9fa;
    border: 1px solid #adc3c7;
    padding: 4px 12px;
    letter-spacing: 0.2em;
    font-size: 22px;
    margin-left: 8px;
    color: #222722;
}

