:root{
  --hw-bg:#f6f2ea;--hw-surface:#fffdf8;--hw-card:#fff;--hw-text:#1f2933;--hw-muted:#6f7785;--hw-line:#eadfce;--hw-gold:#b98a3d;--hw-brown:#5b3b22;--hw-ink:#17202a;--hw-soft:#fbf6ed;--hw-shadow:0 20px 55px rgba(70,47,25,.10);--hw-radius:24px;
}
*{box-sizing:border-box} body{margin:0;font-family:"Noto Sans KR","Apple SD Gothic Neo","Malgun Gothic",system-ui,sans-serif;background:linear-gradient(180deg,#fffaf1 0,#f7f3ec 38%,#f8f8f8 100%);color:var(--hw-text);-webkit-text-size-adjust:100%} a{color:inherit}.hw-site{min-height:100vh}.hw-header{position:sticky;top:0;z-index:50;background:rgba(255,253,248,.86);backdrop-filter:blur(18px);border-bottom:1px solid rgba(185,138,61,.18)}.hw-header-inner{max-width:1120px;margin:0 auto;padding:15px 18px;display:flex;align-items:center;justify-content:space-between;gap:18px}.hw-brand{text-decoration:none;display:flex;align-items:center;gap:12px}.hw-logo-mark{width:42px;height:42px;border-radius:16px;background:linear-gradient(135deg,#4d301a,#b98a3d);box-shadow:0 10px 24px rgba(91,59,34,.18);display:grid;place-items:center;color:#fff;font-weight:800;letter-spacing:-.04em}.hw-logo-text strong{display:block;font-size:20px;letter-spacing:-.04em;color:var(--hw-brown);line-height:1}.hw-logo-text span{display:block;font-size:12px;color:var(--hw-muted);margin-top:4px}.hw-nav{display:flex;gap:10px;align-items:center}.hw-nav a{font-size:14px;text-decoration:none;color:#4b5563;padding:9px 12px;border-radius:999px}.hw-nav a:hover{background:#fff4df;color:var(--hw-brown)}.hw-hero{max-width:1120px;margin:0 auto;padding:48px 18px 18px;display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:28px;align-items:stretch}.hw-hero-card{border:1px solid rgba(185,138,61,.20);background:radial-gradient(circle at 10% 0,#fff4dc 0,transparent 35%),linear-gradient(135deg,#fffdf8,#fff);border-radius:34px;padding:36px;box-shadow:var(--hw-shadow)}.hw-eyebrow{display:inline-flex;align-items:center;gap:8px;padding:7px 12px;border:1px solid #ead6b4;border-radius:999px;background:#fff8eb;color:#8a5b18;font-size:13px;font-weight:700}.hw-title{font-size:42px;line-height:1.12;letter-spacing:-.06em;margin:18px 0 14px;color:#1e293b}.hw-title em{font-style:normal;color:var(--hw-gold)}.hw-desc{font-size:16px;line-height:1.75;color:#5f6774;margin:0;max-width:720px}.hw-stat-panel{border:1px solid rgba(185,138,61,.20);border-radius:34px;background:#2d2118;color:#fff;padding:28px;box-shadow:0 24px 55px rgba(45,33,24,.18);display:flex;flex-direction:column;justify-content:space-between}.hw-stat-panel .small{font-size:13px;color:#d8c9b2}.hw-stat-num{font-size:42px;font-weight:800;letter-spacing:-.04em;margin:10px 0}.hw-stat-panel .line{height:1px;background:rgba(255,255,255,.16);margin:22px 0}.hw-stat-list{display:grid;gap:10px}.hw-stat-list div{display:flex;justify-content:space-between;font-size:14px;color:#e8dece}.hw-main{max-width:1120px;margin:0 auto;padding:16px 18px 80px}.hw-search-shell{background:rgba(255,255,255,.78);border:1px solid rgba(185,138,61,.20);border-radius:32px;padding:18px;box-shadow:var(--hw-shadow)}.hw-search-top{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:10px;align-items:center}.hw-search-input{height:56px;border:1px solid #e5d5bd;border-radius:20px;background:#fff;padding:0 18px;font-size:16px;font-family:inherit;outline:none;box-shadow:inset 0 1px 0 rgba(255,255,255,.9)}.hw-search-input:focus{border-color:#c99c56;box-shadow:0 0 0 4px rgba(185,138,61,.14)}.hw-btn{height:56px;border:0;border-radius:20px;padding:0 22px;font-family:inherit;font-size:15px;font-weight:800;cursor:pointer}.hw-btn.primary{background:linear-gradient(135deg,#5b3b22,#b98a3d);color:#fff;box-shadow:0 14px 28px rgba(91,59,34,.18)}.hw-btn.light{background:#fff6e7;color:#6b421e;border:1px solid #ead6b4}.hw-btn:active{transform:translateY(1px)}.hw-filter-row{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-top:12px}.hw-select{height:46px;border:1px solid #e5d5bd;border-radius:16px;background:#fff;color:#4b5563;padding:0 12px;font-family:inherit;font-size:14px}.hw-info-row{display:flex;align-items:center;justify-content:space-between;gap:12px;margin:18px 4px 0;color:var(--hw-muted);font-size:13px}.hw-pill{display:inline-flex;align-items:center;gap:6px;background:#fff8ec;border:1px solid #ead6b4;color:#7a4f1f;padding:7px 12px;border-radius:999px;font-weight:700}.hw-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;margin-top:20px}.hw-item{background:var(--hw-card);border:1px solid rgba(185,138,61,.18);border-radius:28px;padding:22px;box-shadow:0 16px 36px rgba(31,41,51,.07);transition:.18s transform,.18s box-shadow}.hw-item:hover{transform:translateY(-2px);box-shadow:0 22px 44px rgba(31,41,51,.10)}.hw-item-head{display:flex;justify-content:space-between;gap:16px;align-items:flex-start}.hw-name{font-size:20px;line-height:1.35;letter-spacing:-.04em;margin:0;color:#202936}.hw-region{display:inline-flex;margin-bottom:8px;font-size:12px;font-weight:800;color:#8a5b18;background:#fff3de;border:1px solid #ead6b4;border-radius:999px;padding:5px 9px}.hw-meta{margin:10px 0 0;color:#697386;font-size:14px;line-height:1.65}.hw-detail-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;margin-top:16px}.hw-kv{background:#fbf7ef;border:1px solid #efe1cc;border-radius:16px;padding:11px 12px;min-height:58px}.hw-kv .k{display:block;font-size:11px;color:#8a7964;margin-bottom:4px}.hw-kv .v{display:block;font-size:14px;font-weight:700;color:#253041;word-break:break-word}.hw-tags{display:flex;flex-wrap:wrap;gap:8px;margin-top:14px}.hw-tag{font-size:12px;color:#625747;background:#fffaf2;border:1px solid #eadfcc;border-radius:999px;padding:6px 9px}.hw-actions{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:16px}.hw-action{text-decoration:none;text-align:center;border-radius:15px;padding:12px 10px;font-size:13px;font-weight:800;background:#fff;border:1px solid #e8ddcb;color:#4b5563}.hw-action.call{background:#2d2118;color:#fff;border-color:#2d2118}.hw-action.flower{background:#fff3df;color:#7d501c;border-color:#ead6b4}.hw-home-link{width:38px;height:38px;border-radius:14px;background:#fff7e8;border:1px solid #ead6b4;display:grid;place-items:center;text-decoration:none;color:#8a5b18;flex:0 0 auto}.hw-pager{display:flex;align-items:center;justify-content:center;gap:10px;margin-top:24px}.hw-page-btn{border:1px solid #e3d4be;background:#fff;border-radius:16px;padding:12px 18px;font-family:inherit;font-weight:800;cursor:pointer}.hw-page-btn[disabled]{opacity:.38;cursor:not-allowed}.hw-note{margin-top:18px;text-align:center;color:#8a7964;font-size:12px;line-height:1.6}.hw-footer{border-top:1px solid rgba(185,138,61,.18);background:#fffdf8}.hw-footer-inner{max-width:1120px;margin:0 auto;padding:28px 18px;color:#7b7167;font-size:13px;display:flex;justify-content:space-between;gap:12px}.hw-toast{position:fixed;left:50%;bottom:24px;transform:translateX(-50%);background:#1f2933;color:#fff;padding:12px 16px;border-radius:999px;font-size:13px;z-index:999;display:none}.hw-post-wrap{max-width:920px;margin:40px auto;padding:0 18px}.hw-post-card{background:#fff;border:1px solid #eadfce;border-radius:24px;padding:24px;margin-bottom:18px;box-shadow:0 10px 28px rgba(31,41,51,.06)}.hw-post-card h2{margin:0 0 10px}.hw-post-card a{text-decoration:none;color:#1f2933}.screen-reader-text{position:absolute!important;clip:rect(1px,1px,1px,1px);padding:0;border:0;height:1px;width:1px;overflow:hidden}
@media(max-width:860px){.hw-hero{grid-template-columns:1fr;padding-top:30px}.hw-title{font-size:34px}.hw-search-top{grid-template-columns:1fr}.hw-btn{width:100%}.hw-filter-row{grid-template-columns:1fr 1fr}.hw-list{grid-template-columns:1fr}.hw-stat-panel{display:none}}
@media(max-width:520px){.hw-header-inner{padding:12px 14px}.hw-nav{display:none}.hw-hero{padding:22px 14px 8px}.hw-main{padding:12px 14px 70px}.hw-hero-card{padding:24px;border-radius:28px}.hw-title{font-size:29px}.hw-desc{font-size:14px}.hw-search-shell{padding:13px;border-radius:26px}.hw-filter-row{grid-template-columns:1fr}.hw-item{padding:18px;border-radius:24px}.hw-name{font-size:18px}.hw-detail-grid{grid-template-columns:1fr}.hw-actions{grid-template-columns:1fr}.hw-footer-inner{display:block;text-align:center}.hw-logo-text strong{font-size:18px}}

.hw-content-grid{max-width:1120px;margin:0 auto;padding:16px 18px 80px;display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:22px;align-items:start}.hw-content-grid .hw-main{max-width:none;margin:0;padding:0}.hw-sidebar{display:grid;gap:16px;position:sticky;top:88px}.hw-side-card{background:rgba(255,255,255,.86);border:1px solid rgba(185,138,61,.20);border-radius:26px;padding:16px;box-shadow:0 16px 36px rgba(31,41,51,.07)}.hw-side-head{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:12px}.hw-side-head strong{font-size:15px;letter-spacing:-.04em;color:#2c2118}.hw-side-head span{font-size:11px;font-weight:800;color:#9a6a28;background:#fff4df;border:1px solid #ead6b4;border-radius:999px;padding:5px 8px}.hw-random-ad{display:block;text-decoration:none;border-radius:22px;overflow:hidden;background:#2d2118;min-height:230px}.hw-random-ad img{display:block;width:100%;height:auto;min-height:230px;object-fit:cover}.hw-ad-placeholder{min-height:230px;display:grid;place-content:center;text-align:center;padding:24px;background:radial-gradient(circle at 20% 0,rgba(255,215,148,.32),transparent 38%),linear-gradient(135deg,#2d2118,#6b4524);color:#fff}.hw-ad-placeholder span{font-size:13px;color:#e8d6bb}.hw-ad-placeholder strong{font-size:26px;letter-spacing:-.05em;margin:5px 0}.hw-ad-placeholder em{font-style:normal;font-size:12px;color:#d7c3a7}.hw-recent-list{list-style:none;margin:0;padding:0;display:grid;gap:9px}.hw-recent-list li a{display:block;text-decoration:none;padding:12px 12px;border:1px solid #efe1cc;border-radius:16px;background:#fffaf2;transition:.16s background,.16s transform}.hw-recent-list li a:hover{background:#fff3df;transform:translateY(-1px)}.hw-recent-title{display:block;font-size:14px;font-weight:800;line-height:1.45;letter-spacing:-.04em;color:#253041;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.hw-recent-date{display:block;margin-top:6px;font-size:12px;color:#8a7964}.hw-empty-side{margin:0;color:#8a7964;font-size:13px;line-height:1.6;background:#fffaf2;border:1px solid #efe1cc;border-radius:16px;padding:14px}
@media(max-width:980px){.hw-content-grid{grid-template-columns:1fr}.hw-sidebar{position:static;grid-template-columns:1fr 1fr}.hw-random-ad,.hw-random-ad img,.hw-ad-placeholder{min-height:180px}}
@media(max-width:640px){.hw-content-grid{padding:12px 14px 70px}.hw-sidebar{grid-template-columns:1fr}.hw-random-ad,.hw-random-ad img,.hw-ad-placeholder{min-height:170px}}


/* v1.3 unified portal layout */
.hw-portal-frame{max-width:1160px;margin:34px auto 72px;padding:14px;border:1px solid rgba(185,138,61,.18);border-radius:38px;background:linear-gradient(180deg,rgba(255,255,255,.72),rgba(255,250,241,.92));box-shadow:0 28px 70px rgba(45,33,24,.10)}
.hw-portal-frame .hw-hero{max-width:none;margin:0;padding:0;gap:14px}
.hw-portal-frame .hw-hero-card,.hw-portal-frame .hw-stat-panel{box-shadow:none}
.hw-portal-frame .hw-content-grid{max-width:none;padding:14px 0 0;margin:0;gap:14px}
.hw-portal-frame .hw-search-shell{border-radius:28px;background:#fff;box-shadow:none}
.hw-portal-frame .hw-list{margin-top:14px}
.hw-portal-frame .hw-sidebar{top:92px}
.hw-title{font-size:40px}
.hw-desc strong{color:var(--hw-brown)}
.hw-search-input::placeholder{color:#9a9187}
@media(max-width:980px){.hw-portal-frame{margin:22px 14px 60px;padding:10px;border-radius:30px}.hw-portal-frame .hw-content-grid{grid-template-columns:1fr}.hw-portal-frame .hw-hero{grid-template-columns:1fr}.hw-title{font-size:34px}}
@media(max-width:640px){.hw-portal-frame{margin:14px 10px 48px;padding:8px;border-radius:26px}.hw-portal-frame .hw-content-grid{padding-top:10px}.hw-portal-frame .hw-hero-card{padding:22px}.hw-title{font-size:29px}}

/* v1.4 visual alignment and recent post thumbnails */
.hw-item{min-height:438px;display:flex;flex-direction:column}.hw-item-head{display:grid;grid-template-columns:minmax(0,1fr) 78px;gap:14px;align-items:stretch;min-height:92px}.hw-title-block{min-width:0}.hw-name{min-height:54px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.hw-item-visual{width:78px;min-height:92px;border-radius:22px;background:radial-gradient(circle at 25% 0,rgba(255,234,190,.45),transparent 45%),linear-gradient(135deg,#2d2118,#b98a3d);box-shadow:inset 0 1px 0 rgba(255,255,255,.18),0 12px 24px rgba(91,59,34,.14);display:flex;flex-direction:column;align-items:center;justify-content:center;text-decoration:none;color:#fff;flex:0 0 auto}.hw-item-visual span{font-size:17px;font-weight:900;letter-spacing:-.06em;line-height:1}.hw-item-visual em{font-style:normal;font-size:10px;color:#f0dec2;margin-top:6px}.hw-home-link{height:auto}.hw-home-link:hover{transform:translateY(-1px);filter:saturate(1.06)}.hw-meta{min-height:46px}.hw-detail-grid{flex:1}.hw-actions{margin-top:auto}.hw-random-ad{border:1px solid rgba(185,138,61,.18);box-shadow:inset 0 1px 0 rgba(255,255,255,.1)}.hw-random-ad img{height:230px}.hw-recent-thumb-list li a{display:grid;grid-template-columns:64px minmax(0,1fr);gap:10px;align-items:center;padding:10px}.hw-recent-thumb{width:64px;height:64px;border-radius:15px;overflow:hidden;background:linear-gradient(135deg,#2d2118,#b98a3d);display:flex;align-items:center;justify-content:center;flex-direction:column;color:#fff}.hw-recent-thumb img{width:100%;height:100%;object-fit:cover;display:block}.hw-recent-thumb-fallback strong{font-size:14px;letter-spacing:-.05em;line-height:1}.hw-recent-thumb-fallback em{font-style:normal;font-size:10px;color:#f3dec0;margin-top:4px}.hw-recent-copy{min-width:0;display:block}.hw-side-card{overflow:hidden}.hw-side-card,.hw-item,.hw-hero-card,.hw-stat-panel{border-color:rgba(185,138,61,.22)}
@media(max-width:640px){.hw-item{min-height:auto}.hw-item-head{grid-template-columns:minmax(0,1fr) 64px;min-height:78px}.hw-item-visual{width:64px;min-height:78px;border-radius:18px}.hw-item-visual span{font-size:14px}.hw-item-visual em{font-size:9px}.hw-name{min-height:auto}.hw-meta{min-height:auto}}


/* v1.5 header logo + unified right panels */
.hw-logo-mark,.hw-logo-img{width:var(--hw-logo-size,38px);height:var(--hw-logo-size,38px);border-radius:14px;flex:0 0 auto}.hw-logo-img{display:grid;place-items:center;overflow:hidden;background:#fff;border:1px solid rgba(185,138,61,.22);box-shadow:0 10px 24px rgba(91,59,34,.12)}.hw-logo-img img{display:block;width:100%;height:100%;object-fit:contain;padding:3px}.hw-logo-mark{display:grid;place-items:center;background:linear-gradient(135deg,#4d301a,#b98a3d);box-shadow:0 10px 24px rgba(91,59,34,.18);color:#fff;font-weight:800;letter-spacing:-.04em}.hw-brand{gap:10px}.hw-logo-text strong{line-height:1.05}
.hw-portal-frame .hw-stat-panel{background:rgba(255,255,255,.88);color:#253041;border-radius:26px;padding:16px;box-shadow:0 16px 36px rgba(31,41,51,.07);border:1px solid rgba(185,138,61,.22);justify-content:flex-start;gap:14px}.hw-portal-frame .hw-stat-panel .small{color:#8a7964}.hw-portal-frame .hw-stat-num{font-size:38px;color:#2d2118;margin:6px 0 8px}.hw-portal-frame .hw-stat-panel .line{background:#efe1cc;margin:10px 0}.hw-portal-frame .hw-stat-list div{background:#fffaf2;border:1px solid #efe1cc;border-radius:16px;padding:10px 12px;color:#675d52}.hw-portal-frame .hw-stat-list strong{color:#2c2118}.hw-portal-frame .hw-stat-panel:before{content:'데이터 요약';display:flex;align-items:center;justify-content:space-between;font-size:15px;font-weight:800;letter-spacing:-.04em;color:#2c2118;margin-bottom:2px}.hw-portal-frame .hw-stat-panel:after{content:'PORTAL';position:absolute;width:0;height:0;overflow:hidden}
.hw-item-visual.hw-official-link{background:radial-gradient(circle at 25% 0,rgba(255,244,221,.48),transparent 45%),linear-gradient(135deg,#514131,#b98a3d)}.hw-item-visual.hw-official-link span{font-size:15px}.hw-item-visual.hw-official-link em{font-size:11px}.hw-item-visual.hw-official-link:hover{transform:translateY(-1px);filter:saturate(1.08)}.hw-item-visual:not(a) span{font-size:15px}.hw-item-visual:not(a) em{font-size:11px}
@media(max-width:640px){.hw-logo-mark,.hw-logo-img{border-radius:12px}.hw-portal-frame .hw-stat-num{font-size:32px}}

/* v1.6 count correction + subtle home badge */
.hw-item-head{grid-template-columns:minmax(0,1fr) 58px;align-items:start;min-height:82px}.hw-home-badge{width:58px;height:58px;border-radius:18px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-decoration:none;flex:0 0 auto;border:1px solid #eadfce;background:#fffaf2;color:#7a6550;box-shadow:none}.hw-home-badge .hw-home-icon{font-size:18px;line-height:1;font-weight:900}.hw-home-badge em{font-style:normal;font-size:10px;margin-top:4px;font-weight:800;letter-spacing:-.04em}.hw-home-badge.has-home{background:#fff;border-color:#e4d5c0;color:#6b421e}.hw-home-badge.has-home:hover{background:#fff4df;transform:translateY(-1px)}.hw-home-badge.no-home{background:#f7f3ec;color:#9b8b7a;border-color:#ebe2d7}.hw-home-badge.no-home .hw-home-icon{font-size:16px;color:#b5a795}.hw-home-badge.no-home em{font-size:10px;color:#9b8b7a}.hw-item-visual{box-shadow:none}
@media(max-width:640px){.hw-item-head{grid-template-columns:minmax(0,1fr) 52px;min-height:72px}.hw-home-badge{width:52px;height:52px;border-radius:16px}.hw-home-badge .hw-home-icon{font-size:16px}.hw-home-badge em{font-size:9px}}

/* v1.7 home icon visibility */
.hw-home-badge.has-home{background:linear-gradient(135deg,#fff7e7,#f3c56f);border-color:#c58b2d;color:#4b2b0f;box-shadow:0 10px 22px rgba(185,138,61,.24), inset 0 1px 0 rgba(255,255,255,.65)}
.hw-home-badge.has-home .hw-home-icon{font-size:24px;filter:drop-shadow(0 1px 0 rgba(255,255,255,.45))}
.hw-home-badge.has-home em{font-size:11px;color:#4b2b0f}
.hw-home-badge.has-home:hover{background:linear-gradient(135deg,#fff1d5,#eab45b);transform:translateY(-2px);box-shadow:0 14px 28px rgba(185,138,61,.30)}
.hw-home-badge.no-home em{font-size:9px;letter-spacing:-.06em}
@media(max-width:640px){.hw-home-badge.has-home .hw-home-icon{font-size:21px}.hw-home-badge.has-home em{font-size:10px}.hw-home-badge.no-home em{font-size:8px}}


/* v1.8 funeral list home icon: brown/gold premium tone */
.hw-item-head{grid-template-columns:minmax(0,1fr) 54px;align-items:start}
.hw-home-badge{width:54px;height:54px;border-radius:18px;display:grid;place-items:center;text-decoration:none;position:relative;overflow:hidden;transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease, background .18s ease}
.hw-home-badge.has-home{background:radial-gradient(circle at 30% 20%,rgba(255,232,181,.28),transparent 42%),linear-gradient(135deg,#3a2e2a 0%,#5a463f 58%,#8a672e 100%);border:1px solid rgba(199,167,122,.88);box-shadow:0 10px 24px rgba(58,46,42,.22),inset 0 1px 0 rgba(255,255,255,.18)}
.hw-home-badge.has-home::after{content:"";position:absolute;inset:5px;border-radius:14px;border:1px solid rgba(255,224,174,.22);pointer-events:none}
.hw-home-badge.has-home svg{width:25px;height:25px;display:block;fill:#fff;stroke:#f1d4a0;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;filter:drop-shadow(0 2px 2px rgba(0,0,0,.18))}
.hw-home-badge.has-home:hover{transform:translateY(-2px);background:radial-gradient(circle at 30% 20%,rgba(255,232,181,.42),transparent 42%),linear-gradient(135deg,#2d2118 0%,#5a463f 52%,#c7a77a 100%);border-color:#e2c48d;box-shadow:0 15px 30px rgba(58,46,42,.28),0 0 0 4px rgba(199,167,122,.14)}
.hw-home-badge.no-home{background:#f3eee7;border:1px solid #e2d8cc;color:#b1a291;box-shadow:none;font-size:20px;font-weight:800}
.hw-home-badge em{display:none!important}
.hw-home-badge .hw-home-icon{font-size:20px;line-height:1;display:grid;place-items:center}
@media(max-width:640px){.hw-item-head{grid-template-columns:minmax(0,1fr) 48px}.hw-home-badge{width:48px;height:48px;border-radius:16px}.hw-home-badge.has-home svg{width:22px;height:22px}}

/* v1.9 refined list actions + mobile readability */
.hw-home-badge.has-home{
  background:#fffdf8;
  border:1px solid #dcc7a4;
  color:#6b421e;
  box-shadow:0 6px 14px rgba(58,46,42,.08);
}
.hw-home-badge.has-home::after{display:none}
.hw-home-badge.has-home svg{
  width:23px;height:23px;
  fill:none;
  stroke:#8a5b18;
  stroke-width:2.1;
  filter:none;
}
.hw-home-badge.has-home:hover{
  background:#fff6e7;
  border-color:#c7a77a;
  transform:translateY(-1px);
  box-shadow:0 10px 20px rgba(58,46,42,.12),0 0 0 3px rgba(199,167,122,.12);
}
.hw-home-badge.no-home{
  background:#faf8f5;
  border:1px solid #e8dfd4;
  color:#c3b6a7;
  box-shadow:none;
}
.hw-actions{
  grid-template-columns:1fr 1fr;
  gap:9px;
}
.hw-action{
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:44px;
}
.hw-action.flower{
  grid-column:1/-1;
  min-height:50px;
  background:linear-gradient(135deg,#fff7e8,#f2d29b);
  border-color:#d5aa63;
  color:#5b3516;
  font-size:14px;
  box-shadow:0 8px 18px rgba(185,138,61,.16);
}
.hw-action.flower:hover{
  background:linear-gradient(135deg,#fff1d5,#edc174);
  border-color:#c18b35;
}
.hw-flower-icon{font-size:17px;margin-right:6px;line-height:1}
@media(max-width:640px){
  .hw-detail-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}
  .hw-kv{min-height:62px;padding:9px 7px;border-radius:14px;text-align:center}
  .hw-kv .k{font-size:10px;line-height:1.2;margin-bottom:5px;word-break:keep-all}
  .hw-kv .v{font-size:12px;line-height:1.25;word-break:keep-all;overflow-wrap:anywhere}
  .hw-actions{grid-template-columns:1fr;gap:8px}
  .hw-action{min-height:46px;font-size:14px;border-radius:16px}
  .hw-action.flower{grid-column:auto;min-height:52px;font-size:15px;font-weight:900}
  .hw-flower-icon{font-size:18px}
}


/* v2.0 condolence flower CTA refinement */
.hw-home-badge.has-home{
  background:#fffefa;
  border-color:#e5d7c2;
  border-radius:16px;
  box-shadow:0 4px 10px rgba(45,33,24,.06);
}
.hw-home-badge.has-home svg{
  stroke:#5b463a;
  stroke-width:2;
  width:22px;
  height:22px;
}
.hw-home-badge.has-home:hover{
  background:#fff8ec;
  border-color:#c7a77a;
  box-shadow:0 8px 18px rgba(45,33,24,.10),0 0 0 3px rgba(199,167,122,.10);
}
.hw-action.flower{
  position:relative;
  overflow:hidden;
  gap:8px;
  background:linear-gradient(135deg,#fffdf8 0%,#fff3df 100%);
  border:1px solid #cda86d;
  color:#3a2e2a;
  letter-spacing:-.02em;
  box-shadow:0 10px 22px rgba(91,59,34,.10);
}
.hw-action.flower::after{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(255,255,255,.0),rgba(255,255,255,.34),rgba(255,255,255,0));
  transform:translateX(-120%);
  transition:transform .5s ease;
  pointer-events:none;
}
.hw-action.flower:hover{
  background:linear-gradient(135deg,#fff8ec 0%,#f3d49c 100%);
  border-color:#b98a3d;
  color:#2d2118;
  box-shadow:0 14px 26px rgba(91,59,34,.15),0 0 0 3px rgba(199,167,122,.12);
}
.hw-action.flower:hover::after{transform:translateX(120%)}
.hw-flower-icon{
  width:22px;
  height:22px;
  margin-right:0;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  flex:0 0 auto;
}
.hw-flower-icon svg{
  width:21px;
  height:21px;
  display:block;
  fill:none;
  stroke:#1f1f1f;
  stroke-width:1.55;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.hw-flower-icon svg circle{fill:#1f1f1f;stroke:#1f1f1f}
@media(max-width:640px){
  .hw-action.flower{min-height:54px;font-size:15.5px}
  .hw-flower-icon{width:23px;height:23px}
  .hw-flower-icon svg{width:22px;height:22px}
}


/* v2.3 footer menu */
.hw-footer{
  margin-top:34px;
  border-top:1px solid rgba(90,70,63,.12);
  background:#f7f3ee;
}
.hw-footer-inner{
  max-width:1180px;
  margin:0 auto;
  padding:22px 18px 28px;
  text-align:center;
}
.hw-footer-menu{
  width:100%;
  margin:0 auto 14px;
  text-align:center;
}
.hw-footer-menu-list{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  align-items:center;
  gap:8px 18px;
  margin:0;
  padding:0;
  list-style:none;
}
.hw-footer-menu-list a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:32px;
  padding:5px 2px;
  color:#4b3a34;
  font-size:14px;
  font-weight:700;
  letter-spacing:-.02em;
  text-decoration:none;
  transition:color .18s ease, opacity .18s ease;
}
.hw-footer-menu-list a:hover{
  color:#9a743c;
  opacity:.92;
}
.hw-footer-copy{
  color:#6b5b54;
  font-size:13px;
  font-weight:600;
}
@media(max-width:640px){
  .hw-footer-inner{padding:20px 14px 26px}
  .hw-footer-menu-list{gap:4px 14px}
  .hw-footer-menu-list a{font-size:13px;min-height:30px}
}


/* v29: 모바일 검색/초기화 버튼 가로 1열 최종 복구 */
.hw-search-shell > .hw-search-top{
  display:block !important;
  width:100% !important;
}
.hw-search-shell > .hw-search-top .hw-search-input{
  display:block !important;
  width:100% !important;
  max-width:none !important;
}
.hw-search-shell > .hw-search-buttons{
  display:grid !important;
  grid-template-columns:repeat(2, minmax(0, 1fr)) !important;
  gap:10px !important;
  width:100% !important;
  margin-top:10px !important;
}
.hw-search-shell > .hw-search-buttons .hw-btn{
  width:100% !important;
  max-width:none !important;
  min-width:0 !important;
  height:56px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
}
@media (max-width:768px){
  .hw-search-shell > .hw-search-buttons{
    grid-template-columns:repeat(2, minmax(0, 1fr)) !important;
    gap:9px !important;
  }
  .hw-search-shell > .hw-search-buttons .hw-btn{
    height:54px !important;
    padding:0 10px !important;
    font-size:15px !important;
  }
}
@media (max-width:360px){
  .hw-search-shell > .hw-search-buttons{
    gap:7px !important;
  }
  .hw-search-shell > .hw-search-buttons .hw-btn{
    font-size:14px !important;
    border-radius:17px !important;
  }
}

/* v30: 모바일 전화걸기/지도보기 가로 1열 복구 */
@media (max-width:640px){
  .hw-actions{
    display:grid !important;
    grid-template-columns:repeat(2, minmax(0, 1fr)) !important;
    gap:8px !important;
  }
  .hw-actions .hw-action.call,
  .hw-actions .hw-action:not(.flower){
    grid-column:auto !important;
    width:100% !important;
    min-width:0 !important;
  }
  .hw-actions .hw-action.flower{
    grid-column:1 / -1 !important;
    width:100% !important;
  }
}


/* Auto region/funeral pages */
.hw-breadcrumb{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin:0 0 18px;font-size:13px;color:#8a7a70}
.hw-breadcrumb a{color:#5a463f;text-decoration:none;font-weight:700}
.hw-breadcrumb a:hover{text-decoration:underline}
.hw-region-index{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;margin:0 0 22px}
.hw-region-card{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:16px 17px;border:1px solid rgba(90,70,63,.14);border-radius:18px;background:#fff;box-shadow:0 10px 26px rgba(45,34,29,.06);text-decoration:none;color:#3a2e2a;transition:transform .18s ease, box-shadow .18s ease, border-color .18s ease}
.hw-region-card strong{font-size:16px;letter-spacing:-.03em}
.hw-region-card span{font-size:13px;font-weight:800;color:#8a6b47;background:#f5eee3;border:1px solid rgba(199,167,122,.32);border-radius:999px;padding:5px 9px;white-space:nowrap}
.hw-region-card:hover{transform:translateY(-2px);box-shadow:0 16px 34px rgba(45,34,29,.10);border-color:rgba(199,167,122,.42)}
.hw-region-summary{margin-bottom:14px}
.hw-name a{color:inherit;text-decoration:none}.hw-name a:hover{text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:4px}
@media(max-width:900px){.hw-region-index{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:560px){.hw-region-index{grid-template-columns:1fr}.hw-region-card{padding:14px 15px}.hw-breadcrumb{font-size:12px}}


/* v38: funeral detail page PC layout + facility grid refinement */
.hw-funeral-single .hw-hero{grid-template-columns:minmax(0,1fr) 300px;}
.hw-funeral-single .hw-content-grid{align-items:start;}
.hw-funeral-single .hw-main{max-width:none;width:100%;padding-right:0;}
.hw-funeral-single .hw-list{grid-template-columns:1fr;gap:0;margin-top:0;}
.hw-funeral-single .hw-item{min-height:auto;width:100%;padding:28px;border-radius:30px;}
.hw-funeral-single .hw-item:hover{transform:none;}
.hw-funeral-single .hw-item-head{grid-template-columns:minmax(0,1fr) 54px;min-height:auto;align-items:start;}
.hw-funeral-single .hw-name{min-height:auto;font-size:26px;-webkit-line-clamp:3;}
.hw-funeral-single .hw-meta{min-height:auto;margin-top:14px;font-size:15px;background:#fffaf2;border:1px solid #efe1cc;border-radius:18px;padding:14px 16px;}
.hw-funeral-single .hw-detail-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;margin-top:18px;}
.hw-funeral-single .hw-kv{min-height:72px;padding:13px 12px;border-radius:18px;background:linear-gradient(180deg,#fffdfa,#fbf5ec);}
.hw-funeral-single .hw-kv .k{font-size:12px;color:#7d6b58;font-weight:700;letter-spacing:-.03em;}
.hw-funeral-single .hw-kv .v{font-size:15px;color:#241f1c;font-weight:900;line-height:1.3;}
.hw-funeral-single .hw-tags{margin-top:16px;}
.hw-funeral-single .hw-actions{grid-template-columns:1fr 1fr;max-width:520px;}
.hw-funeral-single .hw-actions .hw-action.flower{grid-column:1/-1;}
@media(max-width:1020px){
  .hw-funeral-single .hw-detail-grid{grid-template-columns:repeat(3,minmax(0,1fr));}
}
@media(max-width:760px){
  .hw-funeral-single .hw-hero{grid-template-columns:1fr;}
  .hw-funeral-single .hw-stat-panel{display:none;}
  .hw-funeral-single .hw-main{padding-right:14px;}
  .hw-funeral-single .hw-item{padding:18px;border-radius:24px;}
  .hw-funeral-single .hw-item-head{grid-template-columns:minmax(0,1fr) 48px;}
  .hw-funeral-single .hw-name{font-size:20px;}
  .hw-funeral-single .hw-meta{font-size:14px;padding:12px 13px;}
  .hw-funeral-single .hw-detail-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:7px;}
  .hw-funeral-single .hw-kv{min-height:62px;padding:9px 7px;border-radius:14px;text-align:center;}
  .hw-funeral-single .hw-kv .k{font-size:10px;line-height:1.2;margin-bottom:5px;word-break:keep-all;}
  .hw-funeral-single .hw-kv .v{font-size:12px;line-height:1.25;word-break:keep-all;overflow-wrap:anywhere;}
  .hw-funeral-single .hw-actions{max-width:none;grid-template-columns:repeat(2,minmax(0,1fr)) !important;}
  .hw-funeral-single .hw-actions .hw-action.flower{grid-column:1/-1 !important;}
}


/* v39: 실제 개별 상세페이지 전용 레이아웃 보정 */
.hw-funeral-single .hw-region-hero{grid-template-columns:1fr !important;}
.hw-funeral-single .hw-region-hero .hw-hero-card{padding:30px 34px !important;}
.hw-detail-content-grid{grid-template-columns:minmax(0,1fr) 300px !important;gap:18px !important;align-items:start !important;}
.hw-detail-main{min-width:0 !important;}
.hw-detail-card{width:100%;background:#fff;border:1px solid rgba(185,138,61,.20);border-radius:30px;padding:28px;box-shadow:0 18px 42px rgba(31,41,51,.08)}
.hw-detail-head{display:grid;grid-template-columns:minmax(0,1fr) 44px;gap:16px;align-items:start;margin-bottom:16px}
.hw-detail-name{margin:8px 0 0;font-size:28px;line-height:1.28;letter-spacing:-.055em;color:#202936;word-break:keep-all}
.hw-detail-address-box{display:grid;grid-template-columns:82px minmax(0,1fr);gap:8px 12px;background:#fffaf2;border:1px solid #efe1cc;border-radius:20px;padding:16px 18px;margin:16px 0 18px;color:#253041}
.hw-detail-address-box strong{font-size:13px;color:#7d6b58;white-space:nowrap}.hw-detail-address-box span{font-size:15px;line-height:1.55;word-break:keep-all;overflow-wrap:anywhere}
.hw-detail-grid-single{display:grid !important;grid-template-columns:repeat(4,minmax(0,1fr)) !important;gap:10px !important;margin-top:0 !important;}
.hw-detail-grid-single .hw-kv{min-height:82px !important;padding:14px 12px !important;border-radius:18px !important;background:linear-gradient(180deg,#fffdfa,#fbf5ec) !important;display:flex;flex-direction:column;justify-content:center;text-align:center}
.hw-detail-grid-single .hw-kv .k{font-size:12px !important;color:#7d6b58 !important;font-weight:800 !important;line-height:1.25;word-break:keep-all;margin-bottom:7px !important}
.hw-detail-grid-single .hw-kv .v{font-size:16px !important;color:#241f1c !important;font-weight:900 !important;line-height:1.3;word-break:keep-all;overflow-wrap:anywhere}
.hw-detail-tags{margin-top:16px !important}.hw-detail-actions{max-width:560px;grid-template-columns:1fr 1fr !important}.hw-detail-actions .flower{grid-column:1/-1 !important}
.hw-funeral-single .hw-sidebar .hw-side-head strong{font-size:14px}.hw-funeral-single .hw-sidebar .hw-side-head span{font-size:10px;letter-spacing:-.03em}
@media(min-width:1180px){.hw-funeral-single .hw-portal-frame{max-width:1240px}.hw-detail-content-grid{grid-template-columns:minmax(0,1fr) 292px !important}.hw-detail-card{padding:32px}.hw-detail-grid-single{grid-template-columns:repeat(4,minmax(0,1fr)) !important}}
@media(max-width:980px){.hw-detail-content-grid{grid-template-columns:1fr !important}.hw-detail-grid-single{grid-template-columns:repeat(4,minmax(0,1fr)) !important}.hw-detail-card{padding:24px}.hw-detail-name{font-size:25px}}
@media(max-width:640px){.hw-funeral-single .hw-region-hero .hw-hero-card{padding:22px !important}.hw-detail-card{padding:18px;border-radius:24px}.hw-detail-head{grid-template-columns:minmax(0,1fr) 40px;gap:12px}.hw-detail-name{font-size:20px}.hw-detail-address-box{grid-template-columns:1fr;gap:4px;padding:13px 14px;border-radius:17px}.hw-detail-address-box strong{margin-top:4px}.hw-detail-address-box span{font-size:14px}.hw-detail-grid-single{grid-template-columns:repeat(3,minmax(0,1fr)) !important;gap:7px !important}.hw-detail-grid-single .hw-kv{min-height:64px !important;padding:9px 6px !important;border-radius:14px !important}.hw-detail-grid-single .hw-kv .k{font-size:10px !important;margin-bottom:5px !important}.hw-detail-grid-single .hw-kv .v{font-size:12px !important}.hw-detail-actions{max-width:none;grid-template-columns:repeat(2,minmax(0,1fr)) !important}.hw-detail-actions .flower{grid-column:1/-1 !important}}


/* v40: 실제 상세페이지 시설정보 카드 적용 / PC 상세 폭 보정 */
.hw-funeral-single .hw-detail-card{
  width:100% !important;
  max-width:none !important;
}
.hw-funeral-single .hw-detail-grid-single{
  display:grid !important;
  grid-template-columns:repeat(4,minmax(0,1fr)) !important;
  gap:10px !important;
  margin-top:0 !important;
}
.hw-funeral-single .hw-detail-grid-single .hw-kv{
  background:linear-gradient(180deg,#fffdf9,#fbf5ec) !important;
  border:1px solid #efe1cc !important;
  border-radius:18px !important;
  padding:14px 10px !important;
  min-height:84px !important;
  display:flex !important;
  flex-direction:column !important;
  justify-content:center !important;
  text-align:center !important;
}
.hw-funeral-single .hw-detail-grid-single .hw-kv .k{
  display:block !important;
  font-size:12px !important;
  line-height:1.25 !important;
  color:#7d6b58 !important;
  font-weight:800 !important;
  margin:0 0 7px !important;
  word-break:keep-all !important;
}
.hw-funeral-single .hw-detail-grid-single .hw-kv .v{
  display:block !important;
  font-size:16px !important;
  line-height:1.3 !important;
  color:#241f1c !important;
  font-weight:900 !important;
  word-break:keep-all !important;
  overflow-wrap:anywhere !important;
}
.hw-funeral-single .hw-detail-actions{
  grid-template-columns:1fr 1fr !important;
  max-width:620px !important;
}
.hw-funeral-single .hw-detail-actions .flower{grid-column:1/-1 !important;}
@media(min-width:1120px){
  .hw-funeral-single .hw-portal-frame{max-width:1240px !important;}
  .hw-funeral-single .hw-detail-content-grid{grid-template-columns:minmax(0,1fr) 292px !important;gap:18px !important;}
  .hw-funeral-single .hw-detail-card{padding:32px !important;}
}
@media(max-width:980px){
  .hw-funeral-single .hw-detail-grid-single{grid-template-columns:repeat(4,minmax(0,1fr)) !important;}
}
@media(max-width:640px){
  .hw-funeral-single .hw-detail-grid-single{grid-template-columns:repeat(3,minmax(0,1fr)) !important;gap:7px !important;}
  .hw-funeral-single .hw-detail-grid-single .hw-kv{min-height:66px !important;padding:9px 6px !important;border-radius:14px !important;}
  .hw-funeral-single .hw-detail-grid-single .hw-kv .k{font-size:10px !important;margin-bottom:5px !important;}
  .hw-funeral-single .hw-detail-grid-single .hw-kv .v{font-size:12px !important;}
  .hw-funeral-single .hw-detail-actions{grid-template-columns:repeat(2,minmax(0,1fr)) !important;max-width:none !important;}
}

/* v43: mobile breadcrumb center alignment */
@media (max-width: 768px){
  .hw-breadcrumb{
    width:100%;
    display:flex !important;
    justify-content:center !important;
    align-items:center !important;
    flex-wrap:wrap !important;
    text-align:center !important;
    padding-left:0 !important;
    padding-right:0 !important;
    margin-left:auto !important;
    margin-right:auto !important;
    gap:6px 7px !important;
  }
  .hw-breadcrumb a,
  .hw-breadcrumb span{
    display:inline-flex;
    align-items:center;
  }
}

/* v44: PC/mobile breadcrumb + detail action center alignment */
.hw-breadcrumb{
  width:100% !important;
  display:flex !important;
  justify-content:center !important;
  align-items:center !important;
  flex-wrap:wrap !important;
  text-align:center !important;
  gap:6px 8px !important;
  margin-left:auto !important;
  margin-right:auto !important;
  padding-left:0 !important;
  padding-right:0 !important;
  white-space:normal !important;
}
.hw-breadcrumb a,
.hw-breadcrumb span{
  display:inline-flex !important;
  align-items:center !important;
}

.hw-funeral-single .hw-detail-actions,
.hw-funeral-single .hw-actions.hw-detail-actions{
  display:grid !important;
  grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  gap:10px !important;
  width:100% !important;
  max-width:560px !important;
  margin:18px auto 0 !important;
  justify-content:center !important;
  align-items:center !important;
}
.hw-funeral-single .hw-detail-actions .hw-action,
.hw-funeral-single .hw-actions.hw-detail-actions .hw-action{
  display:flex !important;
  justify-content:center !important;
  align-items:center !important;
  text-align:center !important;
  width:100% !important;
}
.hw-funeral-single .hw-detail-actions .hw-action.flower,
.hw-funeral-single .hw-actions.hw-detail-actions .hw-action.flower{
  grid-column:1 / -1 !important;
}

/* fallback class names for older detail templates */
.detail-actions,
.funeral-actions,
.card-actions{
  display:flex !important;
  justify-content:center !important;
  align-items:center !important;
  flex-wrap:wrap !important;
  gap:10px !important;
  width:100% !important;
  margin-left:auto !important;
  margin-right:auto !important;
}
.detail-actions a,
.funeral-actions a,
.card-actions a{
  display:flex !important;
  justify-content:center !important;
  align-items:center !important;
  text-align:center !important;
}

@media(max-width:640px){
  .hw-funeral-single .hw-detail-actions,
  .hw-funeral-single .hw-actions.hw-detail-actions{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    max-width:none !important;
    gap:8px !important;
  }
  .hw-funeral-single .hw-detail-actions .hw-action.flower,
  .hw-funeral-single .hw-actions.hw-detail-actions .hw-action.flower{
    grid-column:1 / -1 !important;
  }
}

/* v45: trusted company ad fixed ratio 320x180 */
.hw-content-grid{
  grid-template-columns:minmax(0,1fr) 320px;
}
.hw-ad-card .hw-random-ad{
  width:320px;
  max-width:100%;
  height:180px;
  min-height:0 !important;
  margin:0 auto;
  border-radius:20px;
  overflow:hidden;
  display:block;
}
.hw-ad-card .hw-random-ad img{
  width:100%;
  height:180px !important;
  min-height:0 !important;
  object-fit:cover;
  display:block;
}
.hw-ad-card .hw-ad-placeholder{
  width:100%;
  height:180px;
  min-height:0 !important;
  box-sizing:border-box;
}
.hw-funeral-single .hw-ad-card .hw-random-ad,
.hw-funeral-single .hw-ad-card .hw-random-ad img,
.hw-funeral-single .hw-ad-card .hw-ad-placeholder{
  height:180px !important;
  min-height:0 !important;
}
@media(max-width:980px){
  .hw-content-grid{grid-template-columns:1fr;}
  .hw-ad-card .hw-random-ad{
    width:320px;
    height:180px;
  }
  .hw-ad-card .hw-random-ad img,
  .hw-ad-card .hw-ad-placeholder{
    height:180px !important;
  }
}
@media(max-width:380px){
  .hw-ad-card .hw-random-ad{
    width:100%;
    height:auto;
    aspect-ratio:16/9;
  }
  .hw-ad-card .hw-random-ad img,
  .hw-ad-card .hw-ad-placeholder{
    height:auto !important;
    aspect-ratio:16/9;
  }
}


/* v47: force sidebar on region/detail pages and ad size */
.hw-detail-content-grid > .hw-sidebar,
.hw-content-grid > .hw-sidebar{
  display:grid !important;
}
.hw-funeral-single .hw-detail-content-grid{
  grid-template-columns:minmax(0,1fr) 320px !important;
}
.hw-ad-card .hw-random-ad,
.hw-funeral-single .hw-ad-card .hw-random-ad{
  width:320px !important;
  max-width:100% !important;
  height:180px !important;
  min-height:0 !important;
  aspect-ratio:16/9;
}
.hw-ad-card .hw-random-ad img,
.hw-funeral-single .hw-ad-card .hw-random-ad img,
.hw-ad-card .hw-ad-placeholder,
.hw-funeral-single .hw-ad-card .hw-ad-placeholder{
  width:100% !important;
  height:180px !important;
  min-height:0 !important;
  object-fit:cover !important;
}
@media(max-width:980px){
  .hw-funeral-single .hw-detail-content-grid,
  .hw-content-grid{grid-template-columns:1fr !important;}
  .hw-sidebar{position:static !important;}
}

/* v48: sidebar on WordPress single/page + reliable ad area */
.hw-post-content-grid,
.hw-page-single .hw-content-grid,
.hw-post-single .hw-content-grid{
  grid-template-columns:minmax(0,1fr) 320px !important;
  gap:18px !important;
  align-items:start !important;
}
.hw-post-main{min-width:0 !important;}
.hw-post-card{
  background:#fff;
  border:1px solid rgba(185,138,61,.20);
  border-radius:30px;
  padding:30px;
  box-shadow:0 18px 42px rgba(31,41,51,.08);
}
.hw-post-card h1{
  margin:0 0 14px;
  font-size:30px;
  line-height:1.3;
  letter-spacing:-.055em;
  color:#202936;
}
.hw-post-meta{font-size:13px;color:#8a7964;margin-bottom:18px;}
.hw-post-content{font-size:16px;line-height:1.85;color:#253041;}
.hw-post-content img{max-width:100%;height:auto;border-radius:18px;}
.hw-sidebar .hw-ad-card .hw-random-ad,
.hw-sidebar .hw-ad-card .hw-random-ad img,
.hw-sidebar .hw-ad-card .hw-ad-placeholder{
  width:320px !important;
  max-width:100% !important;
  height:180px !important;
  min-height:0 !important;
  aspect-ratio:16/9 !important;
  object-fit:cover !important;
}
.hw-sidebar .hw-ad-card .hw-random-ad{
  margin:0 auto !important;
  display:block !important;
}
@media(max-width:980px){
  .hw-post-content-grid,
  .hw-page-single .hw-content-grid,
  .hw-post-single .hw-content-grid{
    grid-template-columns:1fr !important;
  }
  .hw-post-card{padding:22px;border-radius:24px;}
  .hw-post-card h1{font-size:24px;}
}


/* v1.50 recent registered funeral thumbnails: always image */
.hw-recent-thumb-list li a{grid-template-columns:64px minmax(0,1fr)!important}
.hw-recent-thumb{width:64px!important;height:64px!important;min-width:64px;border-radius:15px;overflow:hidden;background:#fff4df;border:1px solid #ead6b4}
.hw-recent-thumb img{width:100%!important;height:100%!important;object-fit:cover!important;display:block!important}

/* v54 header service links */
.hw-header-inner{
  gap:16px;
}
.hw-header-actions{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:8px;
  flex-wrap:wrap;
  margin-left:auto;
}
.hw-header-actions .hw-head-link{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:34px;
  padding:8px 13px;
  border-radius:999px;
  border:1px solid rgba(90,70,63,.18);
  background:rgba(255,255,255,.72);
  color:#4b382f;
  font-size:13px;
  font-weight:800;
  line-height:1;
  text-decoration:none;
  white-space:nowrap;
  box-shadow:0 8px 18px rgba(31,41,51,.05);
}
.hw-header-actions .hw-head-flower{
  border-color:rgba(199,167,122,.55);
  background:linear-gradient(135deg,#f7e8bb 0%,#d8ad5f 100%);
  color:#2f241f;
  box-shadow:0 9px 22px rgba(122,86,35,.16);
}
.hw-header-actions .hw-head-link:hover{
  transform:translateY(-1px);
  border-color:#c7a77a;
  box-shadow:0 10px 24px rgba(122,86,35,.16);
}
@media(max-width:768px){
  .hw-header-inner{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:10px;
  }
  .hw-header-actions{
    flex:0 0 auto;
    gap:0;
  }
  .hw-header-actions .hw-head-status,
  .hw-header-actions .hw-head-region{
    display:none !important;
  }
  .hw-header-actions .hw-head-flower{
    min-height:32px;
    padding:8px 10px;
    font-size:12px;
    letter-spacing:-.03em;
  }
}

/* v5.5 JS random ad rendering */
.hw-random-ad-wrap{display:block;width:100%;}
.hw-random-ad-wrap .hw-random-ad{display:block;width:100%;}
.hw-random-ad-wrap .hw-random-ad img{display:block;width:100%;height:180px;object-fit:cover;border-radius:18px;}

/* =========================
   v56 Board Pagination / Pretty Post List
========================= */
.hw-board-page .hw-portal-frame{padding-top:18px}.hw-board-content-grid{align-items:start}.hw-board-header{background:linear-gradient(135deg,#fffaf2 0%,#f6efe4 100%);border:1px solid rgba(185,138,61,.22);border-radius:28px;padding:26px 28px;margin-bottom:18px;box-shadow:0 18px 44px rgba(31,41,51,.07)}.hw-board-kicker{display:inline-flex;align-items:center;gap:6px;font-size:12px;font-weight:900;letter-spacing:.08em;color:#9a6a28;background:#fff4df;border:1px solid #ead6b4;border-radius:999px;padding:7px 10px;margin-bottom:10px}.hw-board-header h1{margin:0;color:#2c2118;font-size:30px;line-height:1.22;letter-spacing:-.06em}.hw-board-header p{margin:9px 0 0;color:#7b6a58;font-size:15px;line-height:1.65}.hw-board-list{display:grid;gap:14px}.hw-board-item{display:grid!important;grid-template-columns:156px minmax(0,1fr);gap:18px;align-items:stretch;padding:16px!important;border-radius:24px!important;background:rgba(255,255,255,.92)!important;border:1px solid rgba(185,138,61,.20)!important;box-shadow:0 14px 34px rgba(31,41,51,.065)!important}.hw-board-thumb{display:flex;align-items:center;justify-content:center;min-height:118px;border-radius:20px;overflow:hidden;background:radial-gradient(circle at 20% 0,rgba(255,234,190,.45),transparent 44%),linear-gradient(135deg,#2d2118,#b98a3d);text-decoration:none;color:#fff}.hw-board-thumb img{width:100%;height:100%;object-fit:cover;display:block}.hw-board-thumb-fallback{flex-direction:column}.hw-board-thumb-fallback strong{font-size:28px;letter-spacing:-.06em;line-height:1}.hw-board-thumb-fallback span{font-size:12px;color:#f2dfbf;margin-top:6px}.hw-board-copy{min-width:0;display:flex;flex-direction:column}.hw-board-copy h2{font-size:21px;line-height:1.35;letter-spacing:-.055em;margin:4px 0 8px}.hw-board-copy h2 a{color:#2c2118;text-decoration:none}.hw-board-copy h2 a:hover{color:#9a6a28}.hw-board-excerpt{color:#6f6151;font-size:14px;line-height:1.7;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.hw-board-excerpt p{margin:0}.hw-board-more{align-self:flex-start;margin-top:auto;display:inline-flex;align-items:center;justify-content:center;height:34px;padding:0 13px;border-radius:999px;background:#fff4df;border:1px solid #ead6b4;color:#6b4524;text-decoration:none;font-size:13px;font-weight:900}.hw-board-more:hover{background:#b98a3d;color:#fff;border-color:#b98a3d}.hw-pagination{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:8px;margin:28px auto 4px;padding:18px;border-radius:24px;background:rgba(255,250,242,.78);border:1px solid rgba(185,138,61,.18);box-shadow:0 12px 30px rgba(31,41,51,.045)}.hw-pagination .page-numbers{min-width:38px;height:38px;padding:0 12px;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;background:#fff;border:1px solid #ead6b4;color:#5b4637;text-decoration:none;font-size:14px;font-weight:900;box-shadow:0 7px 16px rgba(91,59,34,.06);transition:.16s transform,.16s background,.16s color,.16s border-color}.hw-pagination .page-numbers:hover{transform:translateY(-1px);background:#fff4df;border-color:#d5b47a;color:#2c2118}.hw-pagination .page-numbers.current{background:linear-gradient(135deg,#2d2118,#6b4524);border-color:#6b4524;color:#fff;box-shadow:0 10px 22px rgba(91,59,34,.18)}.hw-pagination .prev,.hw-pagination .next{padding:0 16px;background:#fff4df;color:#6b4524}.hw-pagination .dots{background:transparent;border-color:transparent;box-shadow:none;min-width:24px;padding:0;color:#9a8a77}.hw-board-empty{text-align:center;padding:38px!important}
@media(max-width:900px){.hw-board-item{grid-template-columns:118px minmax(0,1fr);gap:13px}.hw-board-thumb{min-height:104px}.hw-board-header{padding:22px}.hw-board-header h1{font-size:26px}}
@media(max-width:680px){.hw-board-item{grid-template-columns:1fr;padding:14px!important}.hw-board-thumb{min-height:160px}.hw-board-copy h2{font-size:19px}.hw-board-more{width:100%;height:40px;margin-top:12px}.hw-pagination{gap:6px;padding:14px 10px;margin-top:22px}.hw-pagination .page-numbers{min-width:36px;height:36px;padding:0 10px;font-size:13px}.hw-pagination .prev,.hw-pagination .next{flex:1 1 auto;min-width:92px}.hw-board-header{text-align:center}.hw-board-kicker{margin-left:auto;margin-right:auto}}

/* v61 compact related guides + mobile sidebar fix */
.hw-related-guides{
  margin:16px 0 12px !important;
  padding:14px !important;
  border-radius:20px !important;
  background:#fff !important;
  border:1px solid rgba(185,138,61,.18) !important;
  box-shadow:0 10px 24px rgba(31,41,51,.045) !important;
}
.hw-related-head{
  margin:0 0 10px !important;
  text-align:left !important;
}
.hw-related-head span{
  height:24px !important;
  padding:0 9px !important;
  font-size:11px !important;
  border-radius:999px !important;
}
.hw-related-head h2{
  margin:8px 0 0 !important;
  font-size:18px !important;
  line-height:1.3 !important;
  letter-spacing:-.05em !important;
}
.hw-related-head p{display:none !important;}
.hw-related-list{
  display:grid !important;
  gap:8px !important;
}
.hw-related-item{
  display:grid !important;
  grid-template-columns:72px minmax(0,1fr) !important;
  gap:10px !important;
  align-items:center !important;
  padding:8px !important;
  border-radius:16px !important;
  background:#fffaf2 !important;
  border:1px solid #efe1cc !important;
  box-shadow:none !important;
}
.hw-related-thumb{
  width:72px !important;
  height:54px !important;
  min-width:72px !important;
  border-radius:12px !important;
}
.hw-related-copy span{
  margin-bottom:3px !important;
  font-size:11px !important;
  color:#9a8a77 !important;
}
.hw-related-copy h3{
  margin:0 !important;
  font-size:14px !important;
  line-height:1.38 !important;
  letter-spacing:-.04em !important;
  display:-webkit-box !important;
  -webkit-line-clamp:2 !important;
  -webkit-box-orient:vertical !important;
  overflow:hidden !important;
}
.hw-related-more{
  margin-top:5px !important;
  height:24px !important;
  padding:0 9px !important;
  font-size:11px !important;
  border-radius:999px !important;
  background:#fff !important;
}
.hw-detail-content-grid > .hw-sidebar,
.hw-content-grid > .hw-sidebar{
  min-width:0 !important;
}
.hw-sidebar .hw-side-card{
  overflow:hidden !important;
}
.hw-sidebar .hw-ad-card .hw-random-ad,
.hw-sidebar .hw-ad-card .hw-random-ad img,
.hw-sidebar .hw-ad-card .hw-ad-placeholder,
.hw-random-ad-wrap .hw-random-ad,
.hw-random-ad-wrap .hw-random-ad img{
  max-width:100% !important;
}
@media(max-width:980px){
  .hw-detail-content-grid,
  .hw-content-grid{
    grid-template-columns:1fr !important;
  }
  .hw-detail-content-grid > .hw-sidebar,
  .hw-content-grid > .hw-sidebar,
  .hw-sidebar{
    position:static !important;
    width:100% !important;
    max-width:100% !important;
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:14px !important;
    margin-top:14px !important;
  }
  .hw-sidebar .hw-side-card{
    width:100% !important;
    max-width:100% !important;
    padding:14px !important;
    border-radius:22px !important;
  }
  .hw-sidebar .hw-ad-card .hw-random-ad,
  .hw-sidebar .hw-ad-card .hw-random-ad img,
  .hw-sidebar .hw-ad-card .hw-ad-placeholder,
  .hw-random-ad-wrap .hw-random-ad img{
    width:100% !important;
    max-width:320px !important;
    height:auto !important;
    aspect-ratio:16/9 !important;
    min-height:0 !important;
    margin-left:auto !important;
    margin-right:auto !important;
    object-fit:cover !important;
  }
}
@media(max-width:640px){
  .hw-related-guides{
    margin:14px 0 10px !important;
    padding:12px !important;
    border-radius:18px !important;
  }
  .hw-related-head{text-align:center !important;}
  .hw-related-head span{margin-left:auto !important;margin-right:auto !important;}
  .hw-related-head h2{font-size:17px !important;}
  .hw-related-item{
    grid-template-columns:68px minmax(0,1fr) !important;
    gap:9px !important;
    padding:8px !important;
    border-radius:15px !important;
  }
  .hw-related-thumb{
    width:68px !important;
    height:50px !important;
    min-width:68px !important;
    border-radius:11px !important;
  }
  .hw-related-copy h3{font-size:13.5px !important;}
  .hw-related-more{height:23px !important;font-size:10.5px !important;}
  .hw-sidebar{margin-top:12px !important;}
}



/* v62: 목록 카드 간소화 + 상세보기 버튼 + 관련글 컴팩트 보정 */
.hw-list .hw-item{min-height:0 !important;}
.hw-list .hw-name a{color:inherit;text-decoration:none;}
.hw-list .hw-name a:hover{color:#8a5b18;text-decoration:underline;text-underline-offset:3px;}
.hw-list .hw-detail-grid{display:none !important;}
.hw-list .hw-meta{min-height:auto !important;margin-top:12px !important;}
.hw-list .hw-tags{margin-top:12px !important;}
.hw-list .hw-actions{display:grid !important;grid-template-columns:repeat(3,minmax(0,1fr)) !important;gap:8px !important;margin-top:16px !important;}
.hw-list .hw-action{min-height:46px !important;display:flex !important;align-items:center !important;justify-content:center !important;padding:11px 8px !important;}
.hw-list .hw-action.detail{background:#fff8ec !important;border-color:#ead6b4 !important;color:#6b421e !important;}
.hw-list .hw-action.map{background:#fff !important;}
.hw-list .hw-action.flower{grid-column:1/-1 !important;min-height:50px !important;}
.hw-related-guides{margin-top:18px !important;padding:18px !important;border-radius:24px !important;background:#fffdf8 !important;border:1px solid rgba(185,138,61,.18) !important;box-shadow:0 10px 26px rgba(31,41,51,.05) !important;}
.hw-related-head{margin-bottom:12px !important;}
.hw-related-head p{display:none !important;}
.hw-related-list{display:grid !important;grid-template-columns:1fr !important;gap:10px !important;}
.hw-related-item{display:flex !important;align-items:center !important;gap:12px !important;width:100% !important;min-height:0 !important;padding:10px !important;border-radius:18px !important;background:#fffaf2 !important;border:1px solid #efe1cc !important;box-shadow:none !important;overflow:hidden !important;}
.hw-related-thumb{display:block !important;flex:0 0 96px !important;width:96px !important;height:64px !important;min-width:96px !important;border-radius:14px !important;overflow:hidden !important;background:#f4eadb !important;}
.hw-related-thumb img{display:block !important;width:100% !important;height:100% !important;object-fit:cover !important;}
.hw-related-copy{min-width:0 !important;flex:1 !important;}
.hw-related-copy span{display:block !important;margin:0 0 4px !important;font-size:11px !important;color:#9a8a77 !important;}
.hw-related-copy h3{margin:0 !important;font-size:14px !important;line-height:1.38 !important;letter-spacing:-.04em !important;display:-webkit-box !important;-webkit-line-clamp:2 !important;-webkit-box-orient:vertical !important;overflow:hidden !important;}
.hw-related-copy h3 a{color:#202936 !important;text-decoration:none !important;}
.hw-related-more{display:inline-flex !important;align-items:center !important;justify-content:center !important;margin-top:6px !important;height:24px !important;padding:0 10px !important;font-size:11px !important;border-radius:999px !important;background:#fff !important;border:1px solid #ead6b4 !important;color:#6b421e !important;text-decoration:none !important;}
@media(max-width:640px){
  .hw-list .hw-actions{grid-template-columns:repeat(3,minmax(0,1fr)) !important;gap:6px !important;}
  .hw-list .hw-action{font-size:12.5px !important;min-height:42px !important;border-radius:14px !important;padding:9px 5px !important;}
  .hw-list .hw-action.flower{font-size:14px !important;min-height:48px !important;}
  .hw-related-guides{padding:14px !important;border-radius:20px !important;}
  .hw-related-item{gap:10px !important;padding:9px !important;border-radius:16px !important;}
  .hw-related-thumb{flex-basis:78px !important;width:78px !important;height:56px !important;min-width:78px !important;border-radius:12px !important;}
  .hw-related-copy h3{font-size:13px !important;}
}


/* v63: 목록 카드 주소/전화 정렬 보정 */
.hw-list .hw-item{
  display:flex !important;
  flex-direction:column !important;
}
.hw-list .hw-meta-split{
  display:flex !important;
  flex-direction:column !important;
  gap:6px !important;
  margin-top:12px !important;
  min-height:70px !important;
}
.hw-list .hw-phone-line{
  order:1 !important;
  font-size:14px !important;
  font-weight:800 !important;
  color:#2d2118 !important;
  line-height:1.35 !important;
  white-space:nowrap !important;
}
.hw-list .hw-address-line{
  order:2 !important;
  font-size:14px !important;
  line-height:1.55 !important;
  color:#697386 !important;
  display:-webkit-box !important;
  -webkit-line-clamp:2 !important;
  -webkit-box-orient:vertical !important;
  overflow:hidden !important;
  min-height:43px !important;
}
.hw-list .hw-tags{
  min-height:34px !important;
}
.hw-list .hw-actions{
  margin-top:auto !important;
}
.hw-funeral-single .hw-meta-split{
  display:block !important;
}
.hw-funeral-single .hw-phone-line,
.hw-funeral-single .hw-address-line{
  display:block !important;
  white-space:normal !important;
  font-weight:400 !important;
  color:inherit !important;
  min-height:0 !important;
  -webkit-line-clamp:unset !important;
}
.hw-funeral-single .hw-phone-line{margin-top:8px !important;}
@media(max-width:640px){
  .hw-list .hw-meta-split{
    min-height:auto !important;
    gap:5px !important;
  }
  .hw-list .hw-address-line{
    min-height:auto !important;
    -webkit-line-clamp:2 !important;
  }
  .hw-list .hw-tags{
    min-height:auto !important;
  }
}

/* v64 Related funeral guides: precise, compact, responsive */
.hw-related-guides{margin-top:22px;padding:18px;border:1px solid rgba(90,70,63,.12);border-radius:18px;background:#fff;box-shadow:0 10px 24px rgba(55,43,38,.06)}
.hw-related-head{margin-bottom:14px;text-align:left}.hw-related-head span{display:inline-flex;margin-bottom:5px;font-size:12px;font-weight:800;color:#a67c35;letter-spacing:-.02em}.hw-related-head h2{margin:0;font-size:18px;line-height:1.35;color:#312622}.hw-related-head p{margin:5px 0 0;font-size:13px;color:#806f66;line-height:1.45}.hw-related-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.hw-related-item{display:flex;gap:10px;align-items:center;min-width:0;padding:10px;border:1px solid rgba(90,70,63,.10);border-radius:14px;background:#fbfaf8;transition:.18s ease}.hw-related-item:hover{transform:translateY(-1px);border-color:rgba(199,167,122,.55);box-shadow:0 8px 18px rgba(55,43,38,.08)}.hw-related-thumb{flex:0 0 72px;width:72px;height:58px;border-radius:11px;overflow:hidden;background:#eee6dc}.hw-related-thumb img{width:100%;height:100%;object-fit:cover;display:block}.hw-related-copy{min-width:0;flex:1}.hw-related-copy span{display:block;margin-bottom:3px;font-size:11px;color:#9b8b80}.hw-related-copy h3{margin:0;font-size:13.5px;line-height:1.35;font-weight:800;color:#3a2e2a;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.hw-related-copy h3 a{color:inherit;text-decoration:none}.hw-related-more{display:inline-flex;margin-top:6px;font-size:12px;font-weight:800;color:#7b5b35;text-decoration:none}.hw-related-toggle{display:block;margin:14px auto 0;padding:9px 18px;border:1px solid rgba(90,70,63,.18);border-radius:999px;background:#f7f1e7;color:#4a3831;font-size:13px;font-weight:800;cursor:pointer}.hw-related-toggle:hover{background:#eadbc6}.hw-related-list.is-collapsed .hw-related-extra{display:none}.hw-related-list:not(.is-collapsed) .hw-related-extra{display:flex}.hw-related-toggle-mobile{display:none}
@media (max-width:768px){.hw-related-guides{padding:14px;margin-top:18px;border-radius:16px}.hw-related-head{text-align:center}.hw-related-head h2{font-size:17px}.hw-related-head p{font-size:12.5px}.hw-related-list{grid-template-columns:1fr;gap:8px}.hw-related-item{padding:9px}.hw-related-thumb{flex-basis:64px;width:64px;height:52px}.hw-related-copy h3{font-size:13px}.hw-related-list.is-collapsed .hw-related-extra-mobile{display:none}.hw-related-list:not(.is-collapsed) .hw-related-extra-mobile{display:flex}.hw-related-list.is-collapsed .hw-related-extra{display:none}.hw-related-toggle-mobile{display:block}.hw-related-guides[data-related-count="4"] .hw-related-toggle-mobile{display:block}}


/* v65: related guide title cleanup + main list vertical spacing */
.hw-related-head span{display:none !important;}
.hw-related-head{margin-bottom:12px !important;}
.hw-related-head h2{margin-top:0 !important;}
.hw-list .hw-tags{
  margin-top:14px !important;
  margin-bottom:14px !important;
  padding-bottom:2px !important;
}
.hw-list .hw-actions{
  margin-top:0 !important;
  padding-top:2px !important;
  gap:10px !important;
}
.hw-list .hw-meta-split + .hw-tags{
  margin-top:14px !important;
}
@media(max-width:640px){
  .hw-list .hw-tags{
    margin-top:12px !important;
    margin-bottom:12px !important;
  }
  .hw-list .hw-actions{
    gap:7px !important;
  }
}


/* Homepage SSL Choice Modal */
.hw-homepage-modal{position:fixed;inset:0;z-index:9999;display:none;align-items:center;justify-content:center;padding:20px;background:rgba(28,20,15,.52);backdrop-filter:blur(8px)}
.hw-homepage-modal.is-open{display:flex}
.hw-homepage-dialog{position:relative;width:min(460px,100%);border:1px solid rgba(185,138,61,.26);border-radius:28px;background:linear-gradient(180deg,#fffdf8,#fff8ed);box-shadow:0 28px 80px rgba(26,18,12,.28);padding:30px 24px 22px;text-align:center;color:#2d2118}
.hw-homepage-x{position:absolute;right:14px;top:12px;width:34px;height:34px;border:0;border-radius:999px;background:#f7ead8;color:#5b3b22;font-size:22px;line-height:1;cursor:pointer}
.hw-homepage-mark{width:52px;height:52px;margin:0 auto 14px;border-radius:18px;display:grid;place-items:center;background:linear-gradient(135deg,#5b3b22,#b98a3d);box-shadow:0 12px 26px rgba(91,59,34,.18);font-size:24px}
.hw-homepage-dialog h2{margin:0 0 12px;font-size:22px;letter-spacing:-.04em;color:#2d2118}
.hw-homepage-dialog p{margin:0 auto 10px;font-size:14px;line-height:1.72;color:#5f574f;word-break:keep-all}
.hw-homepage-help{font-weight:800;color:#7a4f1f!important}
.hw-homepage-actions{display:grid;grid-template-columns:1fr;gap:9px;margin-top:18px}
.hw-homepage-btn{height:46px;border-radius:15px;border:1px solid #ead6b4;font-family:inherit;font-size:14px;font-weight:800;cursor:pointer}
.hw-homepage-btn.cancel{background:#fff;color:#6b7280}
.hw-homepage-btn.http{background:linear-gradient(135deg,#5b3b22,#b98a3d);color:#fff;border-color:#7d5525;box-shadow:0 10px 22px rgba(91,59,34,.18)}
.hw-homepage-btn.https{background:#fff2dc;color:#6b421e;border-color:#ead6b4}
@media (min-width:520px){.hw-homepage-actions{grid-template-columns:.8fr 1.2fr 1.2fr}.hw-homepage-btn{font-size:13px}}
@media (max-width:480px){.hw-homepage-dialog{padding:28px 18px 18px;border-radius:24px}.hw-homepage-dialog p br{display:none}.hw-homepage-dialog h2{font-size:20px}}
