/* Saved Addresses styles */
.fb-saved-addresses h2 { margin-bottom: 12px; }
.fb-address-form { background: #f9f9f9; padding: 16px; border-radius: 8px; margin-bottom: 20px; }
.fb-address-form .fb-form-title { margin-top: 0; }
.fb-saved-addresses .form-row { margin-bottom: 10px; }
.fb-saved-addresses .button { cursor: pointer; }

.fb-saved-addresses-list { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 12px; }
.fb-address-card { border: 1px solid #e5e5e5; border-radius: 8px; padding: 12px; background: #fff; position: relative; }
.fb-address-card .fb-address-label { font-weight: 600; margin-bottom: 6px; }
.fb-address-card .fb-address-lines { color: #555; line-height: 1.35; margin-bottom: 8px; }
.fb-address-card .fb-address-meta { font-size: 12px; color: #777; }
.fb-address-card .fb-actions { display: flex; gap: 8px; margin-top: 10px; }
.fb-address-card .fb-badge { position: absolute; top: 8px; right: 8px; background: #2ecc71; color: #fff; padding: 2px 6px; border-radius: 999px; font-size: 11px; }

.fb-checkout-saved-addresses { background: #f8fafc; border: 1px solid #e5e7eb; border-radius: 8px; padding: 12px; margin-bottom: 12px; }
.fb-checkout-saved-addresses label { display: block; margin-bottom: 6px; }
.fb-checkout-saved-addresses .fb-manage-addresses-link { margin-left: 8px; font-size: 12px; }
