/* Restaurant place page (정고기 양재본점) — additions on top of place.css.
   Loaded by pcmap.place.naver.com/restaurant/… and m.place.naver.com/restaurant/… */

.rs-badges { display: flex; gap: 6px; margin-bottom: 8px; }
.plus-badge { display: inline-flex; align-items: center; height: 20px; padding: 0 8px; border-radius: 999px; background: #5b3df5; color: #fff; font-size: 11px; font-weight: 800; letter-spacing: -0.2px; }
.revisit-badge { display: inline-flex; align-items: center; height: 20px; padding: 0 8px; border-radius: 999px; background: #e9f9ee; color: #067a3a; font-size: 11px; font-weight: 700; }
.break-now { color: #e0342a; font-weight: 700; }
.rs-ai-summary { margin-top: 6px; font-size: 13px; color: #666; display: flex; align-items: center; gap: 5px; }
.ai-badge { display: inline-flex; height: 18px; padding: 0 6px; border: 1px solid #d9d9d9; border-radius: 4px; font-size: 10.5px; color: #555; align-items: center; }
.rs-actions .ppa.blue { border-color: #cfe0ff; color: #1e5eff; background: #eef4ff; }
.rs-actions .ppa.blue.fill { background: #1e5eff; color: #fff; border-color: #1e5eff; }

/* gallery strip */
.rs-gallery { display: flex; gap: 4px; padding: 0 16px; overflow-x: auto; scrollbar-width: none; height: 140px; }
.rs-gallery::-webkit-scrollbar { display: none; }
.rs-gallery li { position: relative; flex: 0 0 126px; height: 140px; border-radius: 6px; overflow: hidden; background: var(--fill); }
.rs-gallery li.wide { flex-basis: 140px; }
.rs-gallery img { width: 100%; height: 100%; object-fit: cover; display: block; }
.rs-gallery .g-badge.plus { position: absolute; top: 8px; bottom: auto; left: 8px; height: auto; width: auto; background: #5b3df5; color: #fff; font-size: 11px; font-weight: 800; padding: 2px 7px; border-radius: 999px; font-style: normal; }
.rs-gallery .g-label { position: absolute; left: 8px; bottom: 8px; color: #fff; font-size: 12px; font-weight: 700; text-shadow: 0 1px 3px rgba(0,0,0,0.6); display: inline-flex; align-items: center; gap: 3px; }
.tab-dot { display: inline-block; width: 4px; height: 4px; margin: 0 0 8px 2px; border-radius: 50%; background: #e0342a; vertical-align: top; }

/* info rows */
.rs-info .subway-badge { display: inline-flex; width: 16px; height: 16px; border-radius: 50%; background: #d4003b; color: #fff; font-size: 10px; font-weight: 800; align-items: center; justify-content: center; margin-right: 3px; }
.rs-info .subway-name { display: inline-flex; height: 16px; padding: 0 5px; border-radius: 3px; background: #d4003b; color: #fff; font-size: 10px; font-weight: 700; align-items: center; margin-right: 4px; }
.rs-info .info-sub { display: block; margin-top: 4px; }
.rs-directions { color: #444; font-size: 13px; line-height: 1.5; }
.rs-hours-now { display: flex; flex-wrap: wrap; align-items: center; gap: 4px; }
.rs-holiday { color: #e0342a; }
.rs-hours-list li { display: flex; gap: 10px; padding: 3px 0; }
.rs-hours-list .hl-break { display: block; font-size: 12px; color: #8e8e8e; font-style: normal; }
.info-hint { color: #aaa; }
.cp-green { color: #067a3a; font-weight: 700; }
.block-more.inline { margin: 0 0 0 auto; padding: 0; }
.rs-h3 { font-size: 16px; font-weight: 700; margin: 4px 0 12px; }

/* booking items */
.rs-book-block h3 b { color: #1e5eff; }
.rs-book-note { display: flex; align-items: center; gap: 5px; margin: 0 0 10px; font-size: 12.5px; color: #666; }
.rs-party-search { display: flex; align-items: center; justify-content: space-between; width: 100%; height: 44px; padding: 0 14px; border: 1px solid var(--line-strong); border-radius: 8px; margin-bottom: 14px; font-size: 14px; color: #444; background: #fff; }
.rs-items { display: flex; flex-direction: column; gap: 14px; }
.rs-item { position: relative; padding: 14px; border: 1px solid var(--line); border-radius: 12px; }
.rs-item-head { display: flex; align-items: center; gap: 6px; flex-wrap: wrap; }
.rs-item-badge { display: inline-flex; height: 20px; padding: 0 7px; border-radius: 4px; background: #eef4ff; color: #1e5eff; font-size: 11px; font-weight: 700; align-items: center; }
.rs-item-name { font-size: 15px; font-weight: 700; color: #111; }
.rs-item-party { font-size: 12.5px; color: #666; }
.rs-item-rv { margin-left: auto; font-size: 12.5px; color: #1e5eff; }
.rs-item-desc { margin: 8px 0 0; font-size: 12.5px; color: #555; line-height: 1.55; white-space: normal; }
.rs-item-book { margin-top: 12px; }
.rs-dates { display: flex; gap: 6px; margin-top: 12px; overflow-x: auto; scrollbar-width: none; padding-bottom: 4px; }
.rs-dates::-webkit-scrollbar { display: none; }
.rs-dates .rd { flex: 0 0 auto; }
.rs-dates .rd a, .rs-dates .rd .rd-dead { display: flex; flex-direction: column; align-items: center; gap: 2px; width: 84px; padding: 8px 4px; border: 1px solid var(--line); border-radius: 8px; font-size: 12px; background: #fff; }
.rs-dates .rd a b { font-weight: 700; color: #222; }
.rs-dates .rd a span { color: #067a3a; font-weight: 700; }
.rs-dates .rd.full .rd-dead span { color: #e0342a; }
.rs-dates .rd.off .rd-dead { background: #f5f6f8; }
.rs-dates .rd.off .rd-dead b, .rs-dates .rd.off .rd-dead span { color: #b0b0b0; }
.rs-coupons { display: flex; flex-direction: column; gap: 10px; }
.rs-cp-count { font-size: 12.5px; color: #067a3a; font-weight: 500; margin-left: 6px; }

/* place plus */
.rs-plus h3 { display: flex; align-items: center; gap: 6px; }
.rs-plus-sub { margin: 4px 0 8px; font-size: 13px; color: #666; }
.rs-plus-menus { display: flex; gap: 8px; }
.rs-plus-menus li { flex: 1; padding: 10px; border-radius: 8px; background: var(--fill-soft); font-size: 12px; color: #666; display: flex; flex-direction: column; gap: 2px; }
.rs-plus-menus li strong { font-size: 15px; color: #111; }
.rs-plus-menus li em { font-style: normal; color: #1e5eff; }
.rs-plus-change { font-size: 11px; color: #8e8e8e; }
.rs-plus-peak { margin: 14px 0 6px; font-size: 14px; font-weight: 700; }
.rs-plus-bars { display: flex; align-items: flex-end; gap: 10px; height: 96px; padding: 0 4px; }
.rs-plus-bars li { flex: 1; display: flex; flex-direction: column; align-items: center; justify-content: flex-end; gap: 3px; font-size: 11px; color: #666; height: 100%; }
.rs-plus-bars .bar { width: 100%; border-radius: 4px 4px 0 0; background: #cfe0ff; }
.rs-plus-bars li:nth-child(3) .bar { background: #1e5eff; }
.rs-plus-bars b { color: #111; }
.rs-plus-spend { margin-top: 10px; font-size: 13px; color: #444; }

/* AI briefing */
.rs-ai-sub { margin: 2px 0 10px; font-size: 12.5px; color: #8e8e8e; }
.rs-ai-lines { display: flex; flex-direction: column; gap: 8px; font-size: 13.5px; line-height: 1.55; }
.rs-ai-src { display: inline-flex; height: 18px; padding: 0 6px; border-radius: 999px; background: var(--fill); color: #666; font-size: 11px; align-items: center; margin-left: 4px; }
.rs-ai-more { margin: 12px 0 8px; font-size: 13px; color: #444; }
.rs-ai-more a { color: #1e5eff; margin-left: 6px; }
.rs-ai-srcs { display: flex; gap: 8px; overflow-x: auto; scrollbar-width: none; }
.rs-ai-srcs::-webkit-scrollbar { display: none; }
.rs-ai-srcs li { flex: 0 0 220px; }
.rs-ai-srcs a { display: block; height: 100%; padding: 10px; border: 1px solid var(--line); border-radius: 10px; font-size: 12px; color: #666; }
.rs-ai-srcs a b { color: #1e5eff; margin-right: 4px; }
.rs-ai-author { font-weight: 700; color: #222; }
.rs-ai-srcs em { font-style: normal; margin-left: 6px; color: #8e8e8e; }
.rs-ai-srcs p { margin: 6px 0 0; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden; line-height: 1.5; }
.rs-ai-note { margin-top: 10px; font-size: 11.5px; color: #aaa; }

/* menu tab */
.rs-menu-list li { display: flex; gap: 12px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.rs-menu-text { flex: 1; min-width: 0; }
.rs-rep { display: inline-flex; height: 18px; padding: 0 6px; border-radius: 4px; background: #e9f9ee; color: #067a3a; font-size: 11px; font-weight: 700; align-items: center; margin-bottom: 4px; }
.rs-menu-name { display: block; font-size: 15px; font-weight: 700; }
.rs-menu-desc { margin: 4px 0 0; font-size: 12.5px; color: #767676; line-height: 1.5; }
.rs-menu-price { display: block; margin-top: 6px; font-style: normal; font-weight: 700; color: #111; }
.rs-menu-list img { width: 80px; height: 80px; border-radius: 8px; object-fit: cover; flex: 0 0 auto; }
.rs-menu-board { display: block; width: 100%; height: 44px; margin-top: 12px; border: 1px solid var(--line-strong); border-radius: 8px; background: #fff; font-size: 14px; color: #333; }

/* review tab */
.rs-rv-toggle { display: flex; padding: 4px; background: var(--fill); border-radius: 999px; margin-bottom: 18px; }
.rs-rv-toggle a { flex: 1; text-align: center; height: 36px; line-height: 36px; border-radius: 999px; font-size: 14px; color: #666; display: inline-flex; align-items: center; justify-content: center; gap: 4px; }
.rs-rv-toggle a.on { background: #333; color: #fff; font-weight: 700; }
.rs-kw-block h3 { font-size: 16px; font-weight: 700; display: flex; align-items: center; gap: 4px; }
.rs-kw-sub { margin: 6px 0 12px; font-size: 13px; color: #666; }
.rs-kw-sub b { color: #067a3a; }
.rs-kw-bars { display: flex; flex-direction: column; gap: 6px; }
.rs-kw-bars li { position: relative; height: 40px; border-radius: 6px; background: var(--fill); overflow: hidden; display: flex; align-items: center; justify-content: space-between; padding: 0 12px; font-size: 14px; }
.rs-kw-bars .bar { position: absolute; left: 0; top: 0; bottom: 0; background: #cfe9e2; }
.rs-kw-bars .kw-name, .rs-kw-bars b { position: relative; }
.rs-kw-bars .kw-name { font-weight: 700; color: #222; }
.rs-kw-bars b { color: #1e5eff; }
.rs-kw-more { display: block; width: 36px; height: 36px; margin: 10px auto 0; border-radius: 50%; background: #fff; box-shadow: 0 1px 6px rgba(0,0,0,0.15); }
.rs-score-line { display: flex; align-items: center; gap: 4px; margin: 18px 0; padding: 14px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); font-size: 13px; color: #666; }
.rs-score-line b { font-size: 18px; color: #111; }
.rs-media h3, .rs-rv-list-block h3 { font-size: 16px; font-weight: 700; display: flex; align-items: center; gap: 6px; }
.rs-media-strip { display: flex; gap: 4px; margin: 10px 0 18px; overflow-x: auto; scrollbar-width: none; }
.rs-media-strip::-webkit-scrollbar { display: none; }
.rs-media-strip li { position: relative; flex: 0 0 120px; height: 120px; border-radius: 6px; overflow: hidden; }
.rs-media-strip img { width: 100%; height: 100%; object-fit: cover; }
.clip-mark { position: absolute; top: 6px; right: 6px; width: 20px; height: 20px; border-radius: 50%; background: rgba(0,0,0,0.55); color: #fff; font-size: 9px; display: flex; align-items: center; justify-content: center; }
.rs-rv-list-block h3 b { color: #1e5eff; }
.rs-photo-only { margin-left: auto; font-size: 12.5px; font-weight: 400; color: #666; display: inline-flex; align-items: center; gap: 4px; }
.rs-rv-filters { display: flex; align-items: center; gap: 6px; margin-top: 10px; overflow-x: auto; scrollbar-width: none; }
.rs-rv-filters::-webkit-scrollbar { display: none; }
.rs-rv-fl { flex: 0 0 auto; font-size: 12.5px; color: #8e8e8e; margin-right: 4px; }
.rs-rv-filters .plc-chip { flex: 0 0 auto; }
.rs-rv-filters .plc-chip b { color: #8e8e8e; font-weight: 500; margin-left: 2px; }
.rs-rv-sort { display: flex; align-items: center; gap: 12px; margin: 14px 0 4px; font-size: 13px; }
.rs-rv-sort a { color: #8e8e8e; }
.rs-rv-sort a.on { color: #111; font-weight: 700; }
.rs-rv-policy { margin-left: auto; font-size: 12px; color: #8e8e8e; display: inline-flex; align-items: center; gap: 3px; }
.rs-rv-item { padding: 18px 0; border-bottom: 1px solid var(--line); }
.rs-rv-item.negative { background: linear-gradient(90deg, #fff7f5, #fff 40%); margin: 0 -16px; padding-left: 16px; padding-right: 16px; }
.rv-counts { font-size: 12px; color: #8e8e8e; }
.rs-follow { margin-left: auto; height: 26px; padding: 0 10px; border: 1px solid var(--line-strong); border-radius: 999px; font-size: 12px; color: #333; background: #fff; }
.rs-rv-meta { display: flex; align-items: center; gap: 6px; margin: 8px 0 2px; font-size: 12.5px; color: #666; }
.rs-stars { color: #ff4646; letter-spacing: 1px; font-size: 13px; }
.rs-stars-off { color: #ddd; }
.rs-rv-starlabel { font-weight: 700; color: #333; }
.rs-rv-visit { font-size: 12.5px; color: #8e8e8e; margin: 0 0 8px; }
.rs-rv-foot { display: flex; align-items: center; gap: 4px; margin-top: 8px; font-size: 12px; color: #8e8e8e; flex-wrap: wrap; }
.rs-react { height: 26px; padding: 0 10px; border: 1px solid var(--line); border-radius: 999px; background: #fff; font-size: 12px; color: #444; margin-right: 6px; }
.rs-owner-reply { margin-top: 10px; padding: 12px; border-radius: 8px; background: var(--fill-soft); font-size: 12.5px; color: #444; }
.rs-owner-reply b { color: #111; }
.rs-owner-reply em { font-style: normal; color: #8e8e8e; margin-left: 6px; }
.rs-owner-reply p { margin: 4px 0 0; line-height: 1.55; }
.rs-rv-more { display: block; width: 100%; height: 44px; margin-top: 12px; border: 1px solid var(--line-strong); border-radius: 8px; background: #fff; font-size: 14px; }
.rs-blog-list li { display: flex; gap: 12px; padding: 14px 0; border-bottom: 1px solid var(--line); }
.rs-blog-list img { width: 72px; height: 72px; border-radius: 8px; object-fit: cover; flex: 0 0 auto; }
.rs-blog-list b { font-size: 14px; }
.rs-blog-list p { margin: 4px 0; font-size: 12.5px; color: #666; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; }
.rs-blog-list em { font-style: normal; font-size: 12px; color: #8e8e8e; }

/* info tab */
.rs-intro { white-space: normal; line-height: 1.7; }
.rs-fac { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; font-size: 13.5px; }
.rs-fac li { display: flex; align-items: center; gap: 5px; }
.rs-info-tab h3 { margin-top: 12px; }
.rs-info-tab h3 + p { margin: 4px 0 0; font-size: 13.5px; color: #444; }
.rs-info-fix { text-align: center; color: #666; font-size: 13px; }
.rs-fix-btn { margin-top: 10px; height: 40px; padding: 0 18px; border: 1px solid var(--line-strong); border-radius: 8px; background: #fff; font-size: 13.5px; }
.rs-map { height: 260px; border-radius: 10px; overflow: hidden; margin-bottom: 12px; }
.rs-map .ml-map { width: 100%; height: 100%; }
.rs-around-list li { display: flex; gap: 12px; padding: 12px 0; border-bottom: 1px solid var(--line); }
.rs-around-list img { width: 64px; height: 64px; border-radius: 8px; object-fit: cover; }
.rs-around-list b { font-size: 14px; }
.rs-around-list p { margin: 2px 0; font-size: 12.5px; color: #666; }
.rs-around-list em { font-style: normal; font-size: 12px; color: #444; display: inline-flex; align-items: center; gap: 3px; }
.rs-foot { display: flex; gap: 12px; padding: 24px 16px; font-size: 12px; color: #8e8e8e; }
.rs-foot b { margin-left: auto; color: #03c75a; }

/* booking pages (m.booking) — restaurant extras */
.rb-shop { font-size: 13px; color: #666; margin-bottom: 4px; }
.rb-coupons { margin: 0 16px 8px; padding: 14px; border: 1px solid var(--line); border-radius: 12px; }
.rb-coupons h2 { font-size: 15px; font-weight: 700; margin-bottom: 8px; }
.rb-coupons h2 b { color: #1e5eff; }
.rb-coupons li { display: flex; align-items: center; gap: 10px; padding: 8px 0; }
.rb-coupons .cp-text { flex: 1; display: flex; flex-direction: column; font-size: 13px; }
.rb-cp-dl { height: 30px; padding: 0 12px; border: 1px solid #b7e8cb; border-radius: 999px; background: #f0fbf4; color: #067a3a; font-size: 12.5px; font-weight: 700; }
.rb-party { display: flex; align-items: center; gap: 10px; margin-top: 14px; }
.rb-party-btn { width: 44px; height: 44px; border: 1px solid var(--line-strong); border-radius: 8px; background: #fff; font-size: 20px; color: #333; }
.rb-party-btn:disabled { color: #ccc; }
.rb-party-field { flex: 1; }
.rb-party-field select { width: 100%; height: 44px; padding: 0 12px; border: 1px solid var(--line-strong); border-radius: 8px; font-size: 15px; background: #fff; }
.rb-review-list li { padding: 14px 0; border-bottom: 1px solid var(--line); }
.rb-review-list li.negative { background: #fff7f5; margin: 0 -16px; padding: 14px 16px; }
.rb-rv-stars { font-size: 13px; color: #333; }
.rb-rv-body { margin: 6px 0; font-size: 14px; line-height: 1.6; }
.rb-rv-meta { font-size: 12px; color: #8e8e8e; }

/* mobile tweaks */
.page-mplace .rs-gallery { padding: 0 16px; }
.page-mplace .rs-gallery li { flex-basis: 112px; height: 124px; }
.page-mplace .rs-plus-menus { flex-wrap: wrap; }

.place-gallery .g-badge.plus, .msp-gallery .g-badge.plus { top: auto; bottom: 8px; background: #5b3df5; font-weight: 800; }
