.wv-format{display:grid;grid-template-columns:1fr 1fr;min-height:520px}.wv-format-image{overflow:hidden}.wv-format-image img{height:100%;object-fit:cover;width:100%}.wv-format-text{background:var(--wv-cream);display:flex;flex-direction:column;justify-content:center;padding:80px 72px}.wv-format-desc{color:var(--wv-text-medium);margin-bottom:32px}.wv-format-details{display:flex;flex-direction:column;gap:16px}.wv-format-detail{align-items:flex-start;border-bottom:1px solid rgba(0,0,0,.06);display:flex;gap:16px;padding:16px 0}.wv-format-detail:last-child{border-bottom:none}.wv-format-detail-icon{align-items:center;border:1px solid var(--wv-teal);display:flex;flex-shrink:0;height:36px;justify-content:center;width:36px}.wv-format-detail-icon svg{height:18px;stroke:var(--wv-teal);width:18px}.wv-format-detail h4{color:var(--wv-text-dark);font-size:15px;font-weight:700;margin:0 0 2px}.wv-format-detail p{color:var(--wv-text-medium);font-size:14px;line-height:1.5;margin:0}@media (max-width:767px){.wv-format{grid-template-columns:1fr}.wv-format-image{height:300px}.wv-format-text{padding:48px 24px}}