.mnz-warranty-item {
    border-bottom: 1px solid #e5e5e5;
    padding: 15px 0;
    background: #fffef5;
    margin-bottom: 30px;
}

.mnz-warranty-item .product-line-grid {
    margin: 0;
}

.mnz-warranty-item .product-image img {
    max-width: 80px;
    width: 100%;
}

.mnz-warranty-name {
    font-size: 14px;
    font-weight: 700;
    display: block;
    margin-bottom: 4px;
}

.mnz-warranty-desc {
    font-size: 13px;
    color: #555;
    line-height: 1.4;
}

.mnz-warranty-desc p {
    margin: 0;
}

.mnz-warranty-price {
    font-size: 14px;
    color: #333;
    display: flex;
    align-items: center;
}

.mnz-warranty-price strong {
    font-size: 16px;
    margin-left: 4px;
    color: #c0392b;
}

.mnz-warranty-right {
    height: 100%;
    display: flex;
    align-items: center;
    padding: 10px 0;
}

.mnz-btn-add-warranty {
    background-color: #FDD835;
    border: none;
    color: #222;
    font-weight: 700;
    font-size: 13px;
    padding: 10px 18px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    cursor: pointer;
    transition: background-color 0.2s ease;
    white-space: nowrap;
}

.mnz-btn-add-warranty:hover {
    background-color: #e6b800;
    color: #222;
}

.mnz-btn-add-warranty.loading {
    opacity: 0.6;
    cursor: not-allowed;
}

.mnz-btn-add-warranty .material-icons {
    font-size: 18px;
    vertical-align: middle;
}

/* Confirmed warranty row */
.mnz-warranty-confirmed {
    background: #f0faf0;
}

.mnz-warranty-added-label {
    font-size: 13px;
    color: #2e7d32;
    margin-top: 4px;
}

.mnz-checkmark {
    font-weight: 700;
    color: #2e7d32;
}

.mnz-remove-warranty {
    background: none;
    border: none;
    cursor: pointer;
    color: #999;
    font-size: 16px;
    padding: 4px;
    line-height: 1;
    transition: color 0.2s ease;
}

.mnz-remove-warranty:hover {
    color: #c0392b;
}

/* =====================
   PRODUCT PAGE MODAL
   ===================== */

.mnz-wm-dialog {
    max-width: 560px;
}

.mnz-wm-content {
    border-radius: 0;
    border: none;
    background: #f5f5f5;
}

/* Header */
.mnz-wm-header {
    padding: 24px 24px 0;
}

.mnz-wm-headline {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
}

.mnz-wm-headline-text {
    font-size: 22px;
    font-weight: 900;
    color: #0d2f6e;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.1;
}

.mnz-wm-shield-wrap {
    flex-shrink: 0;
}

.mnz-wm-shield-img {
    width: 90px;
    height: 90px;
    object-fit: contain;
}

.mnz-wm-shield-svg {
    width: 70px;
    height: 70px;
    color: #0d2f6e;
}

/* Divider */
.mnz-wm-divider {
    border-color: #d0d0d0;
    margin: 16px 0;
}

/* Body */
.mnz-wm-body {
    padding: 0 24px;
    text-align: center;
}

.mnz-wm-desc {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
    margin-bottom: 16px;
}

.mnz-wm-desc p {
    margin: 0;
}

.mnz-wm-price-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 18px;
}

.mnz-wm-price-label {
    font-size: 13px;
    color: #555;
    font-style: italic;
}

.mnz-wm-price-value {
    font-size: 32px;
    font-weight: 900;
    color: #111;
    line-height: 1.1;
}

.mnz-wm-btn-add {
    display: block;
    width: 100%;
    padding: 16px 24px;
    background: #FFD600;
    border: none;
    color: #111;
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: background-color 0.2s ease;
    border-radius: 0;
}

.mnz-wm-btn-add:hover {
    background: #e6c200;
    color: #111;
}

.mnz-wm-btn-add:disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

/* Benefits */
.mnz-wm-benefits {
    display: flex;
    padding: 0 16px;
    gap: 8px;
}

.mnz-wm-benefit {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0 4px;
}

.mnz-wm-benefit-icon {
    width: 40px;
    height: 40px;
    margin-bottom: 8px;
    color: #1565c0;
}

.mnz-wm-benefit-icon svg {
    width: 100%;
    height: 100%;
}

.mnz-wm-benefit-title {
    display: block;
    font-size: 12px;
    font-weight: 700;
    color: #1565c0;
    margin-bottom: 4px;
    line-height: 1.2;
}

.mnz-wm-benefit-desc {
    font-size: 11px;
    color: #555;
    line-height: 1.3;
}

/* Skip link */
.mnz-wm-skip {
    padding: 4px 24px;
    text-align: center;
}

.mnz-modal-skip-warranty {
    font-size: 13px;
    font-weight: 700;
    color: #111;
    text-decoration: underline;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.mnz-modal-skip-warranty:hover {
    color: #333;
}

/* Fine print */
.mnz-wm-fine-print {
    padding: 0 20px 20px;
    font-size: 10px;
    color: #888;
    line-height: 1.4;
    text-align: justify;
}

@media (max-width: 576px) {
    .mnz-wm-headline-text {
        font-size: 16px;
    }

    .mnz-wm-shield-img {
        width: 64px;
        height: 64px;
    }

    .mnz-wm-price-value {
        font-size: 26px;
    }

    .mnz-wm-benefits {
        flex-wrap: wrap;
    }

    .mnz-wm-benefit {
        flex: 0 0 48%;
        margin-bottom: 12px;
    }
}

@media (max-width: 768px) {
    .mnz-warranty-right {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .mnz-warranty-price {
        padding-top: 8px;
    }
}
