.product-heading .product-heading-logo { display:block; width:clamp(240px,36vw,480px); max-width:100%; height:auto; border-radius:8px; }
.product-heading .section-title { margin:0; line-height:1; }
.gm-review-button { display:inline-flex; align-items:center; gap:10px; padding:15px 22px; border:1px solid #0c2e40; border-radius:100px; background:#0c2e40; color:#fff; font:700 15px/1.5 'Noto Sans KR',sans-serif; cursor:pointer; white-space:nowrap; transition:background .2s,transform .2s; }
.gm-review-button:hover { background:#17475d; transform:translateY(-2px); }
.gm-review-button:focus-visible,.gm-review-close:focus-visible { outline:3px solid #e9ad40; outline-offset:4px; }
.gm-review-count { padding:2px 8px; border-radius:20px; background:#ffffff20; font-size:12px; }
.gm-review-dialog { width:min(960px,calc(100% - 32px)); max-width:960px; max-height:88vh; max-height:88dvh; padding:0; border:0; border-radius:22px; background:#f8f5ed; color:#0c2e40; box-shadow:0 24px 90px #0004; }
.gm-review-dialog::backdrop { background:#071d2bbc; }
.gm-review-dialog[open] { display:flex; flex-direction:column; }
.gm-review-header { position:relative; flex:none; padding:28px 72px 22px 28px; border-bottom:1px solid #0c2e4018; }
.gm-review-header h2 { margin:5px 0 8px; font-size:clamp(23px,3vw,32px); line-height:1.4; }
.gm-review-header p { margin:0; font-size:13px; line-height:1.6; color:#64727a; }
.gm-review-close { position:absolute; right:18px; top:20px; width:42px; height:42px; border:1px solid #0c2e4020; border-radius:50%; background:#fff; color:#0c2e40; font-size:26px; cursor:pointer; }
.gm-review-list { overflow-y:auto; overscroll-behavior:contain; min-height:0; padding:24px; display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:16px; }
.gm-review-card { border:1px solid #0c2e4014; background:#fff; border-radius:14px; padding:22px; }
.gm-review-stars { color:#b87814; letter-spacing:3px; }
.gm-review-text { margin:14px 0 20px; font-size:16px; line-height:1.85; white-space:pre-line; overflow-wrap:anywhere; }
.gm-review-meta,.gm-review-product { font-size:12px; color:#697780; line-height:1.6; }
.gm-review-product { border-top:1px solid #eee; padding-top:10px; margin:10px 0 0; overflow-wrap:anywhere; }
@media(max-width:640px) { .gm-review-dialog { width:calc(100% - 20px); border-radius:16px; } .gm-review-header { padding:22px 62px 18px 20px; } .gm-review-list { grid-template-columns:1fr; padding:14px; gap:12px; } .gm-review-card { padding:18px; } .gm-review-button { padding:12px 18px; font-size:14px; } }
@media(prefers-reduced-motion:reduce) { .gm-review-button { transition:none; } }
