/* Product-page design tokens from product.html. Keep local to this block for easy future edits. */
.wp-block-ananeoo-product-shop-help-sec.product-shop-help-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;
}

.product-shop-help-sec .ananeoo-shop-help {
    margin-top: 20px;
    color: #003660;
    font-size: 1rem;
}

.product-shop-help-sec .ananeoo-shop-help a {
    color: var(--ink);
    text-decoration: none;
}

.product-shop-help-sec .ananeoo-shop-help .ananeoo-shop-help__phone {
    color: var(--ink);
    font-weight: 700;
}
