body.ed-skin .ed-featured .property-feature-slider { margin-top: 4px; }
body.ed-skin .ed-feat__tabs { display:flex; flex-wrap:nowrap; gap:8px; overflow-x:auto; padding:0 0 12px; -webkit-overflow-scrolling:touch; margin:0; }
body.ed-skin .ed-feat__tabs .nav-link { flex:0 0 auto; border:1px solid rgba(13,27,62,.12); background:#fff; color:#0D1B3E; border-radius:999px; padding:8px 14px; font-size:12px; font-weight:700; white-space:nowrap; cursor:pointer; }
body.ed-skin .ed-feat__tabs .nav-link.active { background:var(--accent); border-color:var(--accent); color:#fff; }
body.ed-skin .ed-feat__rail { display:flex; gap:12px; overflow-x:auto; scroll-snap-type:x mandatory; padding:2px 2px 10px; -webkit-overflow-scrolling:touch; }
body.ed-skin .ed-feat-card { flex:0 0 72%; max-width:320px; scroll-snap-align:start; background:#fff; border:1px solid rgba(13,27,62,.08); border-radius:18px; overflow:hidden; box-shadow:0 10px 24px rgba(13,27,62,.06); display:flex; flex-direction:column; }
@media (min-width:768px){ body.ed-skin .ed-feat-card { flex-basis:260px; } }
body.ed-skin .ed-feat-card[hidden]{ display:none !important; }
body.ed-skin .ed-feat-card .img1{ aspect-ratio:4/3; background:#E8ECF2; overflow:hidden; }
body.ed-skin .ed-feat-card .img1 img{ width:100%; height:100%; object-fit:cover; display:block; }
body.ed-skin .ed-feat-card .category-list{ padding:10px 14px 0; }
body.ed-skin .ed-feat-card .category-list ul{ display:flex; flex-wrap:wrap; gap:6px; list-style:none; margin:0; padding:0; }
body.ed-skin .ed-feat-card .category-list a{ display:inline-block; font-size:10px; font-weight:700; letter-spacing:.04em; text-transform:uppercase; text-decoration:none; color:#0D1B3E; background:#F3F5F8; border-radius:999px; padding:4px 8px; }
body.ed-skin .ed-feat-card .content-area{ padding:10px 14px 16px; display:grid; gap:6px; }
body.ed-skin .ed-feat-card .content-area > a:first-child{ font-weight:750; color:#0D1B3E; text-decoration:none; font-size:15px; line-height:1.3; }
body.ed-skin .ed-feat-card .content-area > p{ margin:0; font-size:13px; color:var(--muted,#5b6475); }
body.ed-skin .ed-feat-card .content-area > ul{ display:flex; gap:10px; list-style:none; margin:0; padding:0; font-size:12px; color:#0D1B3E; font-weight:600; }
body.ed-skin .ed-feat-card .name-area{ display:none; }
body.ed-skin .ed-feat-card .nm-btn{ margin-top:4px; display:inline-flex; font-weight:800; font-size:16px; color:var(--accent); text-decoration:none; }
body.ed-skin .ed-feat__empty{ margin:8px 0 0; padding:18px; border-radius:16px; background:#F7F8FA; border:1px dashed rgba(13,27,62,.14); font-size:14px; color:#0D1B3E; }
body.ed-skin .ed-feat__empty[hidden]{ display:none !important; }
body.ed-skin .ed-feat__empty a{ color:var(--accent); font-weight:700; }
body.ed-skin .ed-featured .swiper-pagination-bullet{ width:6px !important; height:6px !important; margin:0 3px !important; }
