/* Product-page design tokens from product.html. Keep local to this block for easy future edits. */
.wp-block-ananeoo-product-guarantee-sec.product-guarantee-sec,
.editor-styles-wrapper .wp-block-ananeoo-product-guarantee-sec.product-guarantee-sec {
    --bg: oklch(98.5% 0.005 220);
    --surface: oklch(100% 0 0);
    --surface-2: oklch(96.7% 0.008 220);
    --teal-soft: oklch(95.5% 0.022 210);
    --ink: oklch(26% 0.032 232);
    --muted: #003660;
    --border: oklch(90% 0.012 220);
    --teal: oklch(32% 0.045 228);
    --teal-deep: oklch(27% 0.04 230);
    --teal-2: oklch(46% 0.055 224);
    --accent: oklch(74% 0.095 80);
    --accent-hi: oklch(80% 0.085 82);
    --accent-ink: oklch(26% 0.045 75);
    --blue: oklch(54% 0.13 244);
    --blue-soft: oklch(94% 0.03 240);
    --green: oklch(54% 0.12 165);
    --green-soft: oklch(94% 0.04 165);
    --green-ink: oklch(40% 0.09 165);
    --on-teal: oklch(100% 0 0);
    --on-teal-mut: oklch(89% 0.018 220);
    --border-teal: oklch(72% 0.03 220 / 0.26);
    --t-label: 0.82rem;
    --t-lead: clamp(1.15rem, 1.05rem + 0.4vw, 1.34rem);
    --t-h4: clamp(1.2rem, 1.06rem + 0.5vw, 1.42rem);
    --t-h3: clamp(1.42rem, 1.2rem + 1vw, 1.9rem);
    --t-h2: clamp(1.85rem, 1.4rem + 2vw, 2.9rem);
    --t-h1: clamp(2.3rem, 1.6rem + 3.4vw, 3.85rem);
    font-family: var(--font-body);
    font-size: clamp(17px, 1rem + 0.25vw, 19.5px);
    line-height: 1.65;
    background: var(--surface);
}

.wp-block-ananeoo-product-guarantee-sec .product-guarantee-sec__outer,
.editor-styles-wrapper .wp-block-ananeoo-product-guarantee-sec .product-guarantee-sec__outer {
    max-width: min(100%, 1180px);
    margin-inline: auto;
}

.wp-block-ananeoo-product-guarantee-sec .product-guarantee-sec__wrap,
.editor-styles-wrapper .wp-block-ananeoo-product-guarantee-sec .product-guarantee-sec__wrap {
    width: 100%;
}

.wp-block-ananeoo-product-guarantee-sec .guarantee,
.editor-styles-wrapper .wp-block-ananeoo-product-guarantee-sec .guarantee {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) !important;
    gap: clamp(24px, 4vw, 52px);
    align-items: center;
    width: 100%;
    background: var(--surface);
    border: 1px solid var(--border);
    border-radius: var(--radius);
    padding: clamp(26px, 4vw, 48px);
}

.wp-block-ananeoo-product-guarantee-sec .guar-badge,
.editor-styles-wrapper .wp-block-ananeoo-product-guarantee-sec .guar-badge {
    width: clamp(140px, 16vw, 184px);
    height: clamp(140px, 16vw, 184px);
    min-width: clamp(140px, 16vw, 184px);
    flex: none;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: var(--on-teal);
    gap: 2px;
    background: radial-gradient(circle at 50% 35%, var(--teal-2), var(--teal-deep));
    border: 6px solid var(--accent);
}

.wp-block-ananeoo-product-guarantee-sec .guar-badge .ananeoo-advanced-heading,
.editor-styles-wrapper .wp-block-ananeoo-product-guarantee-sec .guar-badge .ananeoo-advanced-heading {
    width: auto;
}

.wp-block-ananeoo-product-guarantee-sec .guar-badge__icon,
.editor-styles-wrapper .wp-block-ananeoo-product-guarantee-sec .guar-badge__icon {
    margin-bottom: 4px;
}

.wp-block-ananeoo-product-guarantee-sec .guar-badge__number,
.editor-styles-wrapper .wp-block-ananeoo-product-guarantee-sec .guar-badge__number {
    letter-spacing: -0.03em;
}

.wp-block-ananeoo-product-guarantee-sec .guar-badge__label,
.editor-styles-wrapper .wp-block-ananeoo-product-guarantee-sec .guar-badge__label {
    text-transform: uppercase;
}

.wp-block-ananeoo-product-guarantee-sec .guar-body,
.editor-styles-wrapper .wp-block-ananeoo-product-guarantee-sec .guar-body {
    min-width: 0;
}

.wp-block-ananeoo-product-guarantee-sec .guar-body .eyebrow,
.editor-styles-wrapper .wp-block-ananeoo-product-guarantee-sec .guar-body .eyebrow {
    display: inline-block;
}

.wp-block-ananeoo-product-guarantee-sec .product-guarantee-sec__checks,
.editor-styles-wrapper .wp-block-ananeoo-product-guarantee-sec .product-guarantee-sec__checks {
    margin-top: 18px;
    width: 100%;
}

.wp-block-ananeoo-product-guarantee-sec .product-guarantee-sec__check-item,
.editor-styles-wrapper .wp-block-ananeoo-product-guarantee-sec .product-guarantee-sec__check-item {
    position: relative;
    display: grid;
    grid-template-columns: 20px minmax(0, 1fr);
    column-gap: 10px;
    align-items: start;
}

.wp-block-ananeoo-product-guarantee-sec .product-guarantee-sec__check-item::before,
.editor-styles-wrapper .wp-block-ananeoo-product-guarantee-sec .product-guarantee-sec__check-item::before {
    content: "";
    width: 18px;
    height: 18px;
    margin-top: 4px;
    color: var(--accent);
    background: currentColor;
    clip-path: polygon(14% 48%, 0 63%, 36% 100%, 100% 16%, 83% 0, 35% 63%);
}

@media (max-width: 980px) {
    .wp-block-ananeoo-product-guarantee-sec .guarantee,
    .editor-styles-wrapper .wp-block-ananeoo-product-guarantee-sec .guarantee {
        grid-template-columns: 1fr !important;
        text-align: center;
    }

    .wp-block-ananeoo-product-guarantee-sec .guar-badge,
    .editor-styles-wrapper .wp-block-ananeoo-product-guarantee-sec .guar-badge {
        margin-inline: auto;
    }

    .wp-block-ananeoo-product-guarantee-sec .guar-body,
    .editor-styles-wrapper .wp-block-ananeoo-product-guarantee-sec .guar-body {
        align-items: center;
        text-align: center;
    }

    .wp-block-ananeoo-product-guarantee-sec .product-guarantee-sec__check-item,
    .editor-styles-wrapper .wp-block-ananeoo-product-guarantee-sec .product-guarantee-sec__check-item {
        text-align: left;
    }
}
