.hvw-bs-wrap,
.hvw-bs-login-inquiry,
.hvw-bs-account,
.hvw-bs-admin { box-sizing: border-box; }
.hvw-bs-login-inquiry { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; margin: 24px 0; }
.hvw-bs-card { border: 1px solid #e7e7e7; border-radius: 14px; padding: 22px; background: #fff; box-shadow: 0 8px 24px rgba(0,0,0,.04); }
.hvw-bs-form p { margin: 0 0 14px; }
.hvw-bs-form label { display: block; font-weight: 600; margin-bottom: 6px; }
.hvw-bs-form input[type="text"],
.hvw-bs-form input[type="email"],
.hvw-bs-form input[type="url"],
.hvw-bs-form input[type="password"],
.hvw-bs-form textarea { width: 100%; min-height: 42px; border: 1px solid #ddd; border-radius: 8px; padding: 10px 12px; }
.hvw-bs-checkbox label { display: flex; gap: 8px; align-items: flex-start; font-weight: 400; }
.hvw-bs-btn { display: inline-flex; align-items: center; justify-content: center; min-height: 42px; padding: 0 18px; border: 0; border-radius: 999px; cursor: pointer; background: #111; color: #fff; font-weight: 700; }
.hvw-bs-table { width: 100%; border-collapse: collapse; margin: 16px 0; }
.hvw-bs-table th,
.hvw-bs-table td { border: 1px solid #e8e8e8; padding: 12px; text-align: left; }
.hvw-bs-table th { background: #fafafa; font-weight: 700; }
.hvw-bs-price-label { font-weight: 700; }
.hvw-bs-restricted,
.hvw-bs-notice,
.hvw-bs-box { border-radius: 10px; padding: 14px 16px; margin: 16px 0; background: #f6f6f6; }
.hvw-bs-notice--success { background: #eaf8ef; border: 1px solid #b8e4c5; }
@media (max-width: 768px) { .hvw-bs-login-inquiry { grid-template-columns: 1fr; } }
.hvw-bs-single-price { display: inline-flex; align-items: baseline; gap: 4px; font-weight: 700; }
.hvw-bs-single-price__label { font-weight: 700; }
.hvw-bs-single-price__amount { font-weight: 700; }
.hvw-bs-single-price--empty { font-weight: 400; opacity: .75; }
.hvw-bs-wholesale-info { margin: 24px 0; }
.hvw-bs-wholesale-info__header { display: flex; align-items: center; justify-content: space-between; gap: 16px; margin-bottom: 12px; }
.hvw-bs-wholesale-info__header h3 { margin: 0; }
.hvw-bs-wholesale-info__account-link { display: inline-flex; align-items: center; justify-content: center; min-height: 36px; padding: 0 14px; border-radius: 999px; border: 1px solid #e2e2e2; text-decoration: none; font-weight: 700; }
.hvw-bs-wholesale-info--standalone { border: 1px solid #e7e7e7; border-radius: 14px; padding: 22px; background: #fff; box-shadow: 0 8px 24px rgba(0,0,0,.04); }
@media (max-width: 768px) { .hvw-bs-wholesale-info__header { align-items: flex-start; flex-direction: column; } }
