.address-top{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:18px}.address-top h2{margin:0}.address-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.address-card{border:1px solid #e5e7eb;border-radius:18px;padding:18px;background:#fff}.address-card.default{border-color:#f28c38;background:#fff7ed}.address-card-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px}.address-card-head strong{font-size:18px}.address-card-head span{background:#16a34a;color:#fff;font-size:12px;font-weight:900;padding:6px 9px;border-radius:999px}.address-card p{color:#374151;line-height:1.7;margin:0 0 12px}.address-card small{display:block;color:#6b7280;line-height:1.6;margin-top:8px}.address-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:14px}.address-actions a{font-weight:900;color:#e27519}.address-actions a.danger{color:#991b1b}.address-form select,.address-form textarea{width:100%;padding:13px;border:1px solid #e5e7eb;border-radius:11px;font-size:15px}.address-form textarea{min-height:90px}.checkbox-label{display:flex!important;align-items:center;gap:10px}.checkbox-label input{width:auto!important}@media(max-width:900px){.address-grid{grid-template-columns:1fr}.address-top{display:block}.address-top a{margin-top:12px}}
