.csg-header-saved,.csg-header-saved:visited { position:relative; display:inline-flex; width:32px; height:32px; align-items:center; justify-content:center; color:#082044!important; text-decoration:none!important; }
.csg-header-saved svg { width:24px!important; height:24px!important; fill:currentColor; color:inherit!important; stroke:currentColor!important; opacity:1!important; }
.csg-header-saved svg * { stroke:currentColor!important; opacity:1!important; }
.csg-header-saved:hover,.csg-header-saved:focus-visible { color:#b60819!important; }
.csg-header-saved-count { position:absolute; top:-3px; right:-5px; display:flex; min-width:17px; height:17px; align-items:center; justify-content:center; padding:0 4px; border:2px solid #fff; border-radius:99px; background:#b60819; color:#fff; font-size:10px; font-weight:800; line-height:1; }
.csg-header-saved-count[hidden] { display:none; }
.csg-directory-card { position:relative; }
.csg-card-save-control { position:absolute; top:13px; right:13px; z-index:4; display:flex; width:38px; height:38px; align-items:center; justify-content:center; border:1px solid rgba(8,32,68,.15); border-radius:50%; background:rgba(255,255,255,.95); color:#082044; font-size:25px; line-height:1; box-shadow:0 4px 12px rgba(8,32,68,.14); cursor:pointer; transition:transform .15s ease,color .15s ease,background .15s ease; }
.csg-card-save-control:hover,.csg-card-save-control:focus-visible { color:#b60819; transform:translateY(-1px); outline:2px solid #fdbb17; outline-offset:2px; }
.csg-card-save-control.is-saved { border-color:#b60819; background:#fff; color:#b60819; }
.csg-card-save-control.is-loading,.csg-saved-toggle .is-loading { opacity:.55; pointer-events:none; }
.csg-save-detail-wrap { position:sticky; top:90px; z-index:35; display:flex; width:calc(100% - 32px); max-width:var(--theme-normal-container-max-width,1290px); height:0; margin:0 auto; justify-content:flex-end; overflow:visible; }
.csg-saved-toggle { display:inline-flex; margin:0; }
.csg-saved-toggle button { display:inline-flex; min-height:42px; align-items:center; gap:8px; padding:8px 15px; border:1px solid rgba(8,32,68,.18); border-radius:99px; background:#fff; color:#082044; font:inherit; font-weight:750; box-shadow:0 6px 20px rgba(8,32,68,.16); cursor:pointer; }
.csg-save-detail button { margin:14px 14px 0 0; }
.csg-saved-toggle button span:first-child { color:#b60819; font-size:23px; line-height:1; }
.csg-saved-toggle.is-saved button { border-color:#b60819; color:#b60819; }
.csg-saved-heading { display:flex; align-items:flex-start; justify-content:space-between; gap:20px; }
.csg-saved-heading>div>span { color:#667085; font-size:13px; font-weight:800; letter-spacing:.06em; text-transform:uppercase; }
.csg-saved-heading h2 { margin-top:3px; }
.csg-saved-total { flex:0 0 auto; padding:5px 10px; border-radius:99px; background:#eef2f7; color:#082044; font-size:13px; font-weight:800; }
.csg-saved-filters { display:flex; flex-wrap:wrap; gap:8px; margin:20px 0; }
.csg-account-card .csg-saved-filters button { min-height:38px; padding:7px 13px; border:1px solid #ccd5df; border-radius:99px; background:#fff; color:#082044; font-weight:700; }
.csg-account-card .csg-saved-filters button.is-active { border-color:#082044; background:#082044; color:#fff; }
.csg-saved-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:16px; }
.csg-saved-card { position:relative; overflow:hidden; border:1px solid #dfe5ec; border-radius:12px; background:#fff; box-shadow:0 4px 14px rgba(8,32,68,.06); }
.csg-saved-card[hidden] { display:none; }
.csg-saved-card-image { display:block; height:180px; overflow:hidden; background:#e9eef4; }
.csg-saved-card-image img { display:block; width:100%; height:100%; object-fit:cover; object-position:center; }
.csg-saved-card-body { padding:18px; }
.csg-saved-type { color:#b60819; font-size:12px; font-weight:800; letter-spacing:.05em; text-transform:uppercase; }
.csg-saved-card h3 { margin:6px 0 4px; font-size:20px; line-height:1.3; }
.csg-saved-card h3 a { color:#082044; text-decoration:none; }
.csg-saved-card small { color:#667085; }
.csg-saved-card-actions { display:flex; flex-wrap:wrap; gap:8px; margin-top:16px; }
.csg-saved-card-actions form { display:inline-flex; margin:0; }
.csg-account-card .csg-saved-action-button { min-height:40px; padding:7px 12px; border:1px solid #b60819; background:#fff; color:#b60819; font-size:14px; font-weight:750; }
.csg-account-card .csg-saved-compare { min-height:40px; padding:7px 12px; border:1px solid #ccd5df; background:#fff; color:#082044; font-size:14px; font-weight:750; }
.csg-account-card .csg-saved-compare.is-selected { border-color:#fdbb17; background:#fff9e7; }
.csg-saved-card-actions .csg-account-secondary { min-height:40px; padding:7px 12px; font-size:14px; }
.csg-saved-requested { display:inline-flex; min-height:40px; align-items:center; padding:7px 10px; border-radius:8px; background:#edf8f2; color:#1f6244; font-size:13px; font-weight:750; }
.csg-saved-remove { position:absolute; top:9px; right:9px; }
.csg-saved-remove button { width:38px; min-height:38px; justify-content:center; padding:5px; border:0; box-shadow:0 3px 10px rgba(8,32,68,.18); }
.csg-saved-remove [data-csg-save-label] { position:absolute; width:1px; height:1px; overflow:hidden; clip:rect(0 0 0 0); white-space:nowrap; }
.csg-saved-empty { padding:28px; border:1px dashed #bdc7d3; border-radius:12px; background:#f8fafc; text-align:center; }
.csg-saved-empty>span { color:#b60819; font-size:42px; }
.csg-saved-empty h3 { margin:5px 0; color:#082044; }
.csg-saved-empty .csg-account-actions { justify-content:center; margin-top:18px; }
.csg-saved-compare-panel { margin-top:20px; padding:18px; border:1px solid #d7e0ea; border-radius:12px; background:#f8fafc; }
.csg-saved-compare-panel[hidden] { display:none; }
.csg-saved-compare-heading { display:flex; align-items:center; justify-content:space-between; gap:16px; }
.csg-saved-compare-heading span { color:#667085; font-size:12px; font-weight:800; letter-spacing:.05em; text-transform:uppercase; }
.csg-saved-compare-heading h3 { margin:2px 0 0; color:#082044; }
.csg-account-card .csg-saved-compare-heading button { min-height:36px; padding:6px 10px; border:1px solid #ccd5df; background:#fff; color:#566273; font-size:13px; }
.csg-saved-compare-grid { width:100%; overflow-x:auto; border:1px solid #dfe5ec; border-radius:10px; background:#fff; }
.csg-saved-compare-prompt { display:flex; min-height:90px; align-items:center; gap:14px; padding:14px; color:#082044; }
.csg-saved-compare-prompt img { width:112px; height:72px; border-radius:8px; object-fit:cover; }
.csg-saved-compare-table { width:100%; min-width:680px; border:0; border-collapse:collapse; table-layout:fixed; background:#fff; }
.csg-saved-compare-table th,.csg-saved-compare-table td { padding:13px 14px; border:0; border-right:1px solid #e3e8ef; border-bottom:1px solid #e3e8ef; color:#354052; text-align:left; vertical-align:top; }
.csg-saved-compare-table tr>*:last-child { border-right:0; }
.csg-saved-compare-table tbody tr:last-child>* { border-bottom:0; }
.csg-saved-compare-table thead th { background:#fff; color:#082044; }
.csg-saved-compare-table thead th:first-child,.csg-saved-compare-table tbody th { width:132px; background:#f5f7fa; font-size:13px; font-weight:800; }
.csg-saved-compare-item { display:flex; min-height:100%; flex-direction:column; gap:5px; }
.csg-saved-compare-item img { width:100%; height:118px; margin-bottom:5px; border-radius:8px; object-fit:cover; }
.csg-saved-compare-item span { color:#b60819; font-size:11px; font-weight:800; letter-spacing:.04em; text-transform:uppercase; }
.csg-saved-compare-item strong { color:#082044; font-size:16px; line-height:1.35; }
.csg-saved-compare-item a { margin-top:auto; color:#0b4f8a; font-size:13px; font-weight:700; }
.csg-saved-admin-table { min-width:900px!important; }
@media(max-width:999px){html body .csg-header-saved,html body .csg-header-saved:visited{color:#082044!important;visibility:visible!important;opacity:1!important}.csg-saved-grid{grid-template-columns:repeat(2,minmax(0,1fr));}}
@media(max-width:720px){.csg-save-detail-wrap{width:calc(100% - 20px);top:76px}.csg-save-detail button{margin-right:8px}.csg-saved-grid{grid-template-columns:1fr}.csg-saved-heading{align-items:center}.csg-card-save-control{top:10px;right:10px}.csg-saved-compare-panel{padding:14px}.csg-saved-compare-heading{align-items:flex-start}.csg-saved-compare-table{min-width:620px}.csg-saved-compare-table th,.csg-saved-compare-table td{padding:11px}.csg-saved-compare-item img{height:96px}}
