:root{color-scheme:light;--bg: #f5f7fb;--surface: #ffffff;--surface-soft: #eef4ff;--text: #111827;--muted: #667085;--line: #e5eaf2;--blue: #2563eb;--blue-dark: #1746b8;--green: #0f9f6e;--amber: #c67813;--shadow: 0 18px 45px rgba(15, 23, 42, .08);font-family:Inter,Pretendard,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text);word-break:keep-all}a{color:inherit;text-decoration:none}button,a{-webkit-tap-highlight-color:transparent}img{display:block;max-width:100%}.site-header{position:sticky;top:0;z-index:10;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px max(18px,calc((100vw - 1120px)/2));background:#f5f7fbdb;border-bottom:1px solid rgba(229,234,242,.8);backdrop-filter:blur(18px)}.brand{display:grid;gap:1px;line-height:1}.brand span{color:var(--blue);font-size:12px;font-weight:800}.brand strong{font-size:18px}.site-header nav{display:flex;gap:8px}.site-header nav a{padding:9px 11px;color:var(--muted);font-size:14px;font-weight:700}.language-switch{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:18px}.language-switch a{padding:7px 10px;border:1px solid var(--line);border-radius:6px;color:var(--muted);font-size:13px;font-weight:700}.language-switch a.active{border-color:var(--blue);background:var(--blue);color:#fff}main{min-height:74vh}.hero,.section,.trust-band,.hotel-detail,.reference-link-section{padding-top:34px}.reference-link-list{display:grid;gap:16px;margin:0;padding-left:24px}.reference-link-list li{color:#111827;font-size:18px;line-height:1.45}.reference-link-list a{color:#004d4a;font-weight:800;text-decoration:none}.reference-link-list a:hover{text-decoration:underline}.admin-shell{width:min(1120px,calc(100% - 32px));margin-inline:auto}.hero{display:grid;grid-template-columns:minmax(0,1.5fr) minmax(280px,.7fr);gap:18px;padding:42px 0 22px}.hero-copy,.hero-panel,.section,.analysis-box,.admin-shell{background:var(--surface);border:1px solid var(--line);border-radius:8px;box-shadow:var(--shadow)}.hero-copy{padding:clamp(28px,5vw,56px)}.eyebrow,.section-title span,.region{color:var(--blue);font-size:12px;font-weight:900;letter-spacing:0;text-transform:uppercase}h1,h2,h3,p{margin-top:0}.hero h1{max-width:760px;margin-bottom:16px;font-size:clamp(36px,6vw,64px);line-height:1.05;letter-spacing:0}.hero p{max-width:680px;color:var(--muted);font-size:18px;line-height:1.7}.hero-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:26px}.primary-button,.ghost-button,.admin-actions button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 18px;border:0;border-radius:8px;font-weight:900;cursor:pointer}.primary-button{background:var(--blue);color:#fff}.primary-button:hover{background:var(--blue-dark)}.primary-button:disabled{background:#9fb7ee;cursor:not-allowed}.primary-button.full{width:100%}.ghost-button{background:var(--surface-soft);color:var(--blue)}.hero-panel{align-self:stretch;display:flex;flex-direction:column;justify-content:end;min-height:280px;padding:26px;background:linear-gradient(180deg,#ffffff26,#1118277a),url(https://images.unsplash.com/photo-1563911302283-d2bc129e7570?auto=format&fit=crop&w=900&q=80) center/cover;color:#fff;overflow:hidden}.hero-panel span,.hero-panel p{color:#ffffffe0}.hero-panel strong{display:block;margin:6px 0 8px;font-size:32px;line-height:1.15}.trust-band{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;margin-top:10px;overflow:hidden;border:1px solid var(--line);border-radius:8px;background:var(--line)}.trust-band div{padding:20px;background:var(--surface)}.trust-band strong,.trust-band span{display:block}.trust-band strong{margin-bottom:6px;font-size:17px}.trust-band span,.section-title p,.hotel-card p,.detail-hero-copy p,.meta-line,.map-placeholder p,.site-footer p{color:var(--muted);line-height:1.65}.section{margin-top:18px;padding:clamp(22px,4vw,34px)}.section-title{margin-bottom:20px}.section-title h1,.section-title h2{margin:5px 0 7px;font-size:clamp(25px,4vw,36px);line-height:1.2}.hotel-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}.hotel-card{display:grid;overflow:hidden;border:1px solid var(--line);border-radius:8px;background:var(--surface);transition:transform .18s ease,box-shadow .18s ease}.hotel-card:hover{transform:translateY(-3px);box-shadow:var(--shadow)}.hotel-card img,.image-pending{width:100%;aspect-ratio:4 / 3;object-fit:cover}.image-pending,.detail-image-pending{display:grid;place-content:center;gap:8px;background:linear-gradient(135deg,#eaf1ff,#f8fbff);color:var(--blue);text-align:center}.image-pending span,.detail-image-pending span{color:#7b91c7;font-size:12px;font-weight:900}.image-pending strong,.detail-image-pending strong{padding-inline:16px;color:var(--text);font-size:15px}.hotel-card-body{padding:16px}.hotel-card h3{min-height:52px;margin:5px 0 8px;font-size:19px;line-height:1.35}.hotel-card p{display:-webkit-box;min-height:78px;margin-bottom:14px;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:3;font-size:14px}.metric-row{display:grid;gap:7px;color:var(--text);font-size:13px;font-weight:800}.hotel-card[hidden],[data-region-link][hidden]{display:none}.popular-region-list{display:grid;gap:12px}.popular-city-group{border:1px solid var(--line);border-radius:8px;background:var(--surface)}.popular-city-group summary{display:flex;align-items:center;justify-content:space-between;gap:14px;min-height:58px;padding:0 16px;cursor:pointer;list-style:none}.popular-city-group summary::-webkit-details-marker{display:none}.popular-city-group summary strong{font-size:19px}.popular-city-group summary span{color:var(--muted);font-size:13px;font-weight:800}.popular-hotel-grid{padding:0 12px 12px}.search-section{display:grid;gap:14px}.hotel-search-box{display:grid;gap:8px}.hotel-search-box span{color:var(--muted);font-size:13px;font-weight:900}.hotel-search-box input{width:100%;min-height:58px;padding:0 18px;border:1px solid var(--line);border-radius:8px;background:var(--surface-soft);color:var(--text);font:inherit;font-size:18px;font-weight:800;outline:none}.hotel-search-box input:focus{border-color:#2563eb8c;box-shadow:0 0 0 4px #2563eb1f}.search-count{margin:0;color:var(--muted);font-size:14px;font-weight:800}.region-tree{display:grid;gap:12px}.city-group,.district-group{border:1px solid var(--line);border-radius:8px;background:var(--surface)}.city-group summary,.district-group summary{display:flex;align-items:center;justify-content:space-between;gap:14px;min-height:54px;padding:0 16px;cursor:pointer;list-style:none}.city-group summary::-webkit-details-marker,.district-group summary::-webkit-details-marker{display:none}.city-group summary strong,.district-group summary strong{font-size:18px}.city-group summary span,.district-group summary span{color:var(--muted);font-size:13px;font-weight:800}.district-list{display:grid;gap:8px;padding:0 12px 12px}.district-group{background:#fbfdff}.district-hotel-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;padding:0 12px 12px}.district-hotel-list a{display:flex;align-items:center;justify-content:space-between;gap:10px;min-height:48px;padding:10px 12px;border:1px solid var(--line);border-radius:8px;background:var(--surface)}.district-hotel-list a:hover{border-color:#2563eb59;background:var(--surface-soft)}.district-hotel-list span{font-weight:900}.district-hotel-list small{flex:0 0 auto;color:var(--muted);font-weight:800}.hotel-detail{padding:28px 0}.detail-hero{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr);gap:18px;align-items:stretch}.detail-hero img,.detail-image-pending,.detail-hero-copy{border:1px solid var(--line);border-radius:8px;box-shadow:var(--shadow)}.detail-hero img,.detail-image-pending{width:100%;height:100%;min-height:420px;object-fit:cover}.detail-hero-copy{display:flex;flex-direction:column;justify-content:center;padding:clamp(24px,4vw,42px);background:var(--surface)}.detail-hero h1{margin:8px 0 10px;font-size:clamp(30px,4.2vw,46px);line-height:1.12}.booking-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:22px 0}.booking-strip div{padding:14px;border-radius:8px;background:var(--surface-soft)}.booking-strip span,.booking-strip strong{display:block}.booking-strip span{margin-bottom:5px;color:var(--muted);font-size:12px;font-weight:800}.booking-strip strong{font-size:18px}.bottom-booking-section{margin-top:28px}.bottom-booking-section .booking-strip{margin-top:0}.booking-hook{display:grid;gap:5px;margin:-6px 0 14px}.booking-hook strong{color:var(--ink);font-size:16px;line-height:1.5}.booking-hook span{color:var(--muted);font-size:13px;line-height:1.6}.booking-hook-bottom{margin-top:0}.summary-text{margin-bottom:14px;font-size:20px;font-weight:800;line-height:1.7}.meta-line{display:flex;flex-wrap:wrap;gap:8px;font-size:13px}.meta-line span{padding:7px 10px;border-radius:8px;background:var(--surface-soft)}.analysis-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:18px}.analysis-box{padding:24px}.analysis-box h2{margin-bottom:14px;font-size:22px}.analysis-box ul,.check-section ol{display:grid;gap:10px;margin:0;padding-left:20px}.analysis-box li,.check-section li{line-height:1.62}.positive{border-color:#0f9f6e47}.caution{border-color:#c6781347}.hotel-map,.map-placeholder{width:100%;min-height:320px;border-radius:8px;background:var(--surface-soft)}.map-placeholder{display:grid;place-content:center;padding:28px;text-align:center}.map-placeholder strong{font-size:22px}.ad-section{overflow:hidden;width:100%;padding:8px 0;border-radius:8px;background:#fff}.ad-shell{margin:28px 0}.ad-shell-in-article{margin:24px 0 28px}.ad-shell-bottom{margin-top:42px}.ad-section-top,.ad-section-middle{min-height:120px}.ad-section-bottom{min-height:260px}.blog-review-section{margin-bottom:18px}.blog-intro{display:grid;gap:10px;margin-bottom:22px;padding:18px;border-radius:8px;background:var(--surface-soft)}.blog-intro p,.blog-review-block p{margin:0;color:#334155;font-size:17px;line-height:1.82}.blog-review-body{display:grid;gap:24px}.blog-review-block{padding-top:4px}.blog-review-block h3{margin:0 0 12px;font-size:23px;line-height:1.35}.choice-review-quotes{display:grid;gap:14px;margin:0 0 16px;padding:16px 0 2px;border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.choice-review-quote{display:grid;gap:6px;padding-bottom:14px}.choice-review-quote strong{color:#f4b400;font-size:18px;letter-spacing:0;line-height:1}.choice-review-quote p{color:#111827;font-size:18px;font-weight:700;line-height:1.65}.blog-section-image{margin:0 0 14px;overflow:hidden;border:1px solid var(--line);border-radius:8px;background:var(--surface-soft)}.blog-section-image img{width:100%;aspect-ratio:16 / 10;object-fit:cover}.blog-review-block p+p{margin-top:10px}.review-signal-panel{display:grid;gap:14px;margin-top:20px}.review-signal-list,.review-reliability{border:1px solid var(--line);border-radius:8px;background:var(--surface-soft)}.review-signal-list{display:grid}.review-signal-item{display:flex;align-items:center;justify-content:space-between;gap:14px;min-height:54px;padding:14px 16px;border-bottom:1px solid rgba(37,99,235,.12)}.review-signal-item:last-child{border-bottom:0}.review-signal-item span,.review-reliability span{color:#475467;font-size:15px;font-weight:800}.review-signal-item strong,.review-reliability em{color:#111827;font-style:normal;font-size:18px;letter-spacing:0;white-space:nowrap}.review-reliability{display:grid;grid-template-columns:1fr auto;gap:6px 12px;align-items:center;padding:16px}.review-reliability strong{font-size:24px}.review-reliability b{grid-column:1 / -1;color:var(--blue);font-size:15px}.decision-guide{padding:28px 0}.decision-hero{width:min(1120px,calc(100% - 32px));margin:0 auto 18px;padding:clamp(26px,5vw,54px);border:1px solid var(--line);border-radius:8px;background:var(--surface);box-shadow:var(--shadow)}.decision-hero h1{max-width:860px;margin:10px 0 14px;font-size:clamp(34px,5vw,62px);line-height:1.08}.decision-hero p{max-width:820px;color:#475467;font-size:18px;line-height:1.75}.guide-meta-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-top:24px}.guide-meta-grid div,.guide-hotel-card,.guide-table-wrap,.related-guide-grid a{border:1px solid var(--line);border-radius:8px;background:var(--surface)}.guide-meta-grid div{padding:14px;background:var(--surface-soft)}.guide-meta-grid span,.guide-rank-line,.guide-address,.guide-caution,.related-guide-grid span{color:var(--muted)}.guide-meta-grid span,.guide-meta-grid strong{display:block}.guide-meta-grid span{margin-bottom:6px;font-size:12px;font-weight:900}.guide-meta-grid strong{font-size:18px}.criteria-list{display:flex;flex-wrap:wrap;gap:8px}.criteria-list span,.guide-tags span{border-radius:8px;background:var(--surface-soft);color:var(--blue);font-size:13px;font-weight:900}.criteria-list span{padding:9px 12px}.data-warning{margin-top:14px;padding:14px;border-radius:8px;background:#fff7ed;color:#9a3412;font-weight:800}.guide-card-list{display:grid;gap:14px}.guide-hotel-card{display:grid;grid-template-columns:280px minmax(0,1fr);overflow:hidden}.guide-hotel-image{display:block;min-height:260px;background:var(--surface-soft)}.guide-hotel-image img{width:100%;height:100%;object-fit:cover}.guide-hotel-image span{display:grid;height:100%;place-items:center;color:var(--muted);font-weight:900}.guide-hotel-body{padding:22px}.guide-rank-line{display:flex;justify-content:space-between;gap:10px;margin-bottom:8px;font-size:13px;font-weight:900}.guide-rank-line span{color:var(--blue)}.guide-hotel-card h3{margin:0 0 8px;font-size:25px;line-height:1.28}.guide-address{margin:0 0 12px;line-height:1.55}.guide-metrics{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:14px}.guide-metrics span{padding:8px 10px;border-radius:8px;background:var(--surface-soft);font-size:13px;font-weight:900}.guide-reasons{display:grid;gap:8px;margin:0 0 14px;padding-left:20px}.guide-reasons li{line-height:1.65}.guide-caution{display:grid;gap:4px;margin:0 0 14px;padding:12px;border-radius:8px;background:#f8fafc;line-height:1.6}.guide-caution strong{color:#111827}.guide-tags{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:14px}.guide-tags span{padding:6px 9px}.text-link{color:var(--blue);font-weight:900}.guide-table-wrap{overflow-x:auto}.guide-table{width:100%;min-width:760px;border-collapse:collapse}.guide-table th,.guide-table td{padding:14px;border-bottom:1px solid var(--line);text-align:left;vertical-align:top;line-height:1.55}.guide-table thead th{background:var(--surface-soft);color:var(--muted);font-size:13px}.guide-table tbody tr:last-child th,.guide-table tbody tr:last-child td{border-bottom:0}.guide-table a{color:#111827}.related-guide-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.related-guide-grid a{padding:16px}.related-guide-grid span,.related-guide-grid strong{display:block}.related-guide-grid span{margin-bottom:8px;font-size:11px;font-weight:900}.related-guide-grid strong{color:#111827;font-size:17px;line-height:1.35}.search-intent-section,.faq-section{background:#fff}.intent-chip-list{display:flex;flex-wrap:wrap;gap:8px;margin-top:18px}.intent-chip-list span,.faq-item span{display:inline-flex;align-items:center;width:fit-content;min-height:32px;padding:7px 11px;border-radius:999px;background:#eef4ff;color:var(--primary);font-size:13px;font-weight:800}.intent-layout{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:20px}.intent-panel,.faq-item{border:1px solid var(--line);border-radius:8px;background:#f8fafc;padding:20px}.intent-panel h3,.faq-item h3{margin:0 0 12px;font-size:20px;line-height:1.35}.intent-panel ol,.intent-panel ul{margin:0;padding-left:20px;color:var(--muted);line-height:1.75}.faq-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.faq-item{display:flex;flex-direction:column;gap:10px}.faq-item p{margin:0;color:var(--muted);font-size:16px;line-height:1.7}.admin-shell{margin-top:28px;margin-bottom:28px;padding:clamp(22px,4vw,36px)}.admin-actions{display:flex;flex-wrap:wrap;gap:9px;margin-bottom:22px}.admin-actions button{background:var(--blue);color:#fff}.admin-table{display:grid;overflow:hidden;border:1px solid var(--line);border-radius:8px}.admin-row{display:grid;grid-template-columns:1.4fr .6fr .6fr .8fr;gap:10px;padding:14px;border-bottom:1px solid var(--line);background:var(--surface);font-size:14px}.admin-row:last-child{border-bottom:0}.admin-row.head{background:var(--surface-soft);color:var(--muted);font-weight:900}.site-footer{width:min(1120px,calc(100% - 32px));margin:26px auto 0;padding:24px 0 36px;border-top:1px solid var(--line)}.footer-summary{margin-bottom:10px;font-size:14px}.footer-meta{display:flex;flex-wrap:wrap;gap:8px 12px;color:var(--muted);font-size:13px;line-height:1.7}.footer-meta span,.footer-meta a{display:inline-flex;align-items:center}.footer-meta a{color:var(--blue);font-weight:800}.footer-meta span:not(:last-child):after,.footer-meta a:not(:last-child):after{content:"|";margin-left:12px;color:#c7d0df;font-weight:400}.legal-page{width:min(920px,calc(100% - 32px));margin:34px auto 44px;padding:clamp(24px,5vw,48px);background:var(--surface);border:1px solid var(--line);border-radius:8px;box-shadow:var(--shadow)}.legal-page h1{margin:8px 0 16px;font-size:clamp(34px,6vw,56px);line-height:1.12}.legal-lead{max-width:760px;margin-bottom:26px;color:var(--muted);font-size:18px;line-height:1.75}.legal-grid{display:grid;gap:14px}.legal-grid article{padding:20px;background:#f8fbff;border:1px solid var(--line);border-radius:8px}.legal-grid h2{margin-bottom:10px;font-size:21px}.legal-grid p,.legal-list,.legal-info{margin-bottom:0;color:#475467;font-size:16px;line-height:1.75}.legal-grid a{color:var(--blue);font-weight:800}.legal-list{padding-left:22px}.legal-list li+li{margin-top:6px}.legal-info{display:grid;gap:8px}.legal-info div{display:grid;grid-template-columns:140px minmax(0,1fr);gap:12px}.legal-info dt{color:var(--text);font-weight:900}.legal-info dd{margin:0}.legal-date{margin:20px 0 0;color:var(--muted);font-size:14px}@media(max-width:960px){.hero,.detail-hero,.analysis-grid,.guide-hotel-card,.related-guide-grid,.intent-layout,.faq-list{grid-template-columns:1fr}.hotel-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.detail-hero img{min-height:320px}.guide-meta-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.guide-hotel-image{min-height:230px}}@media(max-width:680px){.site-header{align-items:flex-start;padding-inline:16px}.site-header nav{gap:2px}.site-header nav a{padding:8px 6px;font-size:13px}.hero,.section,.trust-band,.hotel-detail,.decision-hero,.admin-shell,.site-footer{width:min(100% - 22px,1120px)}.hero{padding-top:18px}.hero h1{font-size:38px}.hero p{font-size:16px}.trust-band,.hotel-grid,.district-hotel-list,.booking-strip{grid-template-columns:1fr}.detail-hero img{min-height:260px}.hotel-card h3,.hotel-card p{min-height:auto}.admin-row{grid-template-columns:1fr}.admin-row.head{display:none}.footer-meta{display:grid;gap:4px;font-size:13px}.footer-meta span:not(:last-child):after,.footer-meta a:not(:last-child):after{content:"";margin-left:0}.legal-page{width:min(100% - 22px,1120px);margin-top:18px;padding:22px 16px}.legal-page h1{font-size:36px}.legal-lead,.legal-grid p,.legal-list,.legal-info{font-size:16px;line-height:1.75}.legal-grid article{padding:16px}.legal-info div{grid-template-columns:1fr;gap:2px}.blog-intro p,.blog-review-block p{font-size:16px;line-height:1.78}.blog-review-block h3{font-size:21px}.review-signal-item{min-height:50px;padding:12px 13px}.review-signal-item strong,.review-reliability em{font-size:16px}.review-reliability strong{font-size:22px}.decision-guide{padding-top:18px}.decision-hero{padding:22px}.decision-hero h1{font-size:36px}.decision-hero p{font-size:16px}.guide-meta-grid{grid-template-columns:1fr}.guide-hotel-body{padding:18px}.guide-hotel-card h3{font-size:22px}}html,body{max-width:100%;overflow-x:hidden}@media(max-width:760px){body{font-size:17px;line-height:1.72}.container{width:min(100% - 28px,1120px);max-width:100%;margin-inline:auto}.site-header,.header,.nav-wrap{align-items:flex-start;flex-direction:column;gap:14px;padding:16px 18px}.brand,.logo{font-size:24px}nav,.nav,.site-header nav{width:100%;gap:10px 16px;flex-wrap:wrap;font-size:16px;line-height:1.45}.hero{padding:34px 0 28px}.hero h1,.detail-hero h1,.decision-hero h1{font-size:clamp(30px,9vw,42px);line-height:1.18;overflow-wrap:anywhere}.hero p,.prose p,.prose li,article p,article li,.section-title p,.blog-intro p,.blog-review-block p,.guide-address,.guide-reasons li,.guide-caution{font-size:17px;line-height:1.78;word-break:keep-all;overflow-wrap:anywhere}.grid,.detail-layout,.detail-hero,.two-columns,.rating-grid,.card-grid,.venue-hero,.analysis-grid,.hotel-grid,.guide-card-list,.guide-hotel-card,.related-guide-grid,.intent-layout,.faq-list,.trust-band,.district-hotel-list,.booking-strip{grid-template-columns:1fr!important}.panel,.card,.decision-card,.review-story,.ad-card,.section,.analysis-box,.guide-hotel-card,.faq-item,.intent-panel,.reference-link-section{width:100%;max-width:100%;padding:16px;overflow:hidden}.detail-hero-copy,.guide-hotel-body{padding:18px}.booking-strip div,.rating-item,.score-list div,.summary-row,.guide-meta-grid div{display:flex;align-items:center;justify-content:space-between;gap:8px;min-height:52px;padding:12px;font-size:17px}.booking-strip span,.rating-item span,.score-list span,.summary-row span,.guide-meta-grid span{min-width:0}.booking-strip strong,.rating-item strong,.score-list strong,.summary-row strong,.guide-meta-grid strong{flex-shrink:0;font-size:16px;white-space:nowrap}.comparison-wrap,.comparison-table-wrap,.table-wrap,.guide-table-wrap{max-width:100%;overflow-x:auto;border-radius:8px;-webkit-overflow-scrolling:touch}.comparison-wrap table,.comparison-table-wrap table,.table-wrap table,.guide-table-wrap table,table.guide-table{min-width:560px}img,video,iframe{max-width:100%}iframe{min-width:0}}@media(max-width:430px){.container{width:calc(100% - 22px)}.panel,.card,.decision-card,.review-story,.ad-card,.section,.analysis-box,.guide-hotel-card,.faq-item,.intent-panel{padding:14px}.booking-strip strong,.rating-item strong,.score-list strong,.summary-row strong,.guide-meta-grid strong{font-size:15px}}
