.header-actions { display: flex; align-items: center; gap: 16px; }
#inquiry-toggle { border: 0; border-radius: 4px; background: #ef7791; color: #fff; padding: 9px 12px; font: inherit; font-size: .82rem; font-weight: 800; cursor: pointer; }
.add-to-cart,.modal-add { width: 100%; margin: 10px 0 8px; border: 0; border-radius: 4px; background: #ef7791; color: #fff; padding: 11px 12px; font: inherit; font-size: .88rem; font-weight: 800; cursor: pointer; }
.modal-add { width: auto; }
.add-to-cart:hover,.modal-add:hover,#inquiry-toggle:hover { background: #d95e7d; }
#inquiry-cart { position: fixed; z-index: 10; right: 18px; bottom: 18px; width: min(390px,calc(100% - 36px)); max-height: min(640px,calc(100vh - 36px)); overflow: auto; background: #fffaf7; border: 1px solid #eadfd9; border-radius: 10px; padding: 28px; box-shadow: 0 18px 60px #0003; }
#inquiry-cart h2 { margin: 0 0 12px; font-size: 1.5rem; }
.cart-close { position: absolute; right: 14px; top: 14px; border: 0; background: none; font-size: 1.5rem; cursor: pointer; }
.inquiry-line { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 10px 0; border-bottom: 1px solid #eadfd9; font-size: .92rem; }
.inquiry-line button { border: 0; background: none; color: #a15e6d; text-decoration: underline; cursor: pointer; }
#send-inquiry { width: 100%; margin-top: 18px; border: 0; border-radius: 4px; background: #1877f2; color: #fff; padding: 13px; font: inherit; font-weight: 800; cursor: pointer; }
#inquiry-help { margin: 10px 0 0; color: #716a67; font-size: .78rem; }
.inquiry-explainer { max-width: 720px; margin-top: 15px !important; padding: 13px 15px; border-radius: 5px; background: #fff0eb; color: #5c5552 !important; font-size: .9rem; }
@media(max-width:600px){.header-actions{gap:9px}.header-link{font-size:.8rem}#inquiry-toggle{padding:7px;font-size:.75rem}}
.messenger-next{display:block;margin-top:14px;padding:13px;background:#1877f2;color:white;text-align:center;text-decoration:none;border-radius:4px;font-weight:700}.messenger-next[hidden]{display:none}#inquiry-help{font-size:14px;line-height:1.8}
.instagram-next{background:#a63687}
