.pet-feature-list{grid-template-columns:repeat(var(--pet-fl-cols,2), 1fr);gap:var(--pet-fl-gap,36px);padding:0 0 var(--pet-blocks-block-bottom-spacing);display:grid}.pet-feature-list--cols-1{--pet-fl-cols:1;display:block}.pet-feature-list--cols-1 .pet-feature-list__section{width:100%;max-width:100%}.pet-feature-list--cols-2{--pet-fl-cols:2}.pet-feature-list--cols-3{--pet-fl-cols:3}.pet-feature-list--spacing-compact{--pet-fl-gap:24px;--pet-fl-section-gap:12px;--pet-fl-item-gap:6px}.pet-feature-list--spacing-default{--pet-fl-gap:36px;--pet-fl-section-gap:16px;--pet-fl-item-gap:10px}.pet-feature-list--spacing-relaxed{--pet-fl-gap:48px;--pet-fl-section-gap:20px;--pet-fl-item-gap:14px}.pet-feature-list__section{gap:var(--pet-fl-section-gap,16px);flex-direction:column;display:flex}.pet-feature-list__header{gap:var(--pet-space-sm,16px);align-items:flex-start;display:flex}.pet-feature-list__icon{border-radius:var(--pet-radius-full,999px);flex-shrink:0;justify-content:center;align-items:center;width:28px;min-width:28px;height:28px;margin-top:2px;font-size:14px;display:inline-flex}.pet-feature-list__icon--success{background:var(--pet-success-light,#d1fae5);color:var(--pet-success,#10b981)}.pet-feature-list__icon--primary{background:rgba(var(--pet-primary-rgb,27, 47, 91), .12);color:var(--pet-primary,#1a2f5b)}.pet-feature-list__icon--secondary{background:rgba(var(--pet-secondary-rgb,228, 110, 66), .12);color:var(--pet-secondary,#e46e42)}.pet-feature-list__heading{font-size:var(--pet-text-xl,20px);font-weight:var(--pet-font-bold,700);color:var(--pet-text-primary,#1a1a2e);margin:0;line-height:1.3}.pet-feature-list__description{font-size:var(--pet-text-base,16px);color:var(--pet-text-secondary,#2d2b3a);margin:0;line-height:1.65}.pet-feature-list__items{margin:var(--pet-space-xs,8px) 0 0;gap:var(--pet-fl-item-gap,10px);flex-direction:column;padding:0;list-style:none;display:flex}.pet-feature-list__item{font-size:var(--pet-text-base,16px);color:var(--pet-text-secondary,#2d2b3a);align-items:flex-start;gap:12px;line-height:1.5;display:flex}.pet-feature-list__item-icon{flex-shrink:0;margin-top:6px}.pet-feature-list--bullet-dot .pet-feature-list__item-icon{background:var(--pet-text-muted,#6b6a7a);border-radius:50%;width:6px;height:6px}.pet-feature-list--bullet-check .pet-feature-list__item-icon{width:auto;height:auto;color:var(--pet-success,#10b981);font-weight:var(--pet-font-bold,700);margin-top:0}.pet-feature-list--bullet-check .pet-feature-list__item-icon:before{content:"✓"}.pet-feature-list--bullet-arrow .pet-feature-list__item-icon{width:auto;height:auto;color:var(--pet-primary,#1a2f5b);margin-top:0}.pet-feature-list--bullet-arrow .pet-feature-list__item-icon:before{content:"→"}.pet-feature-list--bullet-custom .pet-feature-list__item-icon{width:auto;height:auto;color:var(--pet-primary,#1a2f5b);margin-top:2px;font-size:14px}.pet-feature-list--bullet-number .pet-feature-list__items{counter-reset:feature-list}.pet-feature-list--bullet-number .pet-feature-list__item-icon{border-radius:var(--pet-radius-full,999px);background:rgba(var(--pet-primary-rgb,27, 47, 91), .12);width:22px;min-width:22px;height:22px;color:var(--pet-primary,#1a2f5b);font-size:12px;font-weight:var(--pet-font-bold,700);justify-content:center;align-items:center;margin-top:2px;display:inline-flex}.pet-feature-list--bullet-number .pet-feature-list__item-icon:before{counter-increment:feature-list;content:counter(feature-list)}.pet-feature-list.pet-blocks--open{box-shadow:none;background:0 0;border:none}.pet-feature-list.pet-blocks--boxed{background:var(--pet-surface,#fff);border-radius:var(--pet-radius,14px);padding:var(--pet-space-lg,32px);box-shadow:var(--pet-shadow-sm);border:1px solid var(--pet-border-color,#1a1a2e14)}@media (width<=768px){.pet-feature-list{gap:var(--pet-space-xl,56px);grid-template-columns:1fr}.pet-feature-list--cols-2,.pet-feature-list--cols-3{--pet-fl-cols:1}}@media (width<=640px){.pet-feature-list__heading{font-size:var(--pet-text-lg,18px)}.pet-feature-list__icon{width:24px;min-width:24px;height:24px;font-size:12px}}.block-editor .pet-feature-list{box-sizing:border-box;width:100%;max-width:100%}