/* OmVeda Trust Layer — Module 1 */
.ov-tl-trust {
    --ov-tl-green: #174f38;
    --ov-tl-green-soft: #edf5ef;
    --ov-tl-text: #202923;
    --ov-tl-muted: #66716a;
    --ov-tl-line: #e3e9e4;
    margin: 20px 0 10px;
    padding: 18px 16px;
    border: 1px solid var(--ov-tl-line);
    border-radius: 14px;
    background: #fff;
}
.ov-tl-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 8px;
}
.ov-tl-item {
    min-width: 0;
    padding: 5px 10px;
    text-align: center;
}
.ov-tl-item + .ov-tl-item { border-left: 1px solid var(--ov-tl-line); }
.ov-tl-icon {
    width: 52px;
    height: 52px;
    margin: 0 auto 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--ov-tl-green);
}
.ov-tl-icon svg {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.25;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.ov-tl-icon .ov-tl-check,
.ov-tl-icon .ov-tl-accent { stroke-width: 2.8; }
.ov-tl-icon .ov-tl-heart { fill: var(--ov-tl-green-soft); }
.ov-tl-copy strong {
    display: block;
    color: var(--ov-tl-text);
    font-size: 13.5px;
    line-height: 1.28;
    font-weight: 700;
}
.ov-tl-copy span {
    display: block;
    margin-top: 4px;
    color: var(--ov-tl-muted);
    font-size: 11.5px;
    line-height: 1.3;
}
@media (max-width: 767px) {
    /* Mobile: intentionally compact so trust signals stay visible without
       pushing the product content too far below the buy button. */
    .ov-tl-trust {
        margin: 10px 0 6px;
        padding: 5px 4px;
        border-radius: 10px;
    }
    .ov-tl-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0;
    }
    .ov-tl-item {
        padding: 7px 5px 6px;
    }
    .ov-tl-item + .ov-tl-item { border-left: 0; }
    .ov-tl-item:nth-child(even) { border-left: 1px solid var(--ov-tl-line); }
    .ov-tl-item:nth-child(n+3) { border-top: 1px solid var(--ov-tl-line); }
    .ov-tl-icon {
        width: 34px;
        height: 34px;
        margin-bottom: 3px;
    }
    .ov-tl-copy strong {
        font-size: 11px;
        line-height: 1.16;
    }
    .ov-tl-copy span {
        margin-top: 2px;
        font-size: 9.5px;
        line-height: 1.18;
    }
}

/* Module 2 — UGC/community preview. Not inserted automatically. */
.ov-tl-community{--ov-tl-green:#174f38;--ov-tl-text:#202923;--ov-tl-muted:#66716a;--ov-tl-line:#e3e9e4;--ov-tl-soft:#f5f8f5;margin:28px 0;padding:22px;border:1px solid var(--ov-tl-line);border-radius:16px;background:#fff;overflow:hidden}
.ov-tl-community-head{text-align:center;max-width:720px;margin:0 auto 18px}.ov-tl-eyebrow{display:inline-flex;align-items:center;gap:6px;padding:5px 9px;border-radius:999px;background:#edf5ef;color:var(--ov-tl-green);font-size:11px;font-weight:700;letter-spacing:.02em;text-transform:uppercase}.ov-tl-community h3{margin:9px 0 6px;color:var(--ov-tl-text);font-size:22px;line-height:1.2}.ov-tl-community-intro{margin:0 auto;color:var(--ov-tl-muted);font-size:13px;line-height:1.55}.ov-tl-ugc-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:9px}.ov-tl-ugc-card{position:relative;aspect-ratio:4/5;border-radius:12px;overflow:hidden;background:var(--ov-tl-soft)}.ov-tl-ugc-card img{width:100%;height:100%;object-fit:cover;display:block}.ov-tl-ugc-badge{position:absolute;left:7px;bottom:7px;padding:4px 7px;border-radius:999px;background:rgba(255,255,255,.92);color:var(--ov-tl-green);font-size:9px;font-weight:700;box-shadow:0 2px 8px rgba(0,0,0,.08)}.ov-tl-community-story{display:grid;grid-template-columns:1.2fr .8fr;gap:18px;margin-top:18px;padding-top:17px;border-top:1px solid var(--ov-tl-line)}.ov-tl-community-story strong{display:block;margin-bottom:5px;color:var(--ov-tl-text);font-size:14px}.ov-tl-community-story p{margin:0;color:var(--ov-tl-muted);font-size:12px;line-height:1.5}.ov-tl-community-points{display:grid;gap:7px}.ov-tl-community-point{display:flex;gap:7px;align-items:flex-start;color:var(--ov-tl-text);font-size:11.5px;line-height:1.35}.ov-tl-community-point svg{width:16px;height:16px;flex:0 0 16px;color:var(--ov-tl-green);fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.ov-tl-community-note{text-align:center;margin:14px 0 0;color:var(--ov-tl-muted);font-size:10px}
@media(max-width:767px){.ov-tl-community{margin:16px 0;padding:14px 10px;border-radius:12px}.ov-tl-community-head{margin-bottom:12px}.ov-tl-community h3{font-size:17px;margin:7px 0 4px}.ov-tl-community-intro{font-size:11px;line-height:1.4;padding:0 5px}.ov-tl-eyebrow{font-size:9px;padding:4px 7px}.ov-tl-ugc-grid{display:flex;overflow-x:auto;gap:7px;scroll-snap-type:x mandatory;padding:0 1px 5px;scrollbar-width:none}.ov-tl-ugc-grid::-webkit-scrollbar{display:none}.ov-tl-ugc-card{flex:0 0 43%;aspect-ratio:4/5;scroll-snap-align:start;border-radius:9px}.ov-tl-ugc-badge{font-size:8px;left:5px;bottom:5px}.ov-tl-community-story{grid-template-columns:1fr;gap:10px;margin-top:10px;padding-top:11px}.ov-tl-community-story strong{font-size:12px;margin-bottom:3px}.ov-tl-community-story p{font-size:10.5px;line-height:1.4}.ov-tl-community-points{grid-template-columns:1fr 1fr;gap:6px}.ov-tl-community-point{font-size:9.5px;gap:5px}.ov-tl-community-point svg{width:13px;height:13px;flex-basis:13px}.ov-tl-community-note{margin-top:9px;font-size:8.5px}}

/* v1.1.1 — cleaner community story: imagery first, less repetition */
.ov-tl-community-intro{max-width:620px}
.ov-tl-community-story{display:block;text-align:center;max-width:900px;margin:16px auto 0;padding-top:15px}
.ov-tl-community-story strong{font-size:15px}
.ov-tl-community-story p{max-width:820px;margin:0 auto;color:var(--ov-tl-muted);font-size:12px;line-height:1.5}
.ov-tl-community-facts{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:10px 22px;margin-top:12px;color:var(--ov-tl-text)}
.ov-tl-community-facts>span{display:inline-flex;align-items:center;gap:6px;font-size:11px;line-height:1.25}
.ov-tl-community-facts svg{width:18px;height:18px;fill:none;stroke:var(--ov-tl-green);stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.ov-tl-community-facts b{font-weight:700}.ov-tl-community-facts small{color:var(--ov-tl-muted);font-size:10px}
@media(max-width:767px){
 .ov-tl-community{padding:11px 9px 9px}
 .ov-tl-community-head{margin-bottom:9px}
 .ov-tl-community-intro{font-size:10.5px;line-height:1.32}
 .ov-tl-community-story{margin-top:7px;padding-top:9px}
 .ov-tl-community-story strong{font-size:11.5px}
 .ov-tl-community-story p{font-size:9.7px;line-height:1.35;margin-top:3px}
 .ov-tl-community-facts{gap:5px 11px;margin-top:8px}
 .ov-tl-community-facts>span{font-size:8.8px;gap:4px}
 .ov-tl-community-facts svg{width:13px;height:13px}
 .ov-tl-community-facts small{font-size:8px}
 .ov-tl-community-note{margin-top:6px;font-size:7.8px}
}
