.orro-page .wl-grid{max-width:900px;margin:34px auto 0;display:grid;grid-template-columns:0.9fr 1.1fr;gap:44px;text-align:left;align-items:start;}
.orro-page .wl-preview{position:relative;aspect-ratio:1/1;background:var(--orro-soft);border-radius:8px;overflow:hidden;display:flex;align-items:center;justify-content:center;}
.orro-page .wl-preview img{width:100%;height:100%;object-fit:cover;display:block;}
.orro-page .wl-preview .wl-swatch{width:100%;height:100%;}
.orro-page .wl-preview .wl-name{position:absolute;bottom:16px;left:16px;background:rgba(255,255,255,.92);padding:6px 14px;border-radius:20px;font-size:11px;letter-spacing:1px;text-transform:uppercase;}
.orro-page .wl-form{display:flex;flex-direction:column;gap:16px;}
.orro-page .wl-form select,.orro-page .wl-form input:not([type=\"checkbox\"]){padding:15px 18px;border:1px solid var(--orro-line);border-radius:6px;font-family:'Inter',sans-serif;font-size:14px;background:#fff;width:100%;}
#wlConsent{-webkit-appearance:none!important;-moz-appearance:none!important;appearance:none!important;width:16px!important;height:16px!important;min-width:16px!important;max-width:16px!important;flex:none!important;margin:2px 0 0!important;padding:0!important;border:1px solid #999!important;border-radius:4px!important;background:#fff!important;background-image:none!important;cursor:pointer;position:relative;box-shadow:none!important;}
#wlConsent:checked{background:#0d0d0d!important;border-color:#0d0d0d!important;}
#wlConsent:checked::after{content:'';position:absolute;left:5px;top:1px;width:4px;height:8px;border-style:solid;border-color:#fff;border-width:0 2px 2px 0;transform:rotate(45deg);}
.orro-page .wl-row2{display:grid;grid-template-columns:1fr 1fr;gap:14px;}
.orro-page .wl-form label{font-size:11px;letter-spacing:1px;text-transform:uppercase;color:var(--orro-grey);margin-bottom:8px;display:block;}
@media(max-width:820px){.orro-page .wl-grid{grid-template-columns:1fr;max-width:440px;}.orro-page .wl-preview{aspect-ratio:16/10;}}
