@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700;800;900&display=swap");
:root{
  --bg:#070707;
  --bg-2:#0b0b0c;
  --panel:#151516;
  --panel-2:#101011;
  --panel-3:#1b1b1d;
  --border:#29292c;
  --border-soft:#202023;
  --text:#f4f4f5;
  --muted:#9b9ba1;
  --muted-2:#6f6f76;
  --accent:#dc2626;
  --accent-2:#ef4444;
  --accent-dark:#991b1b;
  --left-width:204px;
  --right-width:292px;
  --topbar-height:66px;
}

*{box-sizing:border-box}
html,body{margin:0;min-height:100%;background:var(--bg)!important;color:var(--text)!important}
body,.kvs-hometown{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif!important;font-size:14px;line-height:1.45;overflow-x:hidden;background:var(--bg)!important}
a{color:inherit;text-decoration:none}img{max-width:100%;height:auto}button,input,textarea,select{font:inherit}.fa-solid,.fa-regular{line-height:1}

.kvs-hometown .app-shell{min-height:100vh;display:grid;grid-template-columns:var(--left-width) minmax(0,1fr) var(--right-width);grid-template-rows:var(--topbar-height) 1fr;background:var(--bg)}
.kvs-hometown .topbar{position:sticky;top:0;z-index:80;grid-column:1/-1;height:var(--topbar-height);display:flex;align-items:center;gap:14px;padding:0 16px;background:#050505;border-bottom:1px solid var(--border);box-shadow:0 8px 20px rgba(0,0,0,.22)}
.kvs-hometown .topbar-left{display:flex;align-items:center;gap:10px;min-width:max-content;order:1}.kvs-hometown .brand{display:flex;align-items:center;gap:7px;font-weight:900;letter-spacing:-1px;white-space:nowrap;min-width:0;color:#fff!important}.kvs-hometown .brand-main{font-size:27px;line-height:1;color:#fff;overflow:hidden;text-overflow:ellipsis;max-width:210px}.kvs-hometown .brand-badge{display:inline-flex;align-items:center;height:32px;padding:0 9px;transform:rotate(-2deg);border-radius:5px;background:linear-gradient(180deg,var(--accent-2),var(--accent));color:#fff;font-weight:900;font-style:italic;font-size:24px;letter-spacing:-1.5px;box-shadow:inset 0 -2px 0 rgba(0,0,0,.22)}

.kvs-hometown .htd-burger{width:38px;height:38px;border:1px solid transparent;background:transparent;color:#fff;cursor:pointer;display:inline-flex!important;align-items:center;justify-content:center;flex-direction:column;gap:5px;padding:0;margin:0;border-radius:8px;position:relative;z-index:3;flex:0 0 38px}.kvs-hometown .htd-burger:hover{background:#161616;border-color:#2a2a2a}.kvs-hometown .htd-burger span{display:block!important;height:2px;width:22px;background:#f5f5f5;border-radius:999px;margin:0!important;transition:.2s ease}.kvs-hometown.nav-open .htd-burger span:nth-child(1),.kvs-hometown.sidebar-collapsed .htd-burger span:nth-child(1){transform:translateY(7px) rotate(45deg)}.kvs-hometown.nav-open .htd-burger span:nth-child(2),.kvs-hometown.sidebar-collapsed .htd-burger span:nth-child(2){opacity:0}.kvs-hometown.nav-open .htd-burger span:nth-child(3),.kvs-hometown.sidebar-collapsed .htd-burger span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}

.kvs-hometown .top-links{order:2;margin-left:6px;display:flex;align-items:center;gap:18px;white-space:nowrap;font-size:13px;font-weight:850;min-width:0;overflow:hidden}.kvs-hometown .top-links a{color:#f2f2f2!important;opacity:.9}.kvs-hometown .top-links a:hover,.kvs-hometown .top-links a.active{color:var(--accent-2)!important;opacity:1}
.kvs-hometown .topbar-search{order:3;display:flex;align-items:center;min-width:250px;max-width:390px;flex:1 1 310px;height:42px;border:1px solid #2b2b2d;background:#0f0f10;margin-left:auto;border-radius:8px;overflow:hidden}.kvs-hometown .topbar-search input{width:100%;height:100%;border:0!important;outline:0!important;background:transparent!important;color:#eee!important;padding:0 13px;box-shadow:none!important}.kvs-hometown .topbar-search input::placeholder{color:#777}.kvs-hometown .topbar-search button{width:46px;height:100%;border:0;border-left:1px solid #2b2b2d;background:#141416;color:#ddd;font-size:15px;cursor:pointer;padding:0}.kvs-hometown .topbar-search button:hover{background:var(--accent);color:#fff}
.kvs-hometown .mobile-search-toggle{display:none;order:4;width:38px;height:38px;border:1px solid #2c2c2f;background:#111;color:#fff;border-radius:8px;align-items:center;justify-content:center;cursor:pointer}.kvs-hometown .mobile-search-toggle:hover{background:var(--accent);border-color:var(--accent-2)}

.kvs-hometown .header-controls{order:5;display:flex;align-items:center;gap:8px;margin-left:0;white-space:nowrap}.kvs-hometown .header-controls .header-upload,.kvs-hometown .header-login,.kvs-hometown .header-signup,.kvs-hometown .header-icon-control,.kvs-hometown .header-member-switcher{height:38px;display:inline-flex!important;align-items:center;justify-content:center;gap:7px;border:1px solid #303033;background:#121214;color:#fff!important;border-radius:8px;padding:0 12px;font-size:13px;font-weight:900;cursor:pointer}.kvs-hometown .header-controls .header-upload,.kvs-hometown .header-signup{background:linear-gradient(180deg,var(--accent-2),var(--accent));border-color:var(--accent-2)}.kvs-hometown .header-controls .header-upload:hover,.kvs-hometown .header-signup:hover{filter:brightness(1.08)}.kvs-hometown .header-icon-control{width:38px;padding:0}.kvs-hometown .toggleTheme .icon-sun{display:none}.kvs-hometown .header-upload-holder,.kvs-hometown .header-lang,.kvs-hometown .header-member{position:relative}.kvs-hometown .upload-list,.kvs-hometown .leng-holder .drop,.kvs-hometown .member-links{position:absolute;right:0;top:calc(100% + 10px);min-width:205px;margin:0;padding:7px!important;list-style:none;background:#141416;border:1px solid #303033;border-radius:10px;box-shadow:0 18px 40px rgba(0,0,0,.45);z-index:100}.kvs-hometown .upload-list a,.kvs-hometown .leng-holder .drop a,.kvs-hometown .member-links a{display:flex!important;align-items:center;gap:9px;min-height:34px;padding:7px 9px!important;border-radius:7px;color:#e8e8e8!important;font-size:13px;font-weight:760}.kvs-hometown .upload-list a:hover,.kvs-hometown .leng-holder .drop a:hover,.kvs-hometown .member-links a:hover{background:#212124;color:#fff!important}.kvs-hometown .header-upload-holder:hover .upload-list,.kvs-hometown .header-lang:hover .drop,.kvs-hometown .header-member:hover .member-links{display:block!important}.kvs-hometown .lang-item img,.kvs-hometown .leng-holder .drop img{width:18px;height:12px;object-fit:cover;border-radius:2px}.kvs-hometown .mebers-photo{width:24px;height:24px;border-radius:999px;overflow:hidden;background:#242428;display:flex;align-items:center;justify-content:center}.kvs-hometown .mebers-photo img{width:100%;height:100%;object-fit:cover}.kvs-hometown .member-avatar-fallback{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:#ddd}.kvs-hometown .mebers-name{max-width:96px;overflow:hidden;text-overflow:ellipsis}.kvs-hometown .member-arrow{font-size:10px;color:#aaa}.kvs-hometown .member-links li{margin:0;padding:0}.kvs-hometown .member-links .disabled{opacity:.55;pointer-events:none}

.kvs-hometown .mobile-search-panel{display:none;grid-column:1/-1;background:#09090a;border-bottom:1px solid var(--border);padding:10px 12px;position:sticky;top:var(--topbar-height);z-index:70}.kvs-hometown.search-open .mobile-search-panel{display:block}.kvs-hometown .mobile-search-form{display:flex;height:42px;border:1px solid #2b2b2d;background:#101011;border-radius:8px;overflow:hidden}.kvs-hometown .mobile-search-form input{min-width:0;flex:1;border:0!important;background:transparent!important;color:#fff!important;padding:0 12px}.kvs-hometown .mobile-search-form button{width:48px;border:0;border-left:1px solid #2b2b2d;background:var(--accent);color:#fff}

.kvs-hometown .sidebar{background:var(--panel);border-right:1px solid var(--border);overflow:auto;scrollbar-width:thin;scrollbar-color:#555 #171717}.kvs-hometown .left-sidebar{grid-column:1;grid-row:2;position:sticky;top:var(--topbar-height);height:calc(100vh - var(--topbar-height));padding:15px 12px;transition:transform .22s ease,opacity .18s ease}.kvs-hometown .right-sidebar{grid-column:3;grid-row:2;position:sticky;top:var(--topbar-height);height:calc(100vh - var(--topbar-height));padding:15px 12px;border-left:1px solid var(--border);border-right:0;background:#121213}.kvs-hometown.sidebar-collapsed .app-shell{grid-template-columns:0 minmax(0,1fr) var(--right-width)}.kvs-hometown.sidebar-collapsed .left-sidebar{transform:translateX(-105%);opacity:0;pointer-events:none;padding-left:0;padding-right:0;border:0}.kvs-hometown .side-section{margin-bottom:21px}.kvs-hometown .side-title{margin:0 0 9px;color:#8f8f96;font-size:11px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.kvs-hometown .side-link{display:flex;align-items:center;gap:10px;min-height:35px;color:#e2e2e4!important;font-size:13px;font-weight:760;border-radius:8px;padding:0 9px}.kvs-hometown .side-link:hover,.kvs-hometown .side-link.active{color:#fff!important;background:#232326}.kvs-hometown .side-ico{width:18px;min-width:18px;text-align:center;color:#cfcfd4;font-size:14px}.kvs-hometown .side-link.active .side-ico,.kvs-hometown .side-link:hover .side-ico{color:var(--accent-2)}.kvs-hometown .side-dynamic .headline h2,.kvs-hometown .side-dynamic .headline{margin:0 0 9px;padding:0;border:0;background:none}.kvs-hometown .side-dynamic .headline h2 a{display:block;color:#8f8f96!important;font-size:11px;font-weight:800;letter-spacing:.06em;text-transform:uppercase}.kvs-hometown .side-dynamic ul.list{list-style:none;margin:0;padding:0}.kvs-hometown .side-dynamic ul.list li{margin:0;padding:0;border:0}.kvs-hometown .side-dynamic ul.list a{display:flex;align-items:center;justify-content:space-between;gap:8px;min-height:31px;padding:0 8px;border-radius:7px;color:#dedee1!important;font-size:13px;font-weight:690}.kvs-hometown .side-dynamic ul.list a:hover{background:#232326;color:#fff!important}.kvs-hometown .side-dynamic .rating{display:inline-flex;align-items:center;justify-content:center;min-width:28px;height:18px;padding:0 6px;border:1px solid #333;border-radius:99px;background:#101010;color:#aaa;font-size:11px;font-weight:800}

.kvs-hometown .content{grid-column:2;grid-row:2;min-width:0;padding:15px 15px 0;background:#080808;display:block!important}.kvs-hometown .container{width:100%!important;max-width:none!important;padding:0!important;margin:0!important}.kvs-hometown .main{min-height:auto!important}.kvs-hometown .category-strip{display:flex;align-items:center;gap:6px;overflow-x:auto;padding-bottom:12px;scrollbar-width:thin;margin:0 0 4px}.kvs-hometown .category-strip a{display:inline-flex;align-items:center;gap:7px;height:38px;padding:0 13px;border:1px solid #2a2a2d;background:#111113;border-radius:8px;color:#f1f1f2!important;font-size:12px;font-weight:900;white-space:nowrap;text-transform:uppercase;letter-spacing:.01em}.kvs-hometown .category-strip a:hover,.kvs-hometown .category-strip a.active{background:linear-gradient(180deg,var(--accent-2),var(--accent));border-color:var(--accent-2);color:#fff!important}.kvs-hometown .member-control-bar{display:flex;align-items:center;gap:7px;overflow-x:auto;margin:0 0 14px;padding:9px;background:#111113;border:1px solid #242427;border-radius:10px}.kvs-hometown .member-control-bar a{display:inline-flex;align-items:center;gap:7px;height:32px;padding:0 10px;border:1px solid #303033;background:#17171a;border-radius:8px;color:#e9e9eb!important;font-size:12px;font-weight:850;white-space:nowrap}.kvs-hometown .member-control-bar a:hover{background:#232326;color:#fff!important;border-color:var(--accent-2)}

.kvs-hometown .content>.container>.tags-row{display:none!important}.kvs-hometown .right-sidebar .tags-row{display:block!important;position:static;margin:0;padding:0;background:transparent;border:0}.kvs-hometown .right-sidebar .swiper{overflow:visible!important}.kvs-hometown .right-sidebar .swiper-wrapper{display:flex!important;flex-wrap:wrap;gap:6px;transform:none!important;width:auto!important;height:auto!important}.kvs-hometown .right-sidebar .swiper-slide{width:auto!important;margin:0!important;display:inline-flex!important}.kvs-hometown .right-sidebar .swiper-slide a{display:inline-flex;align-items:center;min-height:28px;padding:0 9px;border:1px solid #36363a;background:#17171a;border-radius:7px;color:#e8e8e8!important;font-size:12px;font-weight:780;line-height:1.15}.kvs-hometown .right-sidebar .swiper-slide a:hover{border-color:#5a5a5a;background:#202024}.kvs-hometown .right-sidebar .swiper-button-prev,.kvs-hometown .right-sidebar .swiper-button-next{display:none!important}

.kvs-hometown .heading{display:flex;align-items:center;justify-content:space-between;gap:15px;margin:0 0 13px;border:0;background:transparent;padding:0;min-width:0}.kvs-hometown .heading .title,.kvs-hometown h1.title,.kvs-hometown h2.title,.kvs-hometown h3.title{margin:0;color:#f4f4f5!important;font-size:24px!important;line-height:1.15;font-weight:900;letter-spacing:-.02em;text-transform:none!important}.kvs-hometown .more-title{display:inline-flex;align-items:center;gap:6px;color:#ddd!important;font-weight:800;font-size:13px}.kvs-hometown .sort{position:relative;margin-left:8px}.kvs-hometown .sort-title{height:34px;display:inline-flex;align-items:center;gap:8px;border:1px solid #303033;background:#111113;border-radius:8px;padding:0 11px;color:#ddd;font-size:12px;font-weight:800;cursor:pointer}.kvs-hometown .sort-drop{background:#151517;border:1px solid #333;border-radius:9px;box-shadow:0 14px 30px rgba(0,0,0,.35);padding:6px;min-width:150px;z-index:20}.kvs-hometown .sort-drop a,.kvs-hometown .sort-drop span{display:block;padding:8px 10px;border-radius:6px;color:#ddd!important;font-size:13px;cursor:pointer}.kvs-hometown .sort-drop a:hover,.kvs-hometown .sort-drop span:hover{background:#222;color:#fff!important}

.kvs-hometown .section-row{margin:0 0 24px!important;padding:0!important;background:transparent!important;border:0!important}.kvs-hometown .description-holder{background:#111113;border:1px solid #27272a;border-radius:10px;padding:18px;color:#bbb}.kvs-hometown .description-holder .title{margin-bottom:8px!important;font-size:20px!important}

.kvs-hometown .thumbs{min-width:0}.kvs-hometown .hometown-video-grid{display:grid!important;grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:12px;margin:0 0 24px!important;padding:0!important;align-items:start;clear:both}.kvs-hometown .hometown-video-grid .thumb{position:relative;min-width:0;background:#111113;border:1px solid #202023;border-radius:10px;overflow:hidden;box-shadow:none;transition:transform .15s ease,border-color .15s ease,background .15s ease;margin:0!important;float:none!important;width:auto!important;height:auto!important}.kvs-hometown .hometown-video-grid .thumb:hover{transform:translateY(-2px);border-color:#3b3b40;background:#151518}.kvs-hometown .hometown-video-grid .thumb>a{display:block;color:#fff!important;height:100%}.kvs-hometown .hometown-video-grid .img-holder{position:relative!important;display:block!important;aspect-ratio:16/9!important;background:#101012;overflow:hidden!important;width:100%!important;height:auto!important;padding:0!important;margin:0!important}.kvs-hometown .hometown-video-grid .img-holder img{position:absolute!important;inset:0!important;width:100%!important;height:100%!important;object-fit:cover!important;display:block!important;max-width:none!important;border:0!important}.kvs-hometown .hometown-video-grid .title{position:static!important;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:42px;margin:0!important;padding:10px 10px 4px!important;background:transparent!important;color:#f6f6f6!important;text-shadow:none!important;font-size:14px!important;line-height:1.25!important;font-weight:850!important}.kvs-hometown .hometown-video-grid .thumb-bottom{position:static!important;display:flex!important;align-items:center;gap:9px;flex-wrap:wrap;padding:0 10px 10px!important;margin:0!important;background:transparent!important;color:#9c9ca2!important;font-size:12px!important}.kvs-hometown .hometown-video-grid .thumb-item{display:inline-flex;align-items:center;gap:4px;color:#9c9ca2!important;font-size:12px!important}.kvs-hometown .hometown-video-grid .thumb-item svg{width:13px;height:13px;fill:currentColor}.kvs-hometown .hometown-video-grid .thumb-item-date{display:none!important}.kvs-hometown .hometown-video-grid .item-bottom{position:absolute!important;left:8px;right:8px;bottom:8px;display:flex;justify-content:space-between;align-items:center;z-index:4;margin:0!important}.kvs-hometown .hometown-video-grid .time,.kvs-hometown .hometown-video-grid .qualtiy{display:inline-flex;align-items:center;height:21px;padding:0 7px;border-radius:5px;background:rgba(0,0,0,.74);border:1px solid rgba(255,255,255,.14);color:#fff;font-size:11px;font-weight:900}.kvs-hometown .hometown-video-grid .qualtiy{background:var(--accent);border-color:var(--accent-2)}.kvs-hometown .hometown-video-grid .item-top{position:absolute;top:8px;right:8px;z-index:4;display:flex;gap:5px}.kvs-hometown .hometown-video-grid .item-heart,.kvs-hometown .hometown-video-grid .item-time{width:31px;height:31px;border-radius:999px;background:rgba(0,0,0,.66);border:1px solid rgba(255,255,255,.16);display:flex;align-items:center;justify-content:center;color:#fff}.kvs-hometown .hometown-video-grid .item-heart:hover,.kvs-hometown .hometown-video-grid .item-time:hover{background:var(--accent);border-color:var(--accent-2)}.kvs-hometown .hometown-video-grid .item-heart svg,.kvs-hometown .hometown-video-grid .item-time svg{width:15px;height:15px;fill:currentColor}.kvs-hometown .hometown-video-grid .line-private,.kvs-hometown .hometown-video-grid .line-premium,.kvs-hometown .hometown-video-grid .line-disabled,.kvs-hometown .hometown-video-grid .line-error,.kvs-hometown .hometown-video-grid .line-processing{position:absolute;left:8px;top:8px;z-index:5;background:var(--accent);color:#fff;border-radius:5px;padding:4px 7px;font-size:11px;font-weight:900}.kvs-hometown .thumb-info{position:static!important}.kvs-hometown .empty-content{grid-column:1/-1;background:#111113;border:1px solid #28282d;border-radius:10px;padding:24px;text-align:center;color:#aaa}.kvs-hometown .grid-temp{list-style:none;margin:0!important;padding:0!important;display:contents}.kvs-hometown .grid-temp>li{list-style:none;margin:0!important;padding:0!important;display:contents}

.kvs-hometown .categories-thumbs,.kvs-hometown .models-thumbs,.kvs-hometown .channels-thumbs,.kvs-hometown .albums-thumbs{display:grid!important;grid-template-columns:repeat(auto-fill,minmax(210px,1fr));gap:12px;margin:0 0 24px!important;padding:0!important}.kvs-hometown .categories-thumbs .thumb,.kvs-hometown .models-thumbs .thumb,.kvs-hometown .channels-thumbs .thumb,.kvs-hometown .albums-thumbs .thumb{background:#111113;border:1px solid #202023;border-radius:10px;overflow:hidden;margin:0!important;float:none!important;width:auto!important}.kvs-hometown .categories-thumbs .img-holder,.kvs-hometown .models-thumbs .img-holder,.kvs-hometown .channels-thumbs .img-holder,.kvs-hometown .albums-thumbs .img-holder{position:relative;aspect-ratio:16/10;background:#101012;overflow:hidden}.kvs-hometown .categories-thumbs .img-holder img,.kvs-hometown .models-thumbs .img-holder img,.kvs-hometown .channels-thumbs .img-holder img,.kvs-hometown .albums-thumbs .img-holder img{width:100%;height:100%;object-fit:cover}.kvs-hometown .categories-thumbs .cat-title,.kvs-hometown .channels-thumbs .title-holder{position:absolute;left:10px;right:10px;bottom:9px;z-index:2;color:#fff}.kvs-hometown .categories-thumbs .cat-title .title,.kvs-hometown .channels-thumbs .title-holder .title{position:static!important}.kvs-hometown .models-thumbs .title{position:static!important;padding:10px!important;background:#111113!important;text-shadow:none!important;color:#fff!important;display:flex!important;align-items:center;justify-content:space-between}.kvs-hometown .models-thumbs .flag-holder img{width:18px;height:auto}.kvs-hometown .no-thumb{display:flex;align-items:center;justify-content:center;width:100%;height:100%;min-height:130px;background:#151518;color:#777;font-weight:800}

.kvs-hometown .pagination,.kvs-hometown .load-more{display:flex;align-items:center;justify-content:center;gap:6px;margin:24px 0 34px!important;clear:both}.kvs-hometown .pagination a,.kvs-hometown .pagination span,.kvs-hometown .load-more .btn{min-width:36px;height:36px;display:inline-flex;align-items:center;justify-content:center;border:1px solid #303033;background:#111113;color:#e8e8e8!important;border-radius:8px;padding:0 11px;font-size:13px;font-weight:850}.kvs-hometown .pagination span.active,.kvs-hometown .pagination a:hover,.kvs-hometown .load-more .btn:hover{background:linear-gradient(180deg,var(--accent-2),var(--accent));border-color:var(--accent-2);color:#fff!important}.kvs-hometown .pagination .prev,.kvs-hometown .pagination .next{min-width:88px}.kvs-hometown .pagination svg{width:12px;height:12px;fill:currentColor}

.kvs-hometown .video-holder{background:transparent!important;margin:0!important;padding:0!important}.kvs-hometown .link-offer{margin:0 0 12px}.kvs-hometown .link-offer img{display:block;width:100%;max-height:120px;object-fit:cover;border:1px solid #252529;background:#111}.kvs-hometown .video-inner{background:transparent!important;padding:0!important;margin:0!important}.kvs-hometown .video-cols{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:16px;align-items:start}.kvs-hometown .col-video,.kvs-hometown .col-asside{min-width:0}.kvs-hometown .col-video>*,.kvs-hometown .col-asside>*{max-width:100%}.kvs-hometown .player,.kvs-hometown .video-player,.kvs-hometown .block-video,.kvs-hometown .video-container{background:#000;border:1px solid #252529;border-radius:10px;overflow:hidden}.kvs-hometown .col-asside{position:sticky;top:calc(var(--topbar-height) + 16px)}.kvs-hometown .asside-link{background:#111113;border:1px solid #27272a;border-radius:10px;padding:12px;margin-bottom:14px}.kvs-hometown .asside-link>.title{position:static!important;color:#888!important;text-transform:uppercase;font-size:12px!important;font-weight:800!important;margin:0 0 9px!important;text-shadow:none!important}.kvs-hometown .video-info,.kvs-hometown .block-details,.kvs-hometown .info-section{background:#111113;border:1px solid #27272a;border-radius:10px;color:#ddd}.kvs-hometown .title-holder{display:flex;align-items:center;gap:12px;flex-wrap:wrap;margin:0 0 12px;padding:0;background:transparent;border:0}.kvs-hometown .title-holder h1.title{flex:1 1 100%;font-size:26px!important}.kvs-hometown .count-item{display:inline-flex;align-items:center;gap:5px;color:#aaa;font-size:12px;font-weight:750}.kvs-hometown .count-item svg{width:14px;height:14px;fill:currentColor}.kvs-hometown .top-options{margin:0 0 12px}.kvs-hometown .buttons-row{display:flex!important;align-items:center;gap:7px;flex-wrap:wrap}.kvs-hometown .buttons-row.hide{display:flex!important}.kvs-hometown .buttons-row .button,.kvs-hometown .top-options .button,.kvs-hometown .video-controls .btn{display:inline-flex;align-items:center;gap:6px;min-height:34px;padding:0 11px;border:1px solid #333!important;background:#151518!important;color:#eee!important;border-radius:8px!important;font-size:12px;font-weight:850!important}.kvs-hometown .buttons-row .gold,.kvs-hometown .video-controls .gold{background:linear-gradient(180deg,var(--accent-2),var(--accent))!important;border-color:var(--accent-2)!important;color:#fff!important}.kvs-hometown .player-holder{background:#000!important}.kvs-hometown .player-wrap,.kvs-hometown .embed-wrap,.kvs-hometown .no-player{position:relative;background:#000!important}.kvs-hometown .video-controls{display:flex;align-items:center;gap:10px;flex-wrap:wrap;background:#111113;border:1px solid #27272a;border-top:0;padding:12px;margin:0 0 16px;color:#ddd}.kvs-hometown .video-controls .col{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.kvs-hometown .block-comments,.kvs-hometown .comments,.kvs-hometown .list-comments{background:#111113;border:1px solid #27272a;border-radius:10px;padding:14px;color:#ddd}.kvs-hometown .generic-error{background:#251015;border:1px solid #6a2630;color:#fff;border-radius:8px;padding:10px;margin:10px 0}.kvs-hometown .hidden{display:none!important}

.kvs-hometown .footer{grid-column:1/-1;background:#070707;border-top:1px solid #242427;margin:0;padding:26px 16px;color:#999}.kvs-hometown .footer .container{max-width:none!important}.kvs-hometown .footer-inner{display:flex;align-items:flex-start;gap:22px;justify-content:space-between}.kvs-hometown .footer .logo img{max-height:38px;width:auto}.kvs-hometown .footer-nav{display:flex;flex-wrap:wrap;gap:14px}.kvs-hometown .footer-nav a,.kvs-hometown .footer-nav span{color:#dcdcdc!important;font-weight:750;cursor:pointer}.kvs-hometown .footer-nav a:hover,.kvs-hometown .footer-nav span:hover{color:#fff!important}.kvs-hometown .footer-desc{max-width:520px;color:#898989;font-size:13px}.kvs-hometown .footer-desc p{margin:0 0 7px}.kvs-hometown .fancybox-inner,.kvs-hometown .popup-holder{background:#111!important;color:#eee!important}.kvs-hometown input[type="button"],.kvs-hometown input[type="submit"],.kvs-hometown .submit,.kvs-hometown .btn{border:1px solid #333!important;background:#161618!important;color:#fff!important;border-radius:8px!important;font-weight:800!important}.kvs-hometown input[type="button"]:hover,.kvs-hometown input[type="submit"]:hover,.kvs-hometown .submit:hover,.kvs-hometown .btn:hover{background:var(--accent)!important;border-color:var(--accent-2)!important}

@media (max-width:1500px){.kvs-hometown .top-links{gap:13px}.kvs-hometown .topbar-search{min-width:220px;flex-basis:250px}.kvs-hometown .hometown-video-grid{grid-template-columns:repeat(auto-fill,minmax(210px,1fr))}}
@media (max-width:1280px){:root{--right-width:0px}.kvs-hometown .app-shell{grid-template-columns:var(--left-width) minmax(0,1fr)}.kvs-hometown.sidebar-collapsed .app-shell{grid-template-columns:0 minmax(0,1fr)}.kvs-hometown .right-sidebar{display:none}.kvs-hometown .top-links{display:none}.kvs-hometown .video-cols{grid-template-columns:1fr}.kvs-hometown .col-asside{position:static}.kvs-hometown .col-asside .hometown-video-grid{grid-template-columns:repeat(auto-fill,minmax(210px,1fr))}}
@media (max-width:980px){:root{--left-width:0px;--topbar-height:60px}.kvs-hometown .app-shell{display:block;min-height:0}.kvs-hometown .topbar{height:var(--topbar-height);gap:8px;padding:0 10px}.kvs-hometown .brand-main{font-size:22px;max-width:145px}.kvs-hometown .brand-badge{height:28px;font-size:20px}.kvs-hometown .desktop-search{display:none!important}.kvs-hometown .mobile-search-toggle{display:inline-flex}.kvs-hometown .header-controls{margin-left:auto;gap:6px}.kvs-hometown .header-controls .toggleTheme,.kvs-hometown .header-lang{display:none}.kvs-hometown .header-controls .header-upload span,.kvs-hometown .header-login,.kvs-hometown .header-signup,.kvs-hometown .mebers-name,.kvs-hometown .member-arrow{display:none!important}.kvs-hometown .header-controls .header-upload,.kvs-hometown .header-member-switcher{width:38px;padding:0}.kvs-hometown .left-sidebar{position:fixed;left:0;top:var(--topbar-height);bottom:0;width:270px;height:auto;z-index:75;transform:translateX(-105%);transition:transform .22s ease;border-right:1px solid var(--border);box-shadow:20px 0 50px rgba(0,0,0,.45);opacity:1;pointer-events:auto}.kvs-hometown.nav-open .left-sidebar{transform:translateX(0)}.kvs-hometown.sidebar-collapsed .left-sidebar{opacity:1;pointer-events:auto;padding:15px 12px;border-right:1px solid var(--border)}.kvs-hometown .content{padding:12px 10px 0}.kvs-hometown .hometown-video-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.kvs-hometown .heading .title,.kvs-hometown h1.title,.kvs-hometown h2.title{font-size:20px!important}.kvs-hometown .footer-inner{display:block}.kvs-hometown .footer-nav{margin:16px 0}.kvs-hometown .col-asside .hometown-video-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.kvs-hometown .upload-list,.kvs-hometown .member-links{right:0;min-width:210px}}
@media (max-width:560px){.kvs-hometown .topbar{gap:6px}.kvs-hometown .brand-badge{display:none}.kvs-hometown .brand-main{font-size:20px;max-width:118px}.kvs-hometown .htd-burger,.kvs-hometown .mobile-search-toggle,.kvs-hometown .header-controls .header-upload,.kvs-hometown .header-member-switcher{width:36px;height:36px;flex-basis:36px}.kvs-hometown .mobile-search-panel{top:var(--topbar-height)}.kvs-hometown .category-strip a{height:34px;padding:0 10px;font-size:11px}.kvs-hometown .member-control-bar{padding:8px}.kvs-hometown .hometown-video-grid{gap:8px}.kvs-hometown .hometown-video-grid .title{font-size:12px!important;min-height:36px;padding:8px 8px 3px!important}.kvs-hometown .hometown-video-grid .thumb-bottom{display:none!important}.kvs-hometown .hometown-video-grid .img-holder{aspect-ratio:3/4!important}.kvs-hometown .categories-thumbs,.kvs-hometown .models-thumbs,.kvs-hometown .channels-thumbs,.kvs-hometown .albums-thumbs{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.kvs-hometown .categories-thumbs .img-holder,.kvs-hometown .models-thumbs .img-holder,.kvs-hometown .channels-thumbs .img-holder,.kvs-hometown .albums-thumbs .img-holder{aspect-ratio:3/4}.kvs-hometown .pagination{flex-wrap:wrap}.kvs-hometown .pagination .prev,.kvs-hometown .pagination .next{min-width:78px}}

/* Hometown KVS v3 polish: compact sidebar, mobile header and red accent cleanup */
:root{
  --left-mini-width:66px;
}
html,html.light{
  --btn-gold:var(--accent) !important;
  --btn-box-shadow:0 4px 14px rgba(220,38,38,.32) !important;
  --tags-link-bg-hover:rgba(220,38,38,.16) !important;
}

/* Remove inherited orange states from the base KVS theme */
.kvs-hometown .btn.orange,
.kvs-hometown .btn.orange:hover,
.kvs-hometown .button.gold,
.kvs-hometown .button.gold:hover,
.kvs-hometown .gold,
.kvs-hometown .gold:hover,
.kvs-hometown .modal-inner .custom-choose.active,
.kvs-hometown .thumb .item-heart.fixed,
.kvs-hometown .thumb .item-time.fixed,
.kvs-hometown .video-controls .btn.delete,
.kvs-hometown .video-controls .btn.delete:hover,
.kvs-hometown .submit:hover,
.kvs-hometown input[type="submit"]:hover,
.kvs-hometown input[type="button"]:hover{
  background:linear-gradient(180deg,var(--accent-2),var(--accent)) !important;
  background-color:var(--accent) !important;
  border-color:var(--accent-2) !important;
  color:#fff !important;
  box-shadow:0 8px 20px rgba(220,38,38,.24) !important;
}
.kvs-hometown a:hover,
.kvs-hometown .link:hover,
.kvs-hometown .tabs-menu a:hover,
.kvs-hometown .sort a:hover,
.kvs-hometown .headline a:hover{
  color:var(--accent-2) !important;
}
.kvs-hometown .header-controls .header-login:hover,
.kvs-hometown .header-controls .header-member-switcher:hover,
.kvs-hometown .header-icon-control:hover,
.kvs-hometown .mobile-search-toggle:hover,
.kvs-hometown .htd-burger:hover{
  background:#221113 !important;
  border-color:#4a1d23 !important;
  color:#fff !important;
}

@media (min-width:981px){
  .kvs-hometown.sidebar-collapsed .app-shell{
    grid-template-columns:var(--left-mini-width) minmax(0,1fr) var(--right-width) !important;
  }
  .kvs-hometown.sidebar-collapsed .left-sidebar{
    transform:none !important;
    opacity:1 !important;
    pointer-events:auto !important;
    width:auto !important;
    padding:12px 8px !important;
    border-right:1px solid var(--border) !important;
    overflow:visible !important;
  }
  .kvs-hometown.sidebar-collapsed .left-sidebar .side-title,
  .kvs-hometown.sidebar-collapsed .left-sidebar .side-dynamic{
    display:none !important;
  }
  .kvs-hometown.sidebar-collapsed .left-sidebar .side-section{
    margin:0 0 10px !important;
  }
  .kvs-hometown.sidebar-collapsed .left-sidebar .side-link{
    width:48px !important;
    height:44px !important;
    min-height:44px !important;
    padding:0 !important;
    margin:0 0 6px !important;
    justify-content:center !important;
    gap:0 !important;
    border-radius:13px !important;
    position:relative !important;
  }
  .kvs-hometown.sidebar-collapsed .left-sidebar .side-link > span:not(.side-ico){
    display:none !important;
  }
  .kvs-hometown.sidebar-collapsed .left-sidebar .side-ico{
    width:auto !important;
    min-width:0 !important;
    font-size:17px !important;
    line-height:1 !important;
  }
  .kvs-hometown.sidebar-collapsed .left-sidebar .side-link:hover,
  .kvs-hometown.sidebar-collapsed .left-sidebar .side-link.active{
    background:linear-gradient(180deg,var(--accent-2),var(--accent)) !important;
    color:#fff !important;
  }
  .kvs-hometown.sidebar-collapsed .left-sidebar .side-link:hover .side-ico,
  .kvs-hometown.sidebar-collapsed .left-sidebar .side-link.active .side-ico{
    color:#fff !important;
  }
  .kvs-hometown.sidebar-collapsed .left-sidebar .side-link:hover::after{
    content:attr(data-label);
    position:absolute;
    left:calc(100% + 10px);
    top:50%;
    transform:translateY(-50%);
    background:#18181a;
    border:1px solid #303033;
    color:#fff;
    font-size:12px;
    font-weight:800;
    white-space:nowrap;
    padding:6px 9px;
    border-radius:8px;
    box-shadow:0 12px 30px rgba(0,0,0,.35);
    z-index:120;
  }
  .kvs-hometown.sidebar-collapsed .htd-burger span:nth-child(1),
  .kvs-hometown.sidebar-collapsed .htd-burger span:nth-child(2),
  .kvs-hometown.sidebar-collapsed .htd-burger span:nth-child(3){
    transform:none !important;
    opacity:1 !important;
  }
}

@media (max-width:980px){
  .kvs-hometown .topbar{
    display:flex !important;
    flex-wrap:nowrap !important;
    gap:8px !important;
    padding:0 10px !important;
  }
  .kvs-hometown .topbar-left{
    flex:1 1 auto !important;
    min-width:0 !important;
    gap:8px !important;
  }
  .kvs-hometown .brand{
    min-width:0 !important;
  }
  .kvs-hometown .brand-main{
    max-width:none !important;
    font-size:21px !important;
  }
  .kvs-hometown .brand-badge{
    display:inline-flex !important;
    height:27px !important;
    font-size:19px !important;
    padding:0 7px !important;
  }
  .kvs-hometown .mobile-search-toggle{
    display:inline-flex !important;
    order:4 !important;
    flex:0 0 38px !important;
  }
  .kvs-hometown .header-controls{
    order:5 !important;
    margin-left:0 !important;
    flex:0 0 auto !important;
    gap:6px !important;
    justify-content:flex-end !important;
  }
  .kvs-hometown .header-lang,
  .kvs-hometown .toggleTheme{
    display:none !important;
  }
  .kvs-hometown .header-login{
    display:none !important;
  }
  .kvs-hometown .header-signup{
    display:inline-flex !important;
    width:38px !important;
    padding:0 !important;
    font-size:0 !important;
    flex:0 0 38px !important;
  }
  .kvs-hometown .header-signup i{
    font-size:14px !important;
    margin:0 !important;
  }
  .kvs-hometown .header-controls .header-upload,
  .kvs-hometown .header-member-switcher{
    flex:0 0 38px !important;
  }
  .kvs-hometown .header-controls .header-upload span,
  .kvs-hometown .mebers-name,
  .kvs-hometown .member-arrow{
    display:none !important;
  }
}

@media (max-width:560px){
  .kvs-hometown .topbar{
    gap:6px !important;
  }
  .kvs-hometown .brand-main{
    font-size:19px !important;
    letter-spacing:-.7px !important;
  }
  .kvs-hometown .brand-badge{
    display:inline-flex !important;
    height:24px !important;
    font-size:17px !important;
    padding:0 6px !important;
  }
  .kvs-hometown .htd-burger,
  .kvs-hometown .mobile-search-toggle,
  .kvs-hometown .header-controls .header-upload,
  .kvs-hometown .header-member-switcher,
  .kvs-hometown .header-signup{
    width:35px !important;
    height:35px !important;
    flex-basis:35px !important;
  }
}

/* Hometown KVS v4 polish: safer home blocks, smoother corners and translucent sticky header */
:root{
  --radius-sm:10px;
  --radius-md:14px;
  --radius-lg:18px;
}

/* Let every KVS home block sit in the normal page flow before the footer */
.kvs-hometown .content{
  min-height:calc(100vh - var(--topbar-height)) !important;
  padding-bottom:46px !important;
  overflow:visible !important;
}
.kvs-hometown .content > .container{
  padding-bottom:42px !important;
}
.kvs-hometown .content .section-row{
  display:block !important;
  position:relative !important;
  clear:both !important;
  overflow:visible !important;
  margin:0 0 28px !important;
}
.kvs-hometown .content .section-row::after,
.kvs-hometown .content .thumbs::after,
.kvs-hometown .content .heading::after{
  content:"";
  display:block;
  clear:both;
}
.kvs-hometown .content .section-row:last-child{
  margin-bottom:46px !important;
}
.kvs-hometown .footer{
  position:relative !important;
  z-index:2 !important;
  clear:both !important;
  margin-top:0 !important;
}

/* Empty KVS blocks like Most Viewed Channels / Albums should look intentional */
.kvs-hometown .empty-content{
  width:100% !important;
  min-height:78px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  grid-column:1 / -1 !important;
  background:#111113 !important;
  border:1px dashed #303036 !important;
  border-radius:var(--radius-lg) !important;
  color:#8f8f96 !important;
  font-size:13px !important;
  font-weight:700 !important;
  text-align:center !important;
  padding:22px !important;
  margin:0 !important;
  float:none !important;
}

/* Softer modern radius across the custom layer */
.kvs-hometown .topbar-search,
.kvs-hometown .mobile-search-form,
.kvs-hometown .htd-burger,
.kvs-hometown .mobile-search-toggle,
.kvs-hometown .header-controls .header-upload,
.kvs-hometown .header-controls .header-login,
.kvs-hometown .header-controls .header-signup,
.kvs-hometown .header-controls .header-icon-control,
.kvs-hometown .header-controls .header-member-switcher,
.kvs-hometown .side-link,
.kvs-hometown .category-strip a,
.kvs-hometown .member-control-bar a,
.kvs-hometown .pagination a,
.kvs-hometown .pagination span,
.kvs-hometown .load-more .btn,
.kvs-hometown .btn,
.kvs-hometown input[type="submit"],
.kvs-hometown input[type="button"]{
  border-radius:var(--radius-md) !important;
}
.kvs-hometown .hometown-video-grid .thumb,
.kvs-hometown .categories-thumbs .thumb,
.kvs-hometown .models-thumbs .thumb,
.kvs-hometown .channels-thumbs .thumb,
.kvs-hometown .albums-thumbs .thumb,
.kvs-hometown .description-holder,
.kvs-hometown .upload-list,
.kvs-hometown .leng-holder .drop,
.kvs-hometown .member-links,
.kvs-hometown .footer-inner{
  border-radius:var(--radius-lg) !important;
}
.kvs-hometown .hometown-video-grid .img-holder,
.kvs-hometown .categories-thumbs .img-holder,
.kvs-hometown .models-thumbs .img-holder,
.kvs-hometown .channels-thumbs .img-holder,
.kvs-hometown .albums-thumbs .img-holder{
  border-radius:calc(var(--radius-lg) - 2px) calc(var(--radius-lg) - 2px) 0 0 !important;
}

/* Header stays solid at top and becomes slightly glassy after scroll */
.kvs-hometown .topbar{
  transition:background-color .22s ease, border-color .22s ease, box-shadow .22s ease, backdrop-filter .22s ease !important;
}
.kvs-hometown.is-scrolled .topbar{
  background:rgba(5,5,7,.78) !important;
  border-bottom-color:rgba(255,255,255,.09) !important;
  box-shadow:0 12px 34px rgba(0,0,0,.36) !important;
  -webkit-backdrop-filter:blur(14px) saturate(130%);
  backdrop-filter:blur(14px) saturate(130%);
}
.kvs-hometown.is-scrolled .mobile-search-panel{
  background:rgba(9,9,10,.88) !important;
  -webkit-backdrop-filter:blur(12px) saturate(120%);
  backdrop-filter:blur(12px) saturate(120%);
}

/* Hometown KVS v5: replace legacy footer + stronger glass header + float-safe page flow */
html,
body{
  min-height:100% !important;
  height:auto !important;
}
.kvs-hometown.wrapper{
  height:auto !important;
  min-height:100vh !important;
  display:block !important;
  overflow-x:hidden !important;
  background:#080808 !important;
}
.kvs-hometown .app-shell{
  position:relative !important;
  z-index:1 !important;
  min-height:calc(100vh - 190px) !important;
  height:auto !important;
  overflow:visible !important;
  align-items:stretch !important;
}
.kvs-hometown .content{
  position:relative !important;
  z-index:1 !important;
  height:auto !important;
  min-height:calc(100vh - var(--topbar-height) - 190px) !important;
  display:flow-root !important;
  overflow:visible !important;
  padding-bottom:72px !important;
}
.kvs-hometown .content > .container{
  display:flow-root !important;
  position:relative !important;
  clear:both !important;
  padding-bottom:34px !important;
}
.kvs-hometown .content > .container::after,
.kvs-hometown .app-shell::after,
.kvs-hometown .section-row::after,
.kvs-hometown .heading::after,
.kvs-hometown .thumbs::after{
  content:"" !important;
  display:block !important;
  clear:both !important;
}
.kvs-hometown .section-row,
.kvs-hometown .description-holder,
.kvs-hometown .heading,
.kvs-hometown .thumbs,
.kvs-hometown .hometown-video-grid,
.kvs-hometown .categories-thumbs,
.kvs-hometown .models-thumbs,
.kvs-hometown .channels-thumbs,
.kvs-hometown .albums-thumbs{
  float:none !important;
  clear:both !important;
  position:relative !important;
  max-width:100% !important;
}
.kvs-hometown .section-row{
  display:flow-root !important;
  margin-bottom:30px !important;
}
.kvs-hometown .description-holder{
  margin-bottom:36px !important;
}

/* New footer: not using the legacy .footer class, so old KVS footer CSS can't overlay it */
.kvs-hometown .footer{
  display:none !important;
}
.kvs-hometown .hometown-footer,
.hometown-footer{
  display:block !important;
  position:relative !important;
  inset:auto !important;
  left:auto !important;
  right:auto !important;
  top:auto !important;
  bottom:auto !important;
  transform:none !important;
  float:none !important;
  clear:both !important;
  width:100% !important;
  min-height:0 !important;
  margin:0 !important;
  padding:0 16px 24px !important;
  z-index:0 !important;
  background:#080808 !important;
  border-top:1px solid rgba(255,255,255,.08) !important;
  box-shadow:none !important;
  color:#9ca3af !important;
}
.hometown-footer *{
  box-sizing:border-box !important;
}
.hometown-footer-ad{
  display:block !important;
  max-width:1440px !important;
  margin:0 auto !important;
  padding:20px 0 0 !important;
  clear:both !important;
}
.hometown-footer-inner{
  max-width:1440px !important;
  margin:24px auto 0 !important;
  padding:24px !important;
  display:grid !important;
  grid-template-columns:minmax(230px,1.2fr) minmax(260px,2fr) auto !important;
  gap:22px !important;
  align-items:center !important;
  background:linear-gradient(180deg,rgba(18,18,20,.96),rgba(12,12,13,.96)) !important;
  border:1px solid rgba(255,255,255,.08) !important;
  border-radius:20px !important;
  box-shadow:0 18px 50px rgba(0,0,0,.25) !important;
}
.hometown-footer-logo{
  display:inline-flex !important;
  align-items:center !important;
  gap:8px !important;
  color:#fff !important;
  text-decoration:none !important;
  font-weight:900 !important;
  letter-spacing:-.8px !important;
}
.hometown-footer-name{
  font-size:24px !important;
  line-height:1 !important;
  color:#fff !important;
}
.hometown-footer-badge{
  display:inline-flex !important;
  align-items:center !important;
  height:28px !important;
  padding:0 8px !important;
  border-radius:8px !important;
  background:linear-gradient(180deg,var(--accent-2),var(--accent)) !important;
  color:#fff !important;
  font-size:20px !important;
  font-weight:900 !important;
  font-style:italic !important;
  letter-spacing:-1px !important;
  transform:rotate(-2deg) !important;
}
.hometown-footer-text{
  max-width:520px !important;
  margin:12px 0 0 !important;
  color:#8f8f96 !important;
  font-size:13px !important;
  line-height:1.55 !important;
}
.hometown-footer-nav{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  flex-wrap:wrap !important;
  gap:8px !important;
  margin:0 !important;
  padding:0 !important;
}
.hometown-footer-nav a,
.hometown-footer-nav span{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  min-height:34px !important;
  padding:0 12px !important;
  border:1px solid rgba(255,255,255,.08) !important;
  border-radius:999px !important;
  background:#151518 !important;
  color:#d7d7db !important;
  font-size:12px !important;
  font-weight:850 !important;
  text-transform:uppercase !important;
  letter-spacing:.02em !important;
  cursor:pointer !important;
  text-decoration:none !important;
}
.hometown-footer-nav a:hover,
.hometown-footer-nav span:hover,
.hometown-footer-nav a.active{
  background:linear-gradient(180deg,var(--accent-2),var(--accent)) !important;
  border-color:var(--accent-2) !important;
  color:#fff !important;
}
.hometown-footer-copy{
  color:#85858c !important;
  font-size:12px !important;
  font-weight:700 !important;
  text-align:right !important;
  white-space:normal !important;
}
.hometown-footer-copy a{
  color:#fff !important;
  text-decoration:none !important;
}
.hometown-footer-copy a:hover{
  color:var(--accent-2) !important;
}

/* Header: more visible glass effect. JS adds both .is-scrolled and .htd-scrolled */
.kvs-hometown .topbar{
  background:rgba(5,5,7,.96) !important;
  -webkit-backdrop-filter:blur(0) saturate(100%) !important;
  backdrop-filter:blur(0) saturate(100%) !important;
  transition:background-color .18s ease, backdrop-filter .18s ease, box-shadow .18s ease, border-color .18s ease !important;
}
.kvs-hometown.is-scrolled .topbar,
body.htd-scrolled .kvs-hometown .topbar,
.kvs-hometown .topbar.is-scrolled{
  background:rgba(5,5,7,.64) !important;
  border-bottom-color:rgba(255,255,255,.14) !important;
  box-shadow:0 14px 38px rgba(0,0,0,.42) !important;
  -webkit-backdrop-filter:blur(18px) saturate(145%) !important;
  backdrop-filter:blur(18px) saturate(145%) !important;
}
.kvs-hometown.is-scrolled .topbar::before,
body.htd-scrolled .kvs-hometown .topbar::before,
.kvs-hometown .topbar.is-scrolled::before{
  content:"" !important;
  position:absolute !important;
  inset:0 !important;
  pointer-events:none !important;
  background:linear-gradient(180deg,rgba(255,255,255,.055),rgba(255,255,255,0)) !important;
}
.kvs-hometown.is-scrolled .mobile-search-panel,
body.htd-scrolled .kvs-hometown .mobile-search-panel{
  background:rgba(9,9,10,.72) !important;
  -webkit-backdrop-filter:blur(16px) saturate(135%) !important;
  backdrop-filter:blur(16px) saturate(135%) !important;
}

@media (max-width:980px){
  .kvs-hometown .app-shell{
    min-height:calc(100vh - 210px) !important;
  }
  .kvs-hometown .content{
    min-height:auto !important;
    padding-bottom:46px !important;
  }
  .hometown-footer{
    padding:0 10px 18px !important;
  }
  .hometown-footer-inner{
    grid-template-columns:1fr !important;
    gap:18px !important;
    text-align:center !important;
    padding:20px 14px !important;
    border-radius:18px !important;
  }
  .hometown-footer-logo,
  .hometown-footer-nav{
    justify-content:center !important;
  }
  .hometown-footer-text{
    margin-left:auto !important;
    margin-right:auto !important;
  }
  .hometown-footer-copy{
    text-align:center !important;
  }
}

/* Hometown KVS v9: surgical rollback fix
   Only fixes: desktop video grid columns, mobile one-column cards,
   and visual sidebar rails reaching the full page height. */

@media (min-width:981px){
  .kvs-hometown .app-shell{
    display:grid !important;
    grid-template-columns:var(--left-width) minmax(0,1fr) var(--right-width) !important;
    grid-template-rows:var(--topbar-height) 1fr !important;
    min-height:100vh !important;
    height:auto !important;
    overflow:visible !important;
    position:relative !important;
    isolation:isolate !important;
  }

  /* Paint the sidebar columns all the way down the page without making sidebars fixed. */
  .kvs-hometown .app-shell::before,
  .kvs-hometown .app-shell::after{
    content:"" !important;
    position:absolute !important;
    top:var(--topbar-height) !important;
    bottom:0 !important;
    z-index:-1 !important;
    pointer-events:none !important;
    background:#121213 !important;
    min-height:calc(100vh - var(--topbar-height)) !important;
  }
  .kvs-hometown .app-shell::before{
    left:0 !important;
    width:var(--left-width) !important;
    border-right:1px solid var(--border) !important;
  }
  .kvs-hometown .app-shell::after{
    right:0 !important;
    width:var(--right-width) !important;
    border-left:1px solid var(--border) !important;
  }

  .kvs-hometown.sidebar-collapsed .app-shell{
    grid-template-columns:var(--left-mini-width) minmax(0,1fr) var(--right-width) !important;
  }
  .kvs-hometown.sidebar-collapsed .app-shell::before{
    width:var(--left-mini-width) !important;
  }

  .kvs-hometown .left-sidebar,
  .kvs-hometown .right-sidebar{
    position:sticky !important;
    top:var(--topbar-height) !important;
    height:calc(100vh - var(--topbar-height)) !important;
    max-height:calc(100vh - var(--topbar-height)) !important;
    overflow-y:auto !important;
    overflow-x:hidden !important;
    align-self:start !important;
    z-index:2 !important;
    transform:none !important;
    opacity:1 !important;
    pointer-events:auto !important;
  }

  .kvs-hometown .content{
    grid-column:2 !important;
    grid-row:2 !important;
    min-width:0 !important;
    max-width:100% !important;
    overflow:visible !important;
  }
  .kvs-hometown .content > .container{
    min-width:0 !important;
    max-width:100% !important;
  }

  /* Force the video cards back into a proper desktop grid. */
  .kvs-hometown .hometown-video-grid,
  .kvs-hometown .content .hometown-video-grid,
  .kvs-hometown div.thumbs.hometown-video-grid,
  .kvs-hometown form.thumbs.hometown-video-grid{
    display:grid !important;
    grid-template-columns:repeat(auto-fill,minmax(210px,1fr)) !important;
    gap:12px !important;
    width:100% !important;
    max-width:100% !important;
    margin:0 0 24px !important;
    padding:0 !important;
    float:none !important;
    clear:both !important;
    align-items:start !important;
  }

  .kvs-hometown .hometown-video-grid .thumb{
    width:auto !important;
    max-width:none !important;
    min-width:0 !important;
    margin:0 !important;
    float:none !important;
    display:block !important;
  }

  .kvs-hometown .hometown-video-grid .img-holder{
    width:100% !important;
    height:auto !important;
    aspect-ratio:16/9 !important;
  }
}

@media (max-width:1280px) and (min-width:981px){
  .kvs-hometown{
    --right-width:0px;
  }
  .kvs-hometown .app-shell{
    grid-template-columns:var(--left-width) minmax(0,1fr) !important;
  }
  .kvs-hometown.sidebar-collapsed .app-shell{
    grid-template-columns:var(--left-mini-width) minmax(0,1fr) !important;
  }
  .kvs-hometown .right-sidebar,
  .kvs-hometown .app-shell::after{
    display:none !important;
  }
}

/* Mobile: one column only, as requested. */
@media (max-width:980px){
  .kvs-hometown .hometown-video-grid,
  .kvs-hometown .content .hometown-video-grid,
  .kvs-hometown div.thumbs.hometown-video-grid,
  .kvs-hometown form.thumbs.hometown-video-grid,
  .kvs-hometown .col-asside .hometown-video-grid{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:12px !important;
    width:100% !important;
    max-width:100% !important;
  }
  .kvs-hometown .hometown-video-grid .thumb{
    width:auto !important;
    max-width:none !important;
    margin:0 !important;
    float:none !important;
  }
  .kvs-hometown .hometown-video-grid .img-holder{
    aspect-ratio:16/9 !important;
  }
}

/* Hometown KVS v11: monochrome redesign layer.
   Based on v9 stable layout. Visual-only: typography, colors, pills, cards and soft background gradient. */
:root,
.kvs-hometown{
  --bg:#050506;
  --bg-2:#080809;
  --panel:rgba(14,14,15,.86);
  --panel-2:rgba(18,18,20,.72);
  --panel-3:rgba(24,24,27,.72);
  --border:rgba(255,255,255,.075);
  --border-soft:rgba(255,255,255,.052);
  --text:#f4f4f5;
  --muted:#a1a1aa;
  --muted-2:#71717a;
  --accent:#f5f5f4;
  --accent-2:#ffffff;
  --accent-dark:#a1a1aa;
  --mono-chip:rgba(255,255,255,.055);
  --mono-chip-hover:rgba(255,255,255,.105);
  --mono-card:rgba(255,255,255,.035);
  --mono-card-hover:rgba(255,255,255,.055);
}

html,
body{
  background:
    radial-gradient(circle at 18% -10%, rgba(255,255,255,.105), transparent 32rem),
    radial-gradient(circle at 82% 0%, rgba(255,255,255,.065), transparent 28rem),
    linear-gradient(180deg,#050506 0%,#080809 42%,#050506 100%) !important;
}
body,
.kvs-hometown{
  font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"SF Pro Display","Segoe UI",Roboto,Arial,sans-serif !important;
  font-size:14px !important;
  letter-spacing:-.01em !important;
  color:var(--text) !important;
}
.kvs-hometown .app-shell{
  background:
    linear-gradient(180deg,rgba(255,255,255,.018),rgba(255,255,255,0) 28rem),
    transparent !important;
}
.kvs-hometown .content{
  background:transparent !important;
}

/* Logo: keep the same shape/attitude, but monochrome. */
.kvs-hometown .brand,
.hometown-footer-logo{
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif !important;
  letter-spacing:-1.05px !important;
}
.kvs-hometown .brand-main,
.hometown-footer-name{
  color:#fff !important;
  text-shadow:0 1px 0 rgba(255,255,255,.06) !important;
}
.kvs-hometown .brand-badge,
.hometown-footer-badge{
  background:linear-gradient(180deg,#ffffff,#d7d7dc) !important;
  color:#070708 !important;
  border:1px solid rgba(255,255,255,.8) !important;
  box-shadow:0 8px 22px rgba(255,255,255,.08), inset 0 -2px 0 rgba(0,0,0,.14) !important;
  text-shadow:none !important;
}

/* Header / glass monochrome. */
.kvs-hometown .topbar{
  background:rgba(6,6,7,.82) !important;
  border-bottom-color:rgba(255,255,255,.07) !important;
  box-shadow:0 12px 34px rgba(0,0,0,.28) !important;
  -webkit-backdrop-filter:blur(16px) saturate(140%) !important;
  backdrop-filter:blur(16px) saturate(140%) !important;
}
.kvs-hometown.is-scrolled .topbar,
body.htd-scrolled .kvs-hometown .topbar,
.kvs-hometown .topbar.is-scrolled{
  background:rgba(6,6,7,.58) !important;
  border-bottom-color:rgba(255,255,255,.105) !important;
  box-shadow:0 18px 46px rgba(0,0,0,.4) !important;
}
.kvs-hometown .top-links a{
  color:rgba(244,244,245,.72) !important;
  font-weight:760 !important;
}
.kvs-hometown .top-links a:hover,
.kvs-hometown .top-links a.active{
  color:#fff !important;
  opacity:1 !important;
}
.kvs-hometown .topbar-search,
.kvs-hometown .mobile-search-form{
  background:rgba(255,255,255,.045) !important;
  border-color:rgba(255,255,255,.085) !important;
  border-radius:999px !important;
}
.kvs-hometown .topbar-search button,
.kvs-hometown .mobile-search-form button{
  background:rgba(255,255,255,.065) !important;
  border-left-color:rgba(255,255,255,.08) !important;
  color:#e4e4e7 !important;
}
.kvs-hometown .topbar-search button:hover,
.kvs-hometown .mobile-search-form button:hover{
  background:#fff !important;
  color:#050506 !important;
}

/* Main monochrome buttons. */
.kvs-hometown .header-controls .header-upload,
.kvs-hometown .header-controls .header-signup,
.kvs-hometown .button.gold,
.kvs-hometown .buttons-row .gold,
.kvs-hometown .video-controls .gold,
.kvs-hometown .btn.orange,
.kvs-hometown .gold,
.kvs-hometown input[type="submit"]:hover,
.kvs-hometown input[type="button"]:hover,
.kvs-hometown .submit:hover{
  background:linear-gradient(180deg,#fff,#d9d9de) !important;
  background-color:#fff !important;
  border-color:rgba(255,255,255,.78) !important;
  color:#050506 !important;
  box-shadow:0 10px 30px rgba(255,255,255,.08) !important;
}
.kvs-hometown .header-controls .header-login,
.kvs-hometown .header-controls .header-member-switcher,
.kvs-hometown .header-icon-control,
.kvs-hometown .mobile-search-toggle,
.kvs-hometown .htd-burger,
.kvs-hometown input[type="button"],
.kvs-hometown input[type="submit"],
.kvs-hometown .submit,
.kvs-hometown .btn,
.kvs-hometown .button,
.kvs-hometown .buttons-row .button,
.kvs-hometown .top-options .button,
.kvs-hometown .video-controls .btn{
  background:rgba(255,255,255,.045) !important;
  border-color:rgba(255,255,255,.085) !important;
  color:#f4f4f5 !important;
  border-radius:999px !important;
  box-shadow:none !important;
}
.kvs-hometown .header-controls .header-login:hover,
.kvs-hometown .header-controls .header-member-switcher:hover,
.kvs-hometown .header-icon-control:hover,
.kvs-hometown .mobile-search-toggle:hover,
.kvs-hometown .htd-burger:hover,
.kvs-hometown .btn:hover,
.kvs-hometown .button:hover,
.kvs-hometown .buttons-row .button:hover,
.kvs-hometown .top-options .button:hover,
.kvs-hometown .video-controls .btn:hover{
  background:rgba(255,255,255,.11) !important;
  border-color:rgba(255,255,255,.16) !important;
  color:#fff !important;
  box-shadow:0 10px 26px rgba(0,0,0,.24) !important;
}

/* Sidebars: darker, softer, monochrome active states. */
.kvs-hometown .sidebar,
.kvs-hometown .left-sidebar,
.kvs-hometown .right-sidebar,
.kvs-hometown .app-shell::before,
.kvs-hometown .app-shell::after{
  background:rgba(10,10,11,.86) !important;
  border-color:rgba(255,255,255,.06) !important;
}
.kvs-hometown .side-title,
.kvs-hometown .side-dynamic .headline h2 a{
  color:rgba(244,244,245,.44) !important;
  font-weight:780 !important;
  letter-spacing:.08em !important;
}
.kvs-hometown .side-link,
.kvs-hometown .side-dynamic ul.list a{
  color:rgba(244,244,245,.72) !important;
  border:1px solid transparent !important;
  border-radius:999px !important;
  font-weight:680 !important;
}
.kvs-hometown .side-link:hover,
.kvs-hometown .side-link.active,
.kvs-hometown .side-dynamic ul.list a:hover{
  background:rgba(255,255,255,.075) !important;
  border-color:rgba(255,255,255,.08) !important;
  color:#fff !important;
}
.kvs-hometown .side-ico,
.kvs-hometown .side-link:hover .side-ico,
.kvs-hometown .side-link.active .side-ico{
  color:#f4f4f5 !important;
}
.kvs-hometown.sidebar-collapsed .left-sidebar .side-link:hover,
.kvs-hometown.sidebar-collapsed .left-sidebar .side-link.active{
  background:#fff !important;
  border-color:#fff !important;
  color:#050506 !important;
}
.kvs-hometown.sidebar-collapsed .left-sidebar .side-link:hover .side-ico,
.kvs-hometown.sidebar-collapsed .left-sidebar .side-link.active .side-ico{
  color:#050506 !important;
}
.kvs-hometown.sidebar-collapsed .left-sidebar .side-link:hover::after{
  background:rgba(18,18,20,.92) !important;
  border-color:rgba(255,255,255,.11) !important;
  color:#fff !important;
  -webkit-backdrop-filter:blur(14px) !important;
  backdrop-filter:blur(14px) !important;
}

/* Cards / thumbs: modern monochrome glass. */
.kvs-hometown .hometown-video-grid .thumb,
.kvs-hometown .categories-thumbs .thumb,
.kvs-hometown .models-thumbs .thumb,
.kvs-hometown .channels-thumbs .thumb,
.kvs-hometown .albums-thumbs .thumb,
.kvs-hometown .block,
.kvs-hometown .box,
.kvs-hometown .generic-block,
.kvs-hometown .block-comments,
.kvs-hometown .comments,
.kvs-hometown .list-comments{
  background:var(--mono-card) !important;
  border:1px solid rgba(255,255,255,.065) !important;
  border-radius:22px !important;
  box-shadow:0 18px 50px rgba(0,0,0,.22) !important;
  overflow:hidden !important;
}
.kvs-hometown .hometown-video-grid .thumb:hover,
.kvs-hometown .categories-thumbs .thumb:hover,
.kvs-hometown .models-thumbs .thumb:hover,
.kvs-hometown .channels-thumbs .thumb:hover,
.kvs-hometown .albums-thumbs .thumb:hover{
  background:var(--mono-card-hover) !important;
  border-color:rgba(255,255,255,.12) !important;
  transform:translateY(-2px) !important;
  box-shadow:0 24px 64px rgba(0,0,0,.32) !important;
}
.kvs-hometown .hometown-video-grid .img-holder,
.kvs-hometown .categories-thumbs .img-holder,
.kvs-hometown .models-thumbs .img-holder,
.kvs-hometown .channels-thumbs .img-holder,
.kvs-hometown .albums-thumbs .img-holder{
  border-radius:18px !important;
  background:linear-gradient(135deg,rgba(255,255,255,.06),rgba(255,255,255,.015)) !important;
}
.kvs-hometown .hometown-video-grid .title,
.kvs-hometown .categories-thumbs .title,
.kvs-hometown .models-thumbs .title,
.kvs-hometown .channels-thumbs .title,
.kvs-hometown .albums-thumbs .title{
  font-weight:720 !important;
  letter-spacing:-.018em !important;
  color:#f4f4f5 !important;
}
.kvs-hometown .hometown-video-grid .thumb-info,
.kvs-hometown .hometown-video-grid .thumb-bottom,
.kvs-hometown .thumb-bottom,
.kvs-hometown .metadata,
.kvs-hometown .info,
.kvs-hometown .count-item{
  color:rgba(244,244,245,.55) !important;
}

/* Pills / tags / badges: clean monochrome capsules. */
.kvs-hometown .category-strip a,
.kvs-hometown .tags a,
.kvs-hometown .tags-cloud a,
.kvs-hometown .tag,
.kvs-hometown .label,
.kvs-hometown .badge,
.kvs-hometown .rating,
.kvs-hometown .thumb .item-time,
.kvs-hometown .thumb .item-quality,
.kvs-hometown .thumb .item-heart,
.kvs-hometown .thumb .item-views,
.kvs-hometown .thumb-bottom span,
.kvs-hometown .pagination a,
.kvs-hometown .pagination span,
.kvs-hometown .sort a,
.kvs-hometown .tabs-menu a,
.kvs-hometown .member-control-bar a,
.hometown-footer-nav a,
.hometown-footer-nav span{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:6px !important;
  min-height:30px !important;
  padding:0 11px !important;
  border:1px solid rgba(255,255,255,.075) !important;
  border-radius:999px !important;
  background:rgba(255,255,255,.045) !important;
  color:rgba(244,244,245,.76) !important;
  font-size:12px !important;
  font-weight:760 !important;
  letter-spacing:.005em !important;
  text-transform:none !important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.035) !important;
}
.kvs-hometown .category-strip a:hover,
.kvs-hometown .category-strip a.active,
.kvs-hometown .tags a:hover,
.kvs-hometown .tags-cloud a:hover,
.kvs-hometown .tag:hover,
.kvs-hometown .label:hover,
.kvs-hometown .badge:hover,
.kvs-hometown .pagination a:hover,
.kvs-hometown .pagination .current,
.kvs-hometown .sort a:hover,
.kvs-hometown .sort a.active,
.kvs-hometown .tabs-menu a:hover,
.kvs-hometown .tabs-menu a.active,
.kvs-hometown .member-control-bar a:hover,
.kvs-hometown .member-control-bar a.active,
.hometown-footer-nav a:hover,
.hometown-footer-nav span:hover,
.hometown-footer-nav a.active{
  background:#fff !important;
  border-color:#fff !important;
  color:#050506 !important;
  box-shadow:0 10px 28px rgba(255,255,255,.08) !important;
}
.kvs-hometown .thumb .item-time,
.kvs-hometown .thumb .item-quality,
.kvs-hometown .thumb .item-heart.fixed{
  background:rgba(0,0,0,.58) !important;
  color:#fff !important;
  border-color:rgba(255,255,255,.15) !important;
  -webkit-backdrop-filter:blur(10px) !important;
  backdrop-filter:blur(10px) !important;
}
.kvs-hometown .thumb .item-time:hover,
.kvs-hometown .thumb .item-quality:hover,
.kvs-hometown .thumb .item-heart.fixed:hover{
  background:#fff !important;
  color:#050506 !important;
}

/* Dropdowns and forms. */
.kvs-hometown .upload-list,
.kvs-hometown .leng-holder .drop,
.kvs-hometown .member-links,
.kvs-hometown .fancybox-inner,
.kvs-hometown .popup-holder{
  background:rgba(15,15,17,.92) !important;
  border-color:rgba(255,255,255,.105) !important;
  border-radius:18px !important;
  box-shadow:0 22px 70px rgba(0,0,0,.48) !important;
  -webkit-backdrop-filter:blur(18px) saturate(130%) !important;
  backdrop-filter:blur(18px) saturate(130%) !important;
}
.kvs-hometown .upload-list a:hover,
.kvs-hometown .leng-holder .drop a:hover,
.kvs-hometown .member-links a:hover{
  background:rgba(255,255,255,.08) !important;
  color:#fff !important;
}
.kvs-hometown input,
.kvs-hometown textarea,
.kvs-hometown select{
  background:rgba(255,255,255,.045) !important;
  border-color:rgba(255,255,255,.09) !important;
  color:#f4f4f5 !important;
  border-radius:14px !important;
}
.kvs-hometown input:focus,
.kvs-hometown textarea:focus,
.kvs-hometown select:focus{
  border-color:rgba(255,255,255,.22) !important;
  box-shadow:0 0 0 4px rgba(255,255,255,.055) !important;
}

/* Typography headings: calmer, directory-like monochrome. */
.kvs-hometown .heading .title,
.kvs-hometown h1.title,
.kvs-hometown h2.title,
.kvs-hometown .headline h1,
.kvs-hometown .headline h2{
  font-weight:780 !important;
  letter-spacing:-.04em !important;
  color:#fff !important;
}
.kvs-hometown .headline,
.kvs-hometown .heading{
  border-color:rgba(255,255,255,.06) !important;
}
.kvs-hometown a:hover,
.kvs-hometown .link:hover,
.kvs-hometown .headline a:hover{
  color:#fff !important;
}

/* Footer monochrome. */
.hometown-footer{
  background:transparent !important;
  border-top-color:rgba(255,255,255,.06) !important;
}
.hometown-footer-inner{
  background:linear-gradient(180deg,rgba(255,255,255,.048),rgba(255,255,255,.022)) !important;
  border-color:rgba(255,255,255,.08) !important;
  box-shadow:0 20px 70px rgba(0,0,0,.34) !important;
}
.hometown-footer-text,
.hometown-footer-copy{
  color:rgba(244,244,245,.54) !important;
}
.hometown-footer-copy a:hover{
  color:#fff !important;
}

@media (max-width:980px){
  .kvs-hometown .brand-main{font-size:22px !important;max-width:none !important;}
  .kvs-hometown .brand-badge{display:inline-flex !important;background:linear-gradient(180deg,#fff,#d7d7dc) !important;color:#070708 !important;}
}
@media (max-width:560px){
  .kvs-hometown .brand-main{font-size:20px !important;}
  .kvs-hometown .brand-badge{display:inline-flex !important;font-size:15px !important;height:24px !important;padding:0 6px !important;}
}

/* Hometown KVS v12: cleaner typography + tighter logo spacing.
   Uses Manrope for the UI; keeps the existing logo font/style untouched. */
body,
.kvs-hometown{
  font-family:"Manrope",ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif !important;
  font-size:14px !important;
  line-height:1.52 !important;
  letter-spacing:0 !important;
  -webkit-font-smoothing:antialiased !important;
  -moz-osx-font-smoothing:grayscale !important;
  text-rendering:geometricPrecision !important;
}
.kvs-hometown button,
.kvs-hometown input,
.kvs-hometown textarea,
.kvs-hometown select{
  font-family:"Manrope",ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif !important;
  letter-spacing:0 !important;
}

/* Keep logo typography, but bring both parts closer together. */
.kvs-hometown .brand,
.hometown-footer-logo{
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif !important;
  gap:2px !important;
  letter-spacing:-1.2px !important;
}
.kvs-hometown .brand-badge,
.hometown-footer-badge{
  margin-left:-1px !important;
  transform:rotate(-1.5deg) !important;
}
.kvs-hometown .brand-main,
.hometown-footer-name{
  margin-right:-1px !important;
}

/* Cleaner weights. KVS base uses many 800/900 weights, which makes the UI look noisy. */
.kvs-hometown .top-links a,
.kvs-hometown .side-link,
.kvs-hometown .side-dynamic ul.list a,
.kvs-hometown .hometown-video-grid .title,
.kvs-hometown .categories-thumbs .title,
.kvs-hometown .models-thumbs .title,
.kvs-hometown .channels-thumbs .title,
.kvs-hometown .albums-thumbs .title,
.kvs-hometown .upload-list a,
.kvs-hometown .member-links a,
.kvs-hometown .leng-holder .drop a{
  font-weight:600 !important;
  letter-spacing:0 !important;
}
.kvs-hometown .heading .title,
.kvs-hometown h1.title,
.kvs-hometown h2.title,
.kvs-hometown h3.title,
.kvs-hometown .headline h1,
.kvs-hometown .headline h2{
  font-weight:700 !important;
  letter-spacing:-.025em !important;
  line-height:1.18 !important;
}
.kvs-hometown .side-title,
.kvs-hometown .side-dynamic .headline h2 a{
  font-weight:650 !important;
  letter-spacing:.075em !important;
}
.kvs-hometown .category-strip a,
.kvs-hometown .tags a,
.kvs-hometown .tags-cloud a,
.kvs-hometown .tag,
.kvs-hometown .label,
.kvs-hometown .badge,
.kvs-hometown .rating,
.kvs-hometown .thumb .item-time,
.kvs-hometown .thumb .item-quality,
.kvs-hometown .thumb .item-heart,
.kvs-hometown .thumb .item-views,
.kvs-hometown .thumb-bottom span,
.kvs-hometown .pagination a,
.kvs-hometown .pagination span,
.kvs-hometown .sort a,
.kvs-hometown .tabs-menu a,
.kvs-hometown .member-control-bar a,
.hometown-footer-nav a,
.hometown-footer-nav span{
  font-weight:600 !important;
  letter-spacing:0 !important;
}
.kvs-hometown .hometown-video-grid .thumb-info,
.kvs-hometown .hometown-video-grid .thumb-bottom,
.kvs-hometown .thumb-bottom,
.kvs-hometown .metadata,
.kvs-hometown .info,
.kvs-hometown .count-item,
.hometown-footer-text,
.hometown-footer-copy{
  font-weight:500 !important;
  letter-spacing:0 !important;
}

@media (max-width:560px){
  .kvs-hometown .brand,
  .hometown-footer-logo{
    gap:1px !important;
  }
  .kvs-hometown .brand-badge{
    margin-left:-2px !important;
  }
}

/* Hometown KVS v13: logo optical balance fix.
   - slightly more breathing room between FAP and LEAK
   - centered LEAK badge with symmetric padding
   - removes the left-heavy look from v12 */
.kvs-hometown .brand,
.hometown-footer-logo{
  gap:4px !important;
  letter-spacing:-1.05px !important;
}
.kvs-hometown .brand-main,
.hometown-footer-name{
  margin-right:0 !important;
}
.kvs-hometown .brand-badge,
.hometown-footer-badge{
  margin-left:0 !important;
  min-width:64px !important;
  justify-content:center !important;
  padding:0 8px !important;
  letter-spacing:-0.9px !important;
  transform:translateY(0.5px) rotate(-1.3deg) !important;
}
@media (max-width:560px){
  .kvs-hometown .brand,
  .hometown-footer-logo{
    gap:3px !important;
  }
  .kvs-hometown .brand-badge,
  .hometown-footer-badge{
    min-width:58px !important;
    padding:0 7px !important;
    margin-left:0 !important;
  }
}

/* Hometown KVS v14: fix optical clipping on the P in FAP.
   The brand word needs visible overflow and a tiny right padding so the glyph
   edge is not cut by inherited overflow / tight metrics. */
.kvs-hometown .brand-main,
.hometown-footer-name{
  overflow:visible !important;
  text-overflow:clip !important;
  display:inline-block !important;
  padding-right:2px !important;
}
.kvs-hometown .brand{
  overflow:visible !important;
}
@media (max-width:560px){
  .kvs-hometown .brand-main{
    padding-right:3px !important;
  }
}

/* Hometown KVS v15: cleaner premium video grid.
   Thumb-first cards, no heavy encapsulated pill/card, title overlays on hover. */
.kvs-hometown .hometown-video-grid,
.kvs-hometown .content .hometown-video-grid,
.kvs-hometown div.thumbs.hometown-video-grid,
.kvs-hometown form.thumbs.hometown-video-grid{
  display:grid !important;
  grid-template-columns:repeat(auto-fill,minmax(260px,1fr)) !important;
  gap:18px !important;
  align-items:start !important;
}

.kvs-hometown .hometown-video-grid .thumb{
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
  padding:0 !important;
  margin:0 !important;
  border-radius:18px !important;
  overflow:visible !important;
  transition:transform .22s ease !important;
}
.kvs-hometown .hometown-video-grid .thumb:hover{
  transform:translateY(-2px) !important;
}
.kvs-hometown .hometown-video-grid .thumb > a{
  position:relative !important;
  display:block !important;
  border-radius:18px !important;
  overflow:hidden !important;
  background:#0b0b0d !important;
  box-shadow:0 14px 38px rgba(0,0,0,.22) !important;
  outline:1px solid rgba(255,255,255,.045) !important;
  transition:outline-color .22s ease, box-shadow .22s ease, transform .22s ease !important;
  isolation:isolate !important;
}
.kvs-hometown .hometown-video-grid .thumb > a:hover{
  outline-color:rgba(255,255,255,.13) !important;
  box-shadow:0 22px 60px rgba(0,0,0,.38) !important;
}

.kvs-hometown .hometown-video-grid .img-holder{
  position:relative !important;
  aspect-ratio:16/9 !important;
  min-height:0 !important;
  width:100% !important;
  border-radius:18px !important;
  overflow:hidden !important;
  background:#080809 !important;
}
.kvs-hometown .hometown-video-grid .img-holder:after{
  content:"" !important;
  position:absolute !important;
  inset:0 !important;
  z-index:2 !important;
  background:linear-gradient(180deg,rgba(0,0,0,0) 34%,rgba(0,0,0,.44) 70%,rgba(0,0,0,.86) 100%) !important;
  opacity:0 !important;
  transition:opacity .22s ease !important;
  pointer-events:none !important;
}
.kvs-hometown .hometown-video-grid .thumb > a:hover .img-holder:after{
  opacity:1 !important;
}
.kvs-hometown .hometown-video-grid .img-holder img{
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  display:block !important;
  transform:scale(1) !important;
  transition:transform .32s ease, filter .32s ease !important;
}
.kvs-hometown .hometown-video-grid .thumb > a:hover .img-holder img{
  transform:scale(1.045) !important;
  filter:saturate(1.04) contrast(1.03) !important;
}

/* Overlay title: hidden on desktop until hover, instead of a heavy bottom pill/card. */
.kvs-hometown .hometown-video-grid .title{
  position:absolute !important;
  left:0 !important;
  right:0 !important;
  bottom:0 !important;
  z-index:7 !important;
  min-height:0 !important;
  margin:0 !important;
  padding:54px 14px 31px !important;
  background:linear-gradient(180deg,rgba(0,0,0,0),rgba(0,0,0,.82)) !important;
  color:#fff !important;
  font-size:14px !important;
  line-height:1.22 !important;
  font-weight:720 !important;
  letter-spacing:-.01em !important;
  opacity:0 !important;
  transform:translateY(9px) !important;
  transition:opacity .2s ease, transform .2s ease !important;
  text-shadow:0 2px 14px rgba(0,0,0,.55) !important;
  pointer-events:none !important;
}
.kvs-hometown .hometown-video-grid .thumb > a:hover .title{
  opacity:1 !important;
  transform:translateY(0) !important;
}

/* Meta becomes tiny overlay, not a separate visual block. */
.kvs-hometown .hometown-video-grid .thumb-info,
.kvs-hometown .hometown-video-grid .thumb-bottom,
.kvs-hometown .thumb-bottom{
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
}
.kvs-hometown .hometown-video-grid .thumb-bottom{
  position:absolute !important;
  left:14px !important;
  right:14px !important;
  bottom:10px !important;
  z-index:8 !important;
  display:flex !important;
  gap:10px !important;
  align-items:center !important;
  padding:0 !important;
  margin:0 !important;
  opacity:0 !important;
  transform:translateY(6px) !important;
  transition:opacity .2s ease, transform .2s ease !important;
  color:rgba(255,255,255,.72) !important;
  pointer-events:none !important;
}
.kvs-hometown .hometown-video-grid .thumb > a:hover .thumb-bottom{
  opacity:1 !important;
  transform:translateY(0) !important;
}
.kvs-hometown .hometown-video-grid .thumb-item{
  display:inline-flex !important;
  align-items:center !important;
  gap:4px !important;
  color:rgba(255,255,255,.68) !important;
  font-size:11px !important;
  line-height:1 !important;
  font-weight:600 !important;
}
.kvs-hometown .hometown-video-grid .thumb-item-date{
  display:none !important;
}
.kvs-hometown .hometown-video-grid .thumb-item svg{
  width:12px !important;
  height:12px !important;
  fill:currentColor !important;
  opacity:.8 !important;
}

/* Keep duration / HD, but make them more premium and less loud. */
.kvs-hometown .hometown-video-grid .item-bottom{
  left:10px !important;
  right:10px !important;
  bottom:10px !important;
  z-index:5 !important;
}
.kvs-hometown .hometown-video-grid .time,
.kvs-hometown .hometown-video-grid .qualtiy{
  height:22px !important;
  padding:0 8px !important;
  border-radius:999px !important;
  background:rgba(8,8,9,.68) !important;
  border:1px solid rgba(255,255,255,.13) !important;
  color:rgba(255,255,255,.86) !important;
  font-size:11px !important;
  font-weight:700 !important;
  backdrop-filter:blur(10px) !important;
  -webkit-backdrop-filter:blur(10px) !important;
}
.kvs-hometown .hometown-video-grid .qualtiy{
  background:rgba(255,255,255,.9) !important;
  color:#070708 !important;
  border-color:rgba(255,255,255,.55) !important;
}

/* Top actions stay available but don't clutter the card until hover. */
.kvs-hometown .hometown-video-grid .item-top{
  top:10px !important;
  right:10px !important;
  opacity:0 !important;
  transform:translateY(-4px) !important;
  transition:opacity .2s ease, transform .2s ease !important;
}
.kvs-hometown .hometown-video-grid .thumb:hover .item-top{
  opacity:1 !important;
  transform:translateY(0) !important;
}
.kvs-hometown .hometown-video-grid .item-heart,
.kvs-hometown .hometown-video-grid .item-time{
  width:32px !important;
  height:32px !important;
  border-radius:999px !important;
  background:rgba(8,8,9,.62) !important;
  border:1px solid rgba(255,255,255,.13) !important;
  backdrop-filter:blur(10px) !important;
  -webkit-backdrop-filter:blur(10px) !important;
}
.kvs-hometown .hometown-video-grid .item-heart:hover,
.kvs-hometown .hometown-video-grid .item-time:hover{
  background:#fff !important;
  color:#060607 !important;
  border-color:#fff !important;
}

.kvs-hometown .hometown-video-grid .line-private,
.kvs-hometown .hometown-video-grid .line-premium,
.kvs-hometown .hometown-video-grid .line-disabled,
.kvs-hometown .hometown-video-grid .line-error,
.kvs-hometown .hometown-video-grid .line-processing{
  border-radius:999px !important;
  background:rgba(255,255,255,.88) !important;
  color:#070708 !important;
  border:1px solid rgba(255,255,255,.6) !important;
  font-size:10px !important;
  font-weight:800 !important;
  padding:5px 8px !important;
}

@media (max-width:1500px){
  .kvs-hometown .hometown-video-grid,
  .kvs-hometown .content .hometown-video-grid,
  .kvs-hometown div.thumbs.hometown-video-grid,
  .kvs-hometown form.thumbs.hometown-video-grid{
    grid-template-columns:repeat(auto-fill,minmax(235px,1fr)) !important;
    gap:16px !important;
  }
}
@media (max-width:980px){
  .kvs-hometown .hometown-video-grid,
  .kvs-hometown .content .hometown-video-grid,
  .kvs-hometown div.thumbs.hometown-video-grid,
  .kvs-hometown form.thumbs.hometown-video-grid{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:12px !important;
  }
  .kvs-hometown .hometown-video-grid .title,
  .kvs-hometown .hometown-video-grid .thumb-bottom{
    opacity:1 !important;
    transform:none !important;
  }
  .kvs-hometown .hometown-video-grid .img-holder:after{
    opacity:1 !important;
  }
}
@media (max-width:680px){
  .kvs-hometown .hometown-video-grid,
  .kvs-hometown .content .hometown-video-grid,
  .kvs-hometown div.thumbs.hometown-video-grid,
  .kvs-hometown form.thumbs.hometown-video-grid,
  .kvs-hometown .col-asside .hometown-video-grid{
    grid-template-columns:1fr !important;
    gap:14px !important;
  }
  .kvs-hometown .hometown-video-grid .img-holder{
    aspect-ratio:16/9 !important;
  }
  .kvs-hometown .hometown-video-grid .title{
    font-size:15px !important;
    padding:64px 15px 32px !important;
  }
  .kvs-hometown .hometown-video-grid .item-top{
    opacity:1 !important;
    transform:none !important;
  }
}

/* Hometown KVS v16: larger, cleaner thumbs.
   - cards slightly larger on desktop
   - thumb proportion a bit less elongated
   - HD badge more transparent/subtle
   - action buttons bigger and more comfortable */
.kvs-hometown .hometown-video-grid,
.kvs-hometown .content .hometown-video-grid,
.kvs-hometown div.thumbs.hometown-video-grid,
.kvs-hometown form.thumbs.hometown-video-grid{
  grid-template-columns:repeat(auto-fill,minmax(290px,1fr)) !important;
  gap:20px !important;
}
.kvs-hometown .hometown-video-grid .img-holder{
  aspect-ratio:8/5 !important;
}
.kvs-hometown .hometown-video-grid .title{
  font-size:15px !important;
  padding:58px 16px 34px !important;
}
.kvs-hometown .hometown-video-grid .thumb-bottom{
  left:16px !important;
  right:16px !important;
  bottom:12px !important;
}
.kvs-hometown .hometown-video-grid .item-bottom{
  left:12px !important;
  right:12px !important;
  bottom:12px !important;
}
.kvs-hometown .hometown-video-grid .qualtiy{
  background:rgba(255,255,255,.16) !important;
  color:rgba(255,255,255,.88) !important;
  border-color:rgba(255,255,255,.18) !important;
}
.kvs-hometown .hometown-video-grid .time{
  background:rgba(8,8,9,.48) !important;
  border-color:rgba(255,255,255,.11) !important;
}
.kvs-hometown .hometown-video-grid .item-heart,
.kvs-hometown .hometown-video-grid .item-time{
  width:38px !important;
  height:38px !important;
  background:rgba(8,8,9,.56) !important;
}
.kvs-hometown .hometown-video-grid .item-heart svg,
.kvs-hometown .hometown-video-grid .item-time svg{
  width:17px !important;
  height:17px !important;
}
@media (max-width:1500px){
  .kvs-hometown .hometown-video-grid,
  .kvs-hometown .content .hometown-video-grid,
  .kvs-hometown div.thumbs.hometown-video-grid,
  .kvs-hometown form.thumbs.hometown-video-grid{
    grid-template-columns:repeat(auto-fill,minmax(255px,1fr)) !important;
    gap:17px !important;
  }
}
@media (max-width:680px){
  .kvs-hometown .hometown-video-grid .img-holder{
    aspect-ratio:8/5 !important;
  }
}

/* Hometown KVS v17: homepage-only discovery strip.
   The old strip duplicated header/sidebar navigation; now it only appears on home
   and jumps to real homepage sections. */
.kvs-hometown .home-discovery-strip{
  margin:0 0 18px !important;
  padding:0 0 10px !important;
  gap:8px !important;
}
.kvs-hometown .home-discovery-strip a{
  height:36px !important;
  padding:0 12px !important;
  border-radius:999px !important;
  background:rgba(255,255,255,.045) !important;
  border-color:rgba(255,255,255,.075) !important;
  color:rgba(244,244,245,.76) !important;
  font-weight:650 !important;
  text-transform:none !important;
  letter-spacing:0 !important;
}
.kvs-hometown .home-discovery-strip a.active,
.kvs-hometown .home-discovery-strip a:hover{
  background:rgba(255,255,255,.12) !important;
  border-color:rgba(255,255,255,.18) !important;
  color:#fff !important;
}
.kvs-hometown .home-discovery-strip a i{
  opacity:.72 !important;
}
.kvs-hometown .home-anchor-section{
  scroll-margin-top:calc(var(--topbar-height) + 16px) !important;
  display:flow-root !important;
}
html{
  scroll-behavior:smooth;
}

/* Hometown KVS v18: replace the duplicate home strip with IG-reels style circles. */
.kvs-hometown .home-discovery-strip{
  display:none !important;
}
.kvs-hometown .home-stories{
  margin:0 0 18px !important;
  padding:2px 0 6px !important;
}
.kvs-hometown .stories-track{
  display:flex !important;
  align-items:flex-start !important;
  gap:16px !important;
  overflow-x:auto !important;
  overflow-y:hidden !important;
  padding:2px 2px 8px !important;
  scrollbar-width:none !important;
  -ms-overflow-style:none !important;
}
.kvs-hometown .stories-track::-webkit-scrollbar{display:none !important;}
.kvs-hometown .story-item{
  display:flex !important;
  flex-direction:column !important;
  align-items:center !important;
  justify-content:flex-start !important;
  gap:8px !important;
  min-width:74px !important;
  text-decoration:none !important;
  color:#f4f4f5 !important;
}
.kvs-hometown .story-ring{
  position:relative !important;
  width:68px !important;
  height:68px !important;
  border-radius:999px !important;
  padding:2px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  background:linear-gradient(180deg,rgba(255,255,255,.32),rgba(255,255,255,.08)) !important;
  box-shadow:0 10px 28px rgba(0,0,0,.18), inset 0 1px 0 rgba(255,255,255,.14) !important;
  transition:transform .2s ease, box-shadow .2s ease, background .2s ease !important;
}
.kvs-hometown .story-core{
  width:100% !important;
  height:100% !important;
  border-radius:999px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  background:
    radial-gradient(circle at 30% 25%, rgba(255,255,255,.09), transparent 38%),
    linear-gradient(180deg, rgba(255,255,255,.06), rgba(255,255,255,.02)),
    #0d0d0f !important;
  border:1px solid rgba(255,255,255,.08) !important;
  color:#ffffff !important;
  font-size:22px !important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.05) !important;
}
.kvs-hometown .story-item:hover .story-ring,
.kvs-hometown .story-item:focus-visible .story-ring{
  transform:translateY(-2px) scale(1.03) !important;
  background:linear-gradient(180deg,rgba(255,255,255,.46),rgba(255,255,255,.12)) !important;
  box-shadow:0 18px 38px rgba(0,0,0,.26), inset 0 1px 0 rgba(255,255,255,.18) !important;
}
.kvs-hometown .story-label{
  display:block !important;
  max-width:84px !important;
  text-align:center !important;
  white-space:nowrap !important;
  overflow:hidden !important;
  text-overflow:ellipsis !important;
  color:rgba(244,244,245,.86) !important;
  font-size:12px !important;
  font-weight:700 !important;
  line-height:1.1 !important;
  letter-spacing:0 !important;
}
.kvs-hometown .story-item:hover .story-label,
.kvs-hometown .story-item:focus-visible .story-label{
  color:#fff !important;
}
.kvs-hometown .topbar-left a .brand-badge{
  padding-left:6px !important;
}
@media (max-width:980px){
  .kvs-hometown .home-stories{margin:0 0 14px !important;}
  .kvs-hometown .stories-track{gap:12px !important;padding-bottom:6px !important;}
  .kvs-hometown .story-item{min-width:68px !important;gap:7px !important;}
  .kvs-hometown .story-ring{width:62px !important;height:62px !important;}
  .kvs-hometown .story-core{font-size:20px !important;}
  .kvs-hometown .story-label{font-size:11px !important;max-width:72px !important;}
}

/* Hometown KVS v22: Montserrat + cleaner header + deeper monochrome contrast. */
body,
.kvs-hometown,
.kvs-hometown button,
.kvs-hometown input,
.kvs-hometown textarea,
.kvs-hometown select{
  font-family:"Montserrat",ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif !important;
  letter-spacing:-0.005em !important;
  -webkit-font-smoothing:antialiased !important;
  -moz-osx-font-smoothing:grayscale !important;
}
/* Keep logo typography untouched. */
.kvs-hometown .brand,
.hometown-footer-logo{
  font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Arial,sans-serif !important;
}

/* Remove duplicated header menu; sidebar already handles navigation. */
.kvs-hometown .top-links{
  display:none !important;
}
.kvs-hometown .topbar-search{
  margin-left:auto !important;
  max-width:520px !important;
  flex:1 1 420px !important;
}

/* Deeper monochrome: true black anchor zones with softer panels. */
:root{
  --bg:#000000;
  --bg-2:#030303;
  --panel:#050506;
  --panel-2:#080809;
  --panel-3:#0d0d0f;
  --border:rgba(255,255,255,.065);
  --border-soft:rgba(255,255,255,.045);
  --text:#f5f5f6;
  --muted:#a1a1aa;
  --muted-2:#74747c;
}
html,
body,
.kvs-hometown{
  background:#000 !important;
}
body{
  background:
    radial-gradient(circle at 22% -8%, rgba(255,255,255,.055), transparent 31rem),
    radial-gradient(circle at 80% 0%, rgba(255,255,255,.035), transparent 26rem),
    #000 !important;
}
.kvs-hometown .app-shell{
  background:transparent !important;
}
.kvs-hometown .topbar{
  background:rgba(0,0,0,.84) !important;
  border-bottom-color:rgba(255,255,255,.07) !important;
  box-shadow:0 16px 40px rgba(0,0,0,.48) !important;
  -webkit-backdrop-filter:blur(18px) saturate(145%) !important;
  backdrop-filter:blur(18px) saturate(145%) !important;
}
.kvs-hometown.is-scrolled .topbar,
body.htd-scrolled .kvs-hometown .topbar,
.kvs-hometown .topbar.is-scrolled{
  background:rgba(0,0,0,.66) !important;
  border-bottom-color:rgba(255,255,255,.1) !important;
}
.kvs-hometown .left-sidebar,
.kvs-hometown .right-sidebar,
.kvs-hometown .sidebar{
  background:#000 !important;
  border-color:rgba(255,255,255,.055) !important;
}
.kvs-hometown .side-section,
.kvs-hometown .side-dynamic,
.kvs-hometown .member-control-bar,
.kvs-hometown .block-comments,
.kvs-hometown .comments,
.kvs-hometown .list-comments,
.kvs-hometown .hometown-footer-inner{
  background:linear-gradient(180deg,rgba(255,255,255,.035),rgba(255,255,255,.015)) !important;
  border-color:rgba(255,255,255,.06) !important;
}
.kvs-hometown .content{
  background:
    linear-gradient(180deg,rgba(255,255,255,.018),rgba(255,255,255,0) 260px),
    #030303 !important;
}
.kvs-hometown .topbar-search,
.kvs-hometown .mobile-search-form,
.kvs-hometown .header-controls .header-upload,
.kvs-hometown .header-login,
.kvs-hometown .header-signup,
.kvs-hometown .header-icon-control,
.kvs-hometown .header-member-switcher,
.kvs-hometown .htd-burger,
.kvs-hometown .mobile-search-toggle{
  background:rgba(255,255,255,.045) !important;
  border-color:rgba(255,255,255,.08) !important;
}
.kvs-hometown .topbar-search input::placeholder{
  color:rgba(255,255,255,.42) !important;
}
.kvs-hometown .topbar-search button,
.kvs-hometown .mobile-search-form button{
  background:#000 !important;
  border-left-color:rgba(255,255,255,.08) !important;
}
.kvs-hometown .topbar-search button:hover,
.kvs-hometown .mobile-search-form button:hover,
.kvs-hometown .header-controls .header-upload:hover,
.kvs-hometown .header-signup:hover,
.kvs-hometown .header-login:hover,
.kvs-hometown .header-member-switcher:hover,
.kvs-hometown .mobile-search-toggle:hover,
.kvs-hometown .htd-burger:hover{
  background:#fff !important;
  color:#000 !important;
  border-color:#fff !important;
  filter:none !important;
}
.kvs-hometown .hometown-video-grid .thumb > a,
.kvs-hometown .hometown-video-grid .img-holder,
.kvs-hometown .story-core,
.kvs-hometown .empty-content,
.kvs-hometown .pagination a,
.kvs-hometown .pagination span{
  background:#000 !important;
  border-color:rgba(255,255,255,.06) !important;
}
.kvs-hometown .hometown-video-grid .thumb > a{
  outline-color:rgba(255,255,255,.04) !important;
  box-shadow:0 16px 44px rgba(0,0,0,.34) !important;
}
.kvs-hometown .hometown-video-grid .thumb > a:hover{
  outline-color:rgba(255,255,255,.16) !important;
  box-shadow:0 24px 70px rgba(0,0,0,.52) !important;
}
.kvs-hometown .story-ring{
  background:linear-gradient(180deg,rgba(255,255,255,.25),rgba(255,255,255,.055)) !important;
}
.kvs-hometown .story-core{
  background:
    radial-gradient(circle at 30% 22%, rgba(255,255,255,.08), transparent 36%),
    #000 !important;
}

/* Hometown KVS v23: header button cleanup + left sidebar flat background. */
.kvs-hometown .header-controls .header-upload,
.kvs-hometown .header-login,
.kvs-hometown .header-signup,
.kvs-hometown .header-icon-control,
.kvs-hometown .header-member-switcher{
  height:38px !important;
  min-height:38px !important;
  padding:0 13px !important;
  border-radius:999px !important;
  background:rgba(255,255,255,.045) !important;
  border:1px solid rgba(255,255,255,.085) !important;
  color:rgba(255,255,255,.9) !important;
  font-size:13px !important;
  font-weight:500 !important;
  letter-spacing:0 !important;
  line-height:1 !important;
  box-shadow:none !important;
  filter:none !important;
}
.kvs-hometown .header-controls .header-upload span,
.kvs-hometown .header-login span,
.kvs-hometown .header-signup span,
.kvs-hometown .header-member-switcher span,
.kvs-hometown .header-controls .header-upload a,
.kvs-hometown .header-login a,
.kvs-hometown .header-signup a{
  font-weight:500 !important;
  letter-spacing:0 !important;
}
.kvs-hometown .header-controls .header-upload i,
.kvs-hometown .header-signup i,
.kvs-hometown .header-login i,
.kvs-hometown .header-member-switcher i{
  font-size:13px !important;
  opacity:.9 !important;
}
.kvs-hometown .header-controls .header-upload{
  background:rgba(255,255,255,.07) !important;
  border-color:rgba(255,255,255,.12) !important;
  color:#fff !important;
}
.kvs-hometown .header-controls .header-upload:hover,
.kvs-hometown .header-signup:hover,
.kvs-hometown .header-login:hover,
.kvs-hometown .header-member-switcher:hover,
.kvs-hometown .header-icon-control:hover,
.kvs-hometown .mobile-search-toggle:hover,
.kvs-hometown .htd-burger:hover{
  background:rgba(255,255,255,.13) !important;
  border-color:rgba(255,255,255,.22) !important;
  color:#fff !important;
  box-shadow:none !important;
  filter:none !important;
}
.kvs-hometown .upload-list a,
.kvs-hometown .member-links a,
.kvs-hometown .leng-holder .drop a{
  font-weight:500 !important;
  letter-spacing:0 !important;
}

/* Left sidebar should be one clean black rail, not stacked light boxes. */
.kvs-hometown .left-sidebar{
  background:#000 !important;
}
.kvs-hometown .left-sidebar .side-section,
.kvs-hometown .left-sidebar .side-member-shortcuts,
.kvs-hometown .left-sidebar .side-dynamic{
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
  padding:0 !important;
  border-radius:0 !important;
}
.kvs-hometown .left-sidebar .side-title,
.kvs-hometown .left-sidebar .side-dynamic .headline,
.kvs-hometown .left-sidebar .side-dynamic .headline h2{
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
}
.kvs-hometown .left-sidebar .side-link,
.kvs-hometown .left-sidebar .side-dynamic ul.list a{
  background:transparent !important;
}
.kvs-hometown .left-sidebar .side-link:hover,
.kvs-hometown .left-sidebar .side-link.active,
.kvs-hometown .left-sidebar .side-dynamic ul.list a:hover{
  background:rgba(255,255,255,.075) !important;
}
@media (max-width:980px){
  .kvs-hometown .header-controls .header-upload,
  .kvs-hometown .header-member-switcher{
    padding:0 !important;
  }
}

/* Hometown KVS v24: remove stories, restore scrolling tag/category row, monochrome hover cleanup. */
.kvs-hometown .home-stories,
.kvs-hometown .stories-track{
  display:none !important;
}
.kvs-hometown .content > .container > .tags-row{
  display:block !important;
  margin:0 0 18px !important;
  padding:0 0 6px !important;
  background:transparent !important;
  border:0 !important;
}
.kvs-hometown .content > .container > .tags-row .swiper{
  overflow:hidden !important;
  padding:0 44px !important;
  background:transparent !important;
}
.kvs-hometown .content > .container > .tags-row .swiper-wrapper{
  align-items:center !important;
}
.kvs-hometown .content > .container > .tags-row .swiper-slide{
  width:auto !important;
}
.kvs-hometown .content > .container > .tags-row .swiper-slide a,
.kvs-hometown .category-strip a,
.kvs-hometown .home-discovery-strip a{
  background:rgba(255,255,255,.045) !important;
  border:1px solid rgba(255,255,255,.08) !important;
  color:rgba(244,244,245,.78) !important;
  box-shadow:none !important;
}
.kvs-hometown .content > .container > .tags-row .swiper-slide a:hover,
.kvs-hometown .content > .container > .tags-row .swiper-slide a.active,
.kvs-hometown .category-strip a:hover,
.kvs-hometown .category-strip a.active,
.kvs-hometown .home-discovery-strip a:hover,
.kvs-hometown .home-discovery-strip a.active{
  background:rgba(255,255,255,.12) !important;
  border-color:rgba(255,255,255,.2) !important;
  color:#fff !important;
  box-shadow:none !important;
}
.kvs-hometown .content > .container > .tags-row .swiper-button-prev,
.kvs-hometown .content > .container > .tags-row .swiper-button-next,
.kvs-hometown .tags-row .swiper-button-prev,
.kvs-hometown .tags-row .swiper-button-next{
  width:34px !important;
  height:34px !important;
  margin-top:-17px !important;
  border-radius:999px !important;
  background:rgba(0,0,0,.72) !important;
  border:1px solid rgba(255,255,255,.1) !important;
  color:rgba(255,255,255,.72) !important;
  box-shadow:0 8px 24px rgba(0,0,0,.28) !important;
}
.kvs-hometown .content > .container > .tags-row .swiper-button-prev:hover,
.kvs-hometown .content > .container > .tags-row .swiper-button-next:hover,
.kvs-hometown .tags-row .swiper-button-prev:hover,
.kvs-hometown .tags-row .swiper-button-next:hover{
  background:#fff !important;
  border-color:#fff !important;
  color:#050505 !important;
}
.kvs-hometown .tags-row .swiper-button-prev:after,
.kvs-hometown .tags-row .swiper-button-next:after,
.kvs-hometown .tags-row .swiper-button-prev:hover:after,
.kvs-hometown .tags-row .swiper-button-next:hover:after{
  color:currentColor !important;
  background:none !important;
  font-size:13px !important;
}
.kvs-hometown .tags-row .swiper-button-disabled,
.kvs-hometown .tags-row .swiper-button-disabled:hover{
  opacity:.25 !important;
  background:rgba(0,0,0,.5) !important;
  color:rgba(255,255,255,.5) !important;
  border-color:rgba(255,255,255,.08) !important;
}
/* Broad orange/red inherited hover cleanup for scrolling pills. */
.kvs-hometown .tags-row a:hover,
.kvs-hometown .tags-row a:focus,
.kvs-hometown .tags-row .active,
.kvs-hometown .swiper-slide a:hover{
  background:rgba(255,255,255,.12) !important;
  border-color:rgba(255,255,255,.2) !important;
  color:#fff !important;
}

/* Hometown KVS v25: final header button polish + home tags monochrome fix. */

/* Home tags / category swiper: black pills, black hover, no red/orange inheritance. */
.kvs-hometown #home-tags .swiper a,
.kvs-hometown #home-tags .swiper-slide a,
.kvs-hometown #home-tags .tags-row a,
.kvs-hometown .content > .container #home-tags .swiper-slide a{
  background-color:#0f0f0f !important;
  background:#0f0f0f !important;
  border-color:rgba(255,255,255,.11) !important;
  color:rgba(255,255,255,.82) !important;
  box-shadow:none !important;
}
.kvs-hometown #home-tags .swiper a:hover,
.kvs-hometown #home-tags .swiper-slide a:hover,
.kvs-hometown #home-tags .tags-row a:hover,
.kvs-hometown #home-tags .swiper a:focus,
.kvs-hometown #home-tags .swiper-slide a:focus,
.kvs-hometown #home-tags .swiper-slide a.active{
  background-color:#000000 !important;
  background:#000000 !important;
  border-color:rgba(255,255,255,.24) !important;
  color:#fff !important;
  box-shadow:none !important;
}

/* Swiper controls: no orange/red hover, keep monochrome. */
.kvs-hometown #home-tags .swiper-button-prev,
.kvs-hometown #home-tags .swiper-button-next,
.kvs-hometown .tags-row .swiper-button-prev,
.kvs-hometown .tags-row .swiper-button-next{
  background:#0b0b0b !important;
  border-color:rgba(255,255,255,.12) !important;
  color:rgba(255,255,255,.72) !important;
}
.kvs-hometown #home-tags .swiper-button-prev:hover,
.kvs-hometown #home-tags .swiper-button-next:hover,
.kvs-hometown .tags-row .swiper-button-prev:hover,
.kvs-hometown .tags-row .swiper-button-next:hover{
  background:#000000 !important;
  border-color:rgba(255,255,255,.28) !important;
  color:#ffffff !important;
  box-shadow:0 10px 28px rgba(0,0,0,.35) !important;
}
.kvs-hometown #home-tags .swiper-button-prev:after,
.kvs-hometown #home-tags .swiper-button-next:after,
.kvs-hometown .tags-row .swiper-button-prev:after,
.kvs-hometown .tags-row .swiper-button-next:after{
  color:currentColor !important;
  background:none !important;
}

/* Header controls: consistent sizing and cleaner font weight. */
.kvs-hometown .header-controls{
  gap:10px !important;
}
.kvs-hometown .header-member{
  display:flex !important;
  align-items:center !important;
  gap:10px !important;
}
.kvs-hometown .header-controls .header-upload,
.kvs-hometown .header-login,
.kvs-hometown .header-signup,
.kvs-hometown .header-icon-control,
.kvs-hometown .header-member-switcher{
  height:40px !important;
  min-height:40px !important;
  border-radius:999px !important;
  font-weight:500 !important;
  letter-spacing:0 !important;
  line-height:1 !important;
}
.kvs-hometown .header-login,
.kvs-hometown .header-signup{
  width:104px !important;
  min-width:104px !important;
  padding:0 14px !important;
  justify-content:center !important;
  gap:7px !important;
}
.kvs-hometown .header-controls .header-upload{
  padding:0 15px !important;
  gap:7px !important;
}
.kvs-hometown .header-controls .header-upload span,
.kvs-hometown .header-login,
.kvs-hometown .header-signup,
.kvs-hometown .header-login *,
.kvs-hometown .header-signup *,
.kvs-hometown .header-member-switcher,
.kvs-hometown .header-member-switcher *{
  font-weight:500 !important;
}
.kvs-hometown .header-login i,
.kvs-hometown .header-signup i,
.kvs-hometown .header-controls .header-upload i{
  font-size:13px !important;
  flex:0 0 auto !important;
}

/* Language selector: keep flag and chevron readable, not squeezed. */
.kvs-hometown .header-lang .header-icon-control,
.kvs-hometown .leng-holder.header-lang .lang-item.header-icon-control{
  width:52px !important;
  min-width:52px !important;
  height:40px !important;
  padding:0 10px !important;
  gap:7px !important;
  justify-content:center !important;
  overflow:visible !important;
}
.kvs-hometown .header-lang .lang-item img,
.kvs-hometown .lang-item img,
.kvs-hometown .leng-holder .drop img{
  width:18px !important;
  min-width:18px !important;
  height:12px !important;
  flex:0 0 18px !important;
  object-fit:cover !important;
  border-radius:2px !important;
  opacity:1 !important;
  filter:none !important;
}
.kvs-hometown .header-lang .lang-item i,
.kvs-hometown .leng-holder.header-lang .lang-item i{
  font-size:10px !important;
  line-height:1 !important;
  opacity:.72 !important;
  flex:0 0 auto !important;
  margin:0 !important;
}

/* Header hover stays monochrome and doesn't invert too aggressively. */
.kvs-hometown .header-controls .header-upload:hover,
.kvs-hometown .header-signup:hover,
.kvs-hometown .header-login:hover,
.kvs-hometown .header-member-switcher:hover,
.kvs-hometown .header-icon-control:hover{
  background:#000 !important;
  border-color:rgba(255,255,255,.26) !important;
  color:#fff !important;
}

@media (max-width:980px){
  .kvs-hometown .header-controls{
    gap:6px !important;
    margin-left:auto !important;
  }
  .kvs-hometown .header-member{
    gap:6px !important;
  }
  .kvs-hometown .header-login{
    display:none !important;
  }
  .kvs-hometown .header-signup,
  .kvs-hometown .header-controls .header-upload,
  .kvs-hometown .header-member-switcher{
    display:inline-flex !important;
    width:38px !important;
    min-width:38px !important;
    height:38px !important;
    flex:0 0 38px !important;
    padding:0 !important;
    font-size:0 !important;
    justify-content:center !important;
  }
  .kvs-hometown .header-signup i,
  .kvs-hometown .header-controls .header-upload i{
    font-size:15px !important;
    margin:0 !important;
  }
  .kvs-hometown .header-controls .header-upload span,
  .kvs-hometown .header-signup span,
  .kvs-hometown .mebers-name,
  .kvs-hometown .member-arrow{
    display:none !important;
  }
}
@media (max-width:560px){
  .kvs-hometown .header-controls{
    gap:5px !important;
  }
  .kvs-hometown .header-signup,
  .kvs-hometown .header-controls .header-upload,
  .kvs-hometown .header-member-switcher{
    width:36px !important;
    min-width:36px !important;
    height:36px !important;
    flex-basis:36px !important;
  }
}


/* Hometown KVS v26: header controls alignment + FA icon restore + larger mobile logo.
   Only visual header fixes, no layout/grid/sidebar changes. */

/* Keep Font Awesome icons from being "nerfed" by generic button font-weight rules. */
.kvs-hometown .header-login i,
.kvs-hometown .header-signup i,
.kvs-hometown .header-controls .header-upload i,
.kvs-hometown .header-icon-control i,
.kvs-hometown .mobile-search-toggle i{
  font-family:"Font Awesome 6 Free" !important;
  font-weight:900 !important;
  font-style:normal !important;
  line-height:1 !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  width:16px !important;
  min-width:16px !important;
  height:16px !important;
  font-size:14px !important;
}

/* Equal spacing between Upload / Language / Login / Signup. */
.kvs-hometown .header-controls{
  display:flex !important;
  align-items:center !important;
  gap:12px !important;
}
.kvs-hometown .header-member{
  display:flex !important;
  align-items:center !important;
  gap:12px !important;
  margin:0 !important;
}

/* Normalize all header buttons. Login and Signup must be identical in size. */
.kvs-hometown .header-controls .header-upload,
.kvs-hometown .header-lang .header-icon-control,
.kvs-hometown .leng-holder.header-lang .lang-item.header-icon-control,
.kvs-hometown .header-login,
.kvs-hometown .header-signup,
.kvs-hometown .header-member-switcher{
  box-sizing:border-box !important;
  height:40px !important;
  min-height:40px !important;
  max-height:40px !important;
  border-radius:999px !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  vertical-align:middle !important;
  line-height:1 !important;
  margin:0 !important;
  position:relative !important;
  top:auto !important;
  transform:none !important;
  font-size:13px !important;
  font-weight:500 !important;
  letter-spacing:0 !important;
  white-space:nowrap !important;
}

/* Same visual width for Login and Sign up. */
.kvs-hometown .header-login,
.kvs-hometown .header-signup{
  width:112px !important;
  min-width:112px !important;
  max-width:112px !important;
  flex:0 0 112px !important;
  padding:0 14px !important;
  gap:8px !important;
  text-align:center !important;
}
.kvs-hometown .header-login *,
.kvs-hometown .header-signup *{
  line-height:1 !important;
}

/* Upload stays content-width but aligned and less bulky. */
.kvs-hometown .header-controls .header-upload{
  min-width:104px !important;
  padding:0 16px !important;
  gap:8px !important;
}
.kvs-hometown .header-controls .header-upload span,
.kvs-hometown .header-login,
.kvs-hometown .header-signup,
.kvs-hometown .header-member-switcher,
.kvs-hometown .header-member-switcher *{
  font-weight:500 !important;
}

/* Language selector: equal height, centered flag + chevron. */
.kvs-hometown .header-lang .header-icon-control,
.kvs-hometown .leng-holder.header-lang .lang-item.header-icon-control{
  width:54px !important;
  min-width:54px !important;
  max-width:54px !important;
  flex:0 0 54px !important;
  padding:0 10px !important;
  gap:7px !important;
}
.kvs-hometown .header-lang .lang-item img,
.kvs-hometown .lang-item img{
  display:block !important;
  width:18px !important;
  min-width:18px !important;
  height:12px !important;
  flex:0 0 18px !important;
  object-fit:cover !important;
}
.kvs-hometown .header-lang .lang-item i,
.kvs-hometown .leng-holder.header-lang .lang-item i{
  width:10px !important;
  min-width:10px !important;
  height:10px !important;
  font-size:10px !important;
}

/* Mobile: keep the logo large, and make right controls perfectly square/aligned. */
@media (max-width:980px){
  .kvs-hometown .topbar{
    gap:8px !important;
    padding-left:10px !important;
    padding-right:10px !important;
  }
  .kvs-hometown .topbar-left{
    gap:9px !important;
    min-width:0 !important;
    flex:1 1 auto !important;
  }
  .kvs-hometown .brand{
    flex:0 1 auto !important;
    min-width:0 !important;
    gap:4px !important;
  }
  .kvs-hometown .brand-main{
    font-size:27px !important;
    max-width:none !important;
    padding-right:2px !important;
  }
  .kvs-hometown .brand-badge{
    display:inline-flex !important;
    height:30px !important;
    min-width:62px !important;
    padding:0 7px !important;
    font-size:20px !important;
  }

  .kvs-hometown .header-controls{
    flex:0 0 auto !important;
    margin-left:auto !important;
    gap:7px !important;
  }
  .kvs-hometown .header-member{
    gap:7px !important;
  }

  /* mobile only: hide login, keep signup as icon button */
  .kvs-hometown .header-login{
    display:none !important;
  }
  .kvs-hometown .header-signup,
  .kvs-hometown .header-controls .header-upload,
  .kvs-hometown .header-lang .header-icon-control,
  .kvs-hometown .leng-holder.header-lang .lang-item.header-icon-control,
  .kvs-hometown .header-member-switcher,
  .kvs-hometown .mobile-search-toggle{
    width:38px !important;
    min-width:38px !important;
    max-width:38px !important;
    height:38px !important;
    min-height:38px !important;
    max-height:38px !important;
    flex:0 0 38px !important;
    padding:0 !important;
    margin:0 !important;
    top:auto !important;
    transform:none !important;
    align-self:center !important;
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    line-height:1 !important;
    font-size:0 !important;
  }
  .kvs-hometown .header-signup i,
  .kvs-hometown .header-controls .header-upload i,
  .kvs-hometown .mobile-search-toggle i{
    width:17px !important;
    min-width:17px !important;
    height:17px !important;
    font-size:16px !important;
    margin:0 !important;
    line-height:1 !important;
  }
  .kvs-hometown .header-controls .header-upload span,
  .kvs-hometown .header-signup span,
  .kvs-hometown .mebers-name,
  .kvs-hometown .member-arrow{
    display:none !important;
  }
}

/* Very small screens: logo still stays readable; controls stay aligned. */
@media (max-width:560px){
  .kvs-hometown .topbar{
    gap:7px !important;
    padding-left:8px !important;
    padding-right:8px !important;
  }
  .kvs-hometown .htd-burger{
    width:36px !important;
    min-width:36px !important;
    flex-basis:36px !important;
  }
  .kvs-hometown .brand-main{
    font-size:24px !important;
    max-width:none !important;
  }
  .kvs-hometown .brand-badge{
    display:inline-flex !important;
    height:27px !important;
    min-width:56px !important;
    padding:0 6px !important;
    font-size:18px !important;
  }
  .kvs-hometown .header-controls{
    gap:5px !important;
  }
  .kvs-hometown .header-signup,
  .kvs-hometown .header-controls .header-upload,
  .kvs-hometown .header-lang .header-icon-control,
  .kvs-hometown .leng-holder.header-lang .lang-item.header-icon-control,
  .kvs-hometown .header-member-switcher,
  .kvs-hometown .mobile-search-toggle{
    width:36px !important;
    min-width:36px !important;
    max-width:36px !important;
    height:36px !important;
    min-height:36px !important;
    max-height:36px !important;
    flex-basis:36px !important;
  }
}

/* Hometown KVS v27: final header polish.
   - burger is now a naked icon, not a pill
   - equal spacing across upload / language / login / signup
   - login and signup are visually identical
   - mobile logo remains large and signup stays aligned */
.kvs-hometown .topbar{
  gap:10px !important;
}
.kvs-hometown .topbar-left{
  gap:10px !important;
}

/* Naked burger: no pill/capsule around it. */
.kvs-hometown .htd-burger,
.kvs-hometown .htd-burger:hover,
.kvs-hometown .htd-burger:focus,
.kvs-hometown .htd-burger:active{
  width:32px !important;
  min-width:32px !important;
  max-width:32px !important;
  height:40px !important;
  min-height:40px !important;
  max-height:40px !important;
  flex:0 0 32px !important;
  padding:0 !important;
  margin:0 !important;
  border:0 !important;
  outline:0 !important;
  background:transparent !important;
  box-shadow:none !important;
  border-radius:0 !important;
}
.kvs-hometown .htd-burger span{
  width:24px !important;
  height:2px !important;
  background:rgba(255,255,255,.92) !important;
}
.kvs-hometown .htd-burger:hover span{
  background:#fff !important;
}

/* Header controls: same gap everywhere, no inherited margins between language and login. */
.kvs-hometown .header-controls,
.kvs-hometown .header-member{
  display:flex !important;
  align-items:center !important;
  gap:8px !important;
  column-gap:8px !important;
  margin:0 !important;
}
.kvs-hometown .header-controls > *,
.kvs-hometown .header-member > *,
.kvs-hometown .header-upload-holder,
.kvs-hometown .header-lang,
.kvs-hometown .header-member{
  margin-left:0 !important;
  margin-right:0 !important;
}

/* Make all header buttons share the same base visual language. */
.kvs-hometown .header-controls .header-upload,
.kvs-hometown .header-lang .header-icon-control,
.kvs-hometown .leng-holder.header-lang .lang-item.header-icon-control,
.kvs-hometown .header-login,
.kvs-hometown .header-signup,
.kvs-hometown .header-member-switcher{
  box-sizing:border-box !important;
  height:40px !important;
  min-height:40px !important;
  max-height:40px !important;
  border-radius:999px !important;
  background:#0f0f0f !important;
  border:1px solid rgba(255,255,255,.12) !important;
  color:#f5f5f5 !important;
  box-shadow:none !important;
  filter:none !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:8px !important;
  padding:0 15px !important;
  margin:0 !important;
  line-height:1 !important;
  vertical-align:middle !important;
  font-size:13px !important;
  font-weight:500 !important;
  letter-spacing:0 !important;
  white-space:nowrap !important;
  transform:none !important;
}
.kvs-hometown .header-controls .header-upload:hover,
.kvs-hometown .header-lang .header-icon-control:hover,
.kvs-hometown .leng-holder.header-lang .lang-item.header-icon-control:hover,
.kvs-hometown .header-login:hover,
.kvs-hometown .header-signup:hover,
.kvs-hometown .header-member-switcher:hover{
  background:#000 !important;
  border-color:rgba(255,255,255,.2) !important;
  color:#fff !important;
  filter:none !important;
}

/* Login and signup: identical sizing, identical radius, identical background. */
.kvs-hometown .header-login,
.kvs-hometown .header-signup{
  width:110px !important;
  min-width:110px !important;
  max-width:110px !important;
  flex:0 0 110px !important;
  padding:0 14px !important;
}
.kvs-hometown .header-login i,
.kvs-hometown .header-signup i,
.kvs-hometown .header-controls .header-upload i{
  margin:0 !important;
  width:16px !important;
  min-width:16px !important;
  height:16px !important;
  font-size:14px !important;
  line-height:1 !important;
}

/* Language selector should be compact, but with the exact same gap as the rest. */
.kvs-hometown .header-lang .header-icon-control,
.kvs-hometown .leng-holder.header-lang .lang-item.header-icon-control{
  width:54px !important;
  min-width:54px !important;
  max-width:54px !important;
  flex:0 0 54px !important;
  padding:0 10px !important;
  gap:7px !important;
}

@media (max-width:980px){
  .kvs-hometown .topbar{
    gap:8px !important;
    padding-left:9px !important;
    padding-right:9px !important;
  }
  .kvs-hometown .topbar-left{
    gap:8px !important;
    min-width:0 !important;
    flex:1 1 auto !important;
  }
  .kvs-hometown .htd-burger,
  .kvs-hometown .htd-burger:hover,
  .kvs-hometown .htd-burger:focus,
  .kvs-hometown .htd-burger:active{
    width:30px !important;
    min-width:30px !important;
    max-width:30px !important;
    height:38px !important;
    min-height:38px !important;
    max-height:38px !important;
    flex:0 0 30px !important;
  }
  .kvs-hometown .htd-burger span{
    width:23px !important;
  }
  .kvs-hometown .brand{
    flex:0 1 auto !important;
    min-width:0 !important;
    gap:4px !important;
  }
  .kvs-hometown .brand-main{
    font-size:28px !important;
    max-width:none !important;
    line-height:1 !important;
  }
  .kvs-hometown .brand-badge{
    display:inline-flex !important;
    height:30px !important;
    min-width:62px !important;
    padding:0 7px 0 6px !important;
    font-size:20px !important;
  }
  .kvs-hometown .header-controls,
  .kvs-hometown .header-member{
    gap:6px !important;
    column-gap:6px !important;
    margin-left:auto !important;
    flex:0 0 auto !important;
  }
  .kvs-hometown .header-login{
    display:none !important;
  }
  .kvs-hometown .header-signup,
  .kvs-hometown .header-controls .header-upload,
  .kvs-hometown .header-lang .header-icon-control,
  .kvs-hometown .leng-holder.header-lang .lang-item.header-icon-control,
  .kvs-hometown .header-member-switcher,
  .kvs-hometown .mobile-search-toggle{
    width:38px !important;
    min-width:38px !important;
    max-width:38px !important;
    height:38px !important;
    min-height:38px !important;
    max-height:38px !important;
    flex:0 0 38px !important;
    padding:0 !important;
    margin:0 !important;
    border-radius:999px !important;
    align-self:center !important;
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    line-height:1 !important;
    font-size:0 !important;
    position:relative !important;
    top:auto !important;
    bottom:auto !important;
    transform:none !important;
  }
  .kvs-hometown .header-signup i,
  .kvs-hometown .header-controls .header-upload i,
  .kvs-hometown .mobile-search-toggle i{
    width:17px !important;
    min-width:17px !important;
    height:17px !important;
    font-size:16px !important;
    margin:0 !important;
    line-height:1 !important;
  }
  .kvs-hometown .header-controls .header-upload span,
  .kvs-hometown .header-signup span,
  .kvs-hometown .mebers-name,
  .kvs-hometown .member-arrow{
    display:none !important;
  }
}

@media (max-width:560px){
  .kvs-hometown .topbar{
    gap:6px !important;
    padding-left:8px !important;
    padding-right:8px !important;
  }
  .kvs-hometown .topbar-left{
    gap:7px !important;
  }
  .kvs-hometown .brand-main{
    font-size:26px !important;
    max-width:none !important;
  }
  .kvs-hometown .brand-badge{
    display:inline-flex !important;
    height:28px !important;
    min-width:58px !important;
    padding:0 6px !important;
    font-size:18px !important;
  }
  .kvs-hometown .header-controls,
  .kvs-hometown .header-member{
    gap:5px !important;
    column-gap:5px !important;
  }
  .kvs-hometown .header-signup,
  .kvs-hometown .header-controls .header-upload,
  .kvs-hometown .header-lang .header-icon-control,
  .kvs-hometown .leng-holder.header-lang .lang-item.header-icon-control,
  .kvs-hometown .header-member-switcher,
  .kvs-hometown .mobile-search-toggle{
    width:36px !important;
    min-width:36px !important;
    max-width:36px !important;
    height:36px !important;
    min-height:36px !important;
    max-height:36px !important;
    flex:0 0 36px !important;
  }
}

/* Hometown KVS v28: small polish pass
   - search button blends into the input
   - category swiper arrows are centered + more discreet
   - left sidebar menu has more click area */
.kvs-hometown .topbar-search,
.kvs-hometown .mobile-search-form{
  background:rgba(255,255,255,.045) !important;
  border-color:rgba(255,255,255,.08) !important;
}
.kvs-hometown .topbar-search button,
.kvs-hometown .mobile-search-form button{
  background:transparent !important;
  border-left:0 !important;
  color:rgba(255,255,255,.78) !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
}
.kvs-hometown .topbar-search button:hover,
.kvs-hometown .mobile-search-form button:hover{
  background:rgba(255,255,255,.055) !important;
  color:#fff !important;
  border-color:transparent !important;
}
.kvs-hometown .topbar-search button i,
.kvs-hometown .mobile-search-form button i{
  line-height:1 !important;
  margin:0 !important;
}

/* Category / tags carousel arrows: no heavy pill, centered icon. */
.kvs-hometown #home-tags .swiper-button-prev,
.kvs-hometown #home-tags .swiper-button-next,
.kvs-hometown .content > .container > .tags-row .swiper-button-prev,
.kvs-hometown .content > .container > .tags-row .swiper-button-next,
.kvs-hometown .tags-row .swiper-button-prev,
.kvs-hometown .tags-row .swiper-button-next{
  width:32px !important;
  height:32px !important;
  margin-top:-16px !important;
  border:0 !important;
  border-radius:999px !important;
  background:rgba(255,255,255,.025) !important;
  box-shadow:none !important;
  color:rgba(255,255,255,.62) !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  overflow:hidden !important;
}
.kvs-hometown #home-tags .swiper-button-prev:hover,
.kvs-hometown #home-tags .swiper-button-next:hover,
.kvs-hometown .content > .container > .tags-row .swiper-button-prev:hover,
.kvs-hometown .content > .container > .tags-row .swiper-button-next:hover,
.kvs-hometown .tags-row .swiper-button-prev:hover,
.kvs-hometown .tags-row .swiper-button-next:hover{
  background:rgba(255,255,255,.075) !important;
  border:0 !important;
  color:#fff !important;
  box-shadow:none !important;
}
.kvs-hometown #home-tags .swiper-button-prev:after,
.kvs-hometown #home-tags .swiper-button-next:after,
.kvs-hometown .content > .container > .tags-row .swiper-button-prev:after,
.kvs-hometown .content > .container > .tags-row .swiper-button-next:after,
.kvs-hometown .tags-row .swiper-button-prev:after,
.kvs-hometown .tags-row .swiper-button-next:after{
  display:block !important;
  width:1em !important;
  height:1em !important;
  line-height:1 !important;
  margin:0 !important;
  padding:0 !important;
  text-align:center !important;
  font-size:12px !important;
  color:currentColor !important;
  background:none !important;
  transform:none !important;
}
.kvs-hometown .tags-row .swiper-button-disabled,
.kvs-hometown .tags-row .swiper-button-disabled:hover{
  opacity:.18 !important;
  background:transparent !important;
}

/* Left sidebar: more comfortable click targets. */
.kvs-hometown .left-sidebar .side-section{
  margin-bottom:24px !important;
}
.kvs-hometown .left-sidebar .side-link,
.kvs-hometown .left-sidebar .side-dynamic ul.list a{
  min-height:43px !important;
  padding:0 12px !important;
  border-radius:12px !important;
  margin:3px 0 !important;
  gap:12px !important;
}
.kvs-hometown .left-sidebar .side-ico{
  width:22px !important;
  min-width:22px !important;
  font-size:15px !important;
}
.kvs-hometown .left-sidebar .side-title,
.kvs-hometown .left-sidebar .side-dynamic .headline h2 a{
  margin-bottom:10px !important;
}
.kvs-hometown.sidebar-collapsed .left-sidebar .side-link{
  min-height:44px !important;
  margin:4px 0 !important;
  padding:0 !important;
}

/* Hometown KVS v29: micro polish pass.
   - logo badge optical centering
   - mobile header icon alignment
   - mobile thumb action cleanup
   - centered swiper arrows
   - right sidebar tags must behave as plain wrapped tags, not carousel */
.kvs-hometown .topbar-left a .brand-badge,
.kvs-hometown .brand-badge{
  padding-right:10px !important;
}
@media (max-width:980px){
  .kvs-hometown .topbar-left a .brand-badge,
  .kvs-hometown .brand-badge{
    height:32px !important;
    min-width:66px !important;
    padding:0 10px 0 7px !important;
    font-size:21px !important;
  }
}
@media (max-width:560px){
  .kvs-hometown .topbar-left a .brand-badge,
  .kvs-hometown .brand-badge{
    height:30px !important;
    min-width:63px !important;
    padding:0 10px 0 7px !important;
    font-size:20px !important;
  }
}

/* Mobile signup icon: force exact optical center inside the button. */
@media (max-width:980px){
  .kvs-hometown .header-signup{
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    text-align:center !important;
    vertical-align:middle !important;
  }
  .kvs-hometown .header-signup i,
  .kvs-hometown .header-signup svg{
    position:static !important;
    display:block !important;
    margin:0 !important;
    padding:0 !important;
    line-height:1 !important;
    transform:none !important;
    inset:auto !important;
  }
}

/* Mobile thumb actions: avoid the double-pill / duplicated look. Desktop remains unchanged. */
@media (max-width:680px){
  .kvs-hometown .hometown-video-grid .item-top{
    top:10px !important;
    right:10px !important;
    gap:7px !important;
    opacity:1 !important;
    transform:none !important;
  }
  .kvs-hometown .hometown-video-grid .item-heart,
  .kvs-hometown .hometown-video-grid .item-time{
    width:38px !important;
    height:38px !important;
    min-width:38px !important;
    min-height:38px !important;
    padding:0 !important;
    margin:0 !important;
    border-radius:999px !important;
    background:rgba(0,0,0,.42) !important;
    border:1px solid rgba(255,255,255,.13) !important;
    box-shadow:none !important;
    outline:0 !important;
    overflow:hidden !important;
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    font-size:0 !important;
  }
  .kvs-hometown .hometown-video-grid .item-heart:before,
  .kvs-hometown .hometown-video-grid .item-heart:after,
  .kvs-hometown .hometown-video-grid .item-time:before,
  .kvs-hometown .hometown-video-grid .item-time:after{
    display:none !important;
    content:none !important;
  }
  .kvs-hometown .hometown-video-grid .item-heart svg,
  .kvs-hometown .hometown-video-grid .item-time svg{
    width:17px !important;
    height:17px !important;
    margin:0 !important;
    display:block !important;
  }
}

/* Swiper arrows: center the glyph perfectly in both desktop and mobile. */
.kvs-hometown .swiper-button-prev,
.kvs-hometown .swiper-button-next,
.kvs-hometown #home-tags .swiper-button-prev,
.kvs-hometown #home-tags .swiper-button-next,
.kvs-hometown .tags-row .swiper-button-prev,
.kvs-hometown .tags-row .swiper-button-next{
  position:absolute !important;
  padding:0 !important;
  line-height:0 !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  text-align:center !important;
}
.kvs-hometown .swiper-button-prev:after,
.kvs-hometown .swiper-button-next:after,
.kvs-hometown #home-tags .swiper-button-prev:after,
.kvs-hometown #home-tags .swiper-button-next:after,
.kvs-hometown .tags-row .swiper-button-prev:after,
.kvs-hometown .tags-row .swiper-button-next:after{
  position:absolute !important;
  left:50% !important;
  top:50% !important;
  width:auto !important;
  height:auto !important;
  margin:0 !important;
  padding:0 !important;
  display:block !important;
  line-height:1 !important;
  transform:translate(-50%,-50%) !important;
  text-align:center !important;
  font-size:13px !important;
}

/* Right sidebar popular tags: render as plain wrapped tags, no swiper behaviour or arrows. */
.kvs-hometown .right-sidebar .tags-row,
.kvs-hometown .right-sidebar .swiper.tags-row,
.kvs-hometown .right-sidebar .swiper,
.kvs-hometown .right-sidebar .swiper-initialized{
  overflow:visible !important;
  height:auto !important;
  min-height:0 !important;
  padding:0 !important;
  margin:0 !important;
  touch-action:auto !important;
}
.kvs-hometown .right-sidebar .swiper-wrapper{
  display:flex !important;
  flex-wrap:wrap !important;
  gap:8px !important;
  width:auto !important;
  height:auto !important;
  transform:none !important;
  transition:none !important;
}
.kvs-hometown .right-sidebar .swiper-slide{
  width:auto !important;
  min-width:0 !important;
  max-width:none !important;
  flex:0 0 auto !important;
  margin:0 !important;
  transform:none !important;
}
.kvs-hometown .right-sidebar .swiper-button-prev,
.kvs-hometown .right-sidebar .swiper-button-next,
.kvs-hometown .right-sidebar .swiper-pagination{
  display:none !important;
  visibility:hidden !important;
  opacity:0 !important;
  pointer-events:none !important;
}


/* Hometown KVS v35: hard restore v29-sized auth buttons.
   Compact by default, grows naturally only when translated text needs it.
   No ellipsis on desktop. No orange hover, no inherited pseudo overlays. */
@media (min-width:981px){
  html body .kvs-hometown .topbar .header-controls{
    gap:6px !important;
    column-gap:6px !important;
  }

  html body .kvs-hometown .topbar .header-controls a#login.login.header-login,
  html body .kvs-hometown .topbar .header-controls a.login.header-login,
  html body .kvs-hometown .topbar .header-controls a#signup.signup.header-signup,
  html body .kvs-hometown .topbar .header-controls a.signup.header-signup{
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    gap:7px !important;
    height:38px !important;
    min-height:38px !important;
    max-height:38px !important;
    width:auto !important;
    min-width:0 !important;
    max-width:none !important;
    flex:0 0 auto !important;
    padding:0 12px !important;
    margin:0 !important;
    border-radius:999px !important;
    font-size:13px !important;
    line-height:38px !important;
    font-weight:500 !important;
    white-space:nowrap !important;
    overflow:visible !important;
    text-overflow:clip !important;
    text-transform:none !important;
    letter-spacing:0 !important;
    box-shadow:none !important;
    filter:none !important;
    transform:none !important;
  }

  html body .kvs-hometown .topbar .header-controls a#login.login.header-login,
  html body .kvs-hometown .topbar .header-controls a.login.header-login{
    background:rgba(255,255,255,.045) !important;
    background-image:none !important;
    border:1px solid rgba(255,255,255,.085) !important;
    color:#f4f4f5 !important;
  }

  html body .kvs-hometown .topbar .header-controls a#signup.signup.header-signup,
  html body .kvs-hometown .topbar .header-controls a.signup.header-signup{
    background:#fff !important;
    background-image:none !important;
    border:1px solid #fff !important;
    color:#050506 !important;
  }

  html body .kvs-hometown .topbar .header-controls a#login.login.header-login:hover,
  html body .kvs-hometown .topbar .header-controls a#login.login.header-login:focus,
  html body .kvs-hometown .topbar .header-controls a#login.login.header-login:active,
  html body .kvs-hometown .topbar .header-controls a.login.header-login:hover,
  html body .kvs-hometown .topbar .header-controls a.login.header-login:focus,
  html body .kvs-hometown .topbar .header-controls a.login.header-login:active{
    background:rgba(255,255,255,.11) !important;
    background-image:none !important;
    border-color:rgba(255,255,255,.16) !important;
    color:#fff !important;
    box-shadow:none !important;
    filter:none !important;
  }

  html body .kvs-hometown .topbar .header-controls a#signup.signup.header-signup:hover,
  html body .kvs-hometown .topbar .header-controls a#signup.signup.header-signup:focus,
  html body .kvs-hometown .topbar .header-controls a#signup.signup.header-signup:active,
  html body .kvs-hometown .topbar .header-controls a.signup.header-signup:hover,
  html body .kvs-hometown .topbar .header-controls a.signup.header-signup:focus,
  html body .kvs-hometown .topbar .header-controls a.signup.header-signup:active{
    background:#fff !important;
    background-image:none !important;
    border-color:#fff !important;
    color:#050506 !important;
    box-shadow:none !important;
    filter:none !important;
  }

  html body .kvs-hometown .topbar .header-controls a#login.login.header-login:before,
  html body .kvs-hometown .topbar .header-controls a#login.login.header-login:after,
  html body .kvs-hometown .topbar .header-controls a#signup.signup.header-signup:before,
  html body .kvs-hometown .topbar .header-controls a#signup.signup.header-signup:after,
  html body .kvs-hometown .topbar .header-controls a.login.header-login:before,
  html body .kvs-hometown .topbar .header-controls a.login.header-login:after,
  html body .kvs-hometown .topbar .header-controls a.signup.header-signup:before,
  html body .kvs-hometown .topbar .header-controls a.signup.header-signup:after{
    content:none !important;
    display:none !important;
    background:none !important;
    background-image:none !important;
  }
}

/* Mobile keeps compact icon buttons; no text truncation hacks on desktop. */
@media (max-width:980px){
  html body .kvs-hometown .topbar .header-controls a#login.login.header-login,
  html body .kvs-hometown .topbar .header-controls a.login.header-login{
    display:none !important;
  }
  html body .kvs-hometown .topbar .header-controls a#signup.signup.header-signup,
  html body .kvs-hometown .topbar .header-controls a.signup.header-signup{
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    width:36px !important;
    min-width:36px !important;
    max-width:36px !important;
    height:36px !important;
    min-height:36px !important;
    max-height:36px !important;
    flex:0 0 36px !important;
    padding:0 !important;
    border-radius:999px !important;
    background:#fff !important;
    background-image:none !important;
    border:1px solid #fff !important;
    color:#050506 !important;
    font-size:0 !important;
    line-height:1 !important;
  }
  html body .kvs-hometown .topbar .header-controls a#signup.signup.header-signup i,
  html body .kvs-hometown .topbar .header-controls a.signup.header-signup i{
    font-size:15px !important;
    width:15px !important;
    height:15px !important;
    min-width:15px !important;
    margin:0 !important;
    line-height:1 !important;
    display:block !important;
    position:static !important;
    transform:none !important;
  }
}

/* Hometown KVS v36: darker, less shouty header borders */
html body .kvs-hometown .topbar-search{
  border-color:rgba(255,255,255,.055) !important;
}
html body .kvs-hometown .topbar-search button{
  border-left:0 !important;
  box-shadow:none !important;
}
html body .kvs-hometown .topbar .header-controls .header-upload,
html body .kvs-hometown .topbar .header-controls .header-login,
html body .kvs-hometown .topbar .header-controls .header-icon-control,
html body .kvs-hometown .topbar .header-controls .header-member-switcher,
html body .kvs-hometown .topbar .header-lang .lang-item,
html body .kvs-hometown .topbar .header-upload-holder .header-upload{
  border-color:rgba(255,255,255,.055) !important;
}
html body .kvs-hometown .topbar .header-controls .header-upload:hover,
html body .kvs-hometown .topbar .header-controls .header-login:hover,
html body .kvs-hometown .topbar .header-controls .header-icon-control:hover,
html body .kvs-hometown .topbar .header-controls .header-member-switcher:hover,
html body .kvs-hometown .topbar .header-lang .lang-item:hover,
html body .kvs-hometown .topbar .header-upload-holder .header-upload:hover{
  border-color:rgba(255,255,255,.075) !important;
}


/* Hometown KVS v37: force darker subtle borders on language chip + login.
   The previous pass was losing against stronger inherited selectors. */
html body .kvs-hometown .topbar .header-controls a#login.login.header-login,
html body .kvs-hometown .topbar .header-controls a.login.header-login,
html body .kvs-hometown .topbar .header-controls #login.header-login,
html body .kvs-hometown .topbar .header-controls .login.header-login{
  border-color:rgba(255,255,255,.055) !important;
}

html body .kvs-hometown .topbar .header-controls a#login.login.header-login:hover,
html body .kvs-hometown .topbar .header-controls a#login.login.header-login:focus,
html body .kvs-hometown .topbar .header-controls a#login.login.header-login:active,
html body .kvs-hometown .topbar .header-controls a.login.header-login:hover,
html body .kvs-hometown .topbar .header-controls a.login.header-login:focus,
html body .kvs-hometown .topbar .header-controls a.login.header-login:active{
  border-color:rgba(255,255,255,.075) !important;
  background:rgba(255,255,255,.09) !important;
  background-image:none !important;
}

html body .kvs-hometown .topbar .header-controls .leng-holder.header-lang > a.lang-item.header-icon-control,
html body .kvs-hometown .topbar .header-controls .header-lang > a.header-icon-control,
html body .kvs-hometown .topbar .header-controls .header-lang .lang-item,
html body .kvs-hometown .topbar .header-controls .lang-item.header-icon-control{
  border-color:rgba(255,255,255,.055) !important;
}

html body .kvs-hometown .topbar .header-controls .leng-holder.header-lang > a.lang-item.header-icon-control:hover,
html body .kvs-hometown .topbar .header-controls .header-lang > a.header-icon-control:hover,
html body .kvs-hometown .topbar .header-controls .header-lang .lang-item:hover,
html body .kvs-hometown .topbar .header-controls .lang-item.header-icon-control:hover{
  border-color:rgba(255,255,255,.075) !important;
  background:rgba(255,255,255,.09) !important;
  background-image:none !important;
}


/* Hometown KVS v38: polish scroller categories, New Videos sort selector and right sidebar categories/tags.
   Keep monochrome: darker borders, no bright grey, no orange/red hover. */

/* Homepage category/tag horizontal scrollers */
html body .kvs-hometown #home-tags .swiper a,
html body .kvs-hometown #home-categories .swiper a,
html body .kvs-hometown .home-anchor-section .swiper a,
html body .kvs-hometown .category-strip a,
html body .kvs-hometown .tags-cloud a,
html body .kvs-hometown .list-tags a{
  background:#0f0f0f !important;
  background-image:none !important;
  border-color:rgba(255,255,255,.045) !important;
  color:rgba(244,244,245,.78) !important;
  box-shadow:none !important;
}

html body .kvs-hometown #home-tags .swiper a:hover,
html body .kvs-hometown #home-categories .swiper a:hover,
html body .kvs-hometown .home-anchor-section .swiper a:hover,
html body .kvs-hometown .category-strip a:hover,
html body .kvs-hometown .category-strip a.active,
html body .kvs-hometown .tags-cloud a:hover,
html body .kvs-hometown .list-tags a:hover{
  background:#000 !important;
  background-image:none !important;
  border-color:rgba(255,255,255,.075) !important;
  color:#fff !important;
}

/* Swiper / slider arrows in home scrollers */
html body .kvs-hometown .swiper-button-next,
html body .kvs-hometown .swiper-button-prev,
html body .kvs-hometown .carousel-next,
html body .kvs-hometown .carousel-prev,
html body .kvs-hometown .section-next,
html body .kvs-hometown .section-prev,
html body .kvs-hometown .slider-next,
html body .kvs-hometown .slider-prev{
  background:rgba(0,0,0,.34) !important;
  background-image:none !important;
  border-color:rgba(255,255,255,.045) !important;
  color:rgba(255,255,255,.72) !important;
  box-shadow:none !important;
}

html body .kvs-hometown .swiper-button-next:hover,
html body .kvs-hometown .swiper-button-prev:hover,
html body .kvs-hometown .carousel-next:hover,
html body .kvs-hometown .carousel-prev:hover,
html body .kvs-hometown .section-next:hover,
html body .kvs-hometown .section-prev:hover,
html body .kvs-hometown .slider-next:hover,
html body .kvs-hometown .slider-prev:hover{
  background:rgba(0,0,0,.58) !important;
  background-image:none !important;
  border-color:rgba(255,255,255,.08) !important;
  color:#fff !important;
}

/* New Videos block sorting / latest selector */
html body .kvs-hometown .sort,
html body .kvs-hometown .sorting,
html body .kvs-hometown .tabs-menu,
html body .kvs-hometown .headline .sort,
html body .kvs-hometown .heading .sort,
html body .kvs-hometown .block-sort{
  border-color:rgba(255,255,255,.045) !important;
}

html body .kvs-hometown .sort a,
html body .kvs-hometown .sorting a,
html body .kvs-hometown .tabs-menu a,
html body .kvs-hometown .block-sort a,
html body .kvs-hometown .sort select,
html body .kvs-hometown .sorting select,
html body .kvs-hometown .block-sort select{
  background:#0f0f0f !important;
  background-image:none !important;
  border-color:rgba(255,255,255,.045) !important;
  color:rgba(244,244,245,.78) !important;
  box-shadow:none !important;
}

html body .kvs-hometown .sort a:hover,
html body .kvs-hometown .sort a.active,
html body .kvs-hometown .sorting a:hover,
html body .kvs-hometown .sorting a.active,
html body .kvs-hometown .tabs-menu a:hover,
html body .kvs-hometown .tabs-menu a.active,
html body .kvs-hometown .block-sort a:hover,
html body .kvs-hometown .block-sort a.active{
  background:#000 !important;
  background-image:none !important;
  border-color:rgba(255,255,255,.075) !important;
  color:#fff !important;
}

/* Right sidebar categories / tags: cleaner, darker, more premium */
html body .kvs-hometown .right-sidebar .side-section,
html body .kvs-hometown .right-sidebar .side-dynamic{
  border-color:rgba(255,255,255,.045) !important;
}

html body .kvs-hometown .right-sidebar .side-dynamic a,
html body .kvs-hometown .right-sidebar .side-categories a,
html body .kvs-hometown .right-sidebar .side-tags a,
html body .kvs-hometown .right-sidebar .list a,
html body .kvs-hometown .right-sidebar .list li a,
html body .kvs-hometown .right-sidebar .tags-cloud a{
  background:rgba(255,255,255,.025) !important;
  background-image:none !important;
  border:1px solid rgba(255,255,255,.04) !important;
  color:rgba(244,244,245,.72) !important;
  border-radius:12px !important;
  box-shadow:none !important;
}

html body .kvs-hometown .right-sidebar .side-dynamic a:hover,
html body .kvs-hometown .right-sidebar .side-categories a:hover,
html body .kvs-hometown .right-sidebar .side-tags a:hover,
html body .kvs-hometown .right-sidebar .list a:hover,
html body .kvs-hometown .right-sidebar .list li a:hover,
html body .kvs-hometown .right-sidebar .tags-cloud a:hover{
  background:#000 !important;
  background-image:none !important;
  border-color:rgba(255,255,255,.075) !important;
  color:#fff !important;
}

/* Kill inherited orange/red pseudo overlays in these zones */
html body .kvs-hometown #home-tags .swiper a:before,
html body .kvs-hometown #home-tags .swiper a:after,
html body .kvs-hometown #home-categories .swiper a:before,
html body .kvs-hometown #home-categories .swiper a:after,
html body .kvs-hometown .category-strip a:before,
html body .kvs-hometown .category-strip a:after,
html body .kvs-hometown .sort a:before,
html body .kvs-hometown .sort a:after,
html body .kvs-hometown .right-sidebar a:before,
html body .kvs-hometown .right-sidebar a:after{
  background:none !important;
  background-image:none !important;
  content:none !important;
  display:none !important;
}


/* Hometown KVS v39: no right sidebar on single video pages. */
@media (min-width:1281px){
  html body .kvs-hometown.video-page .app-shell{
    grid-template-columns:var(--left-width) minmax(0,1fr) !important;
  }
  html body .kvs-hometown.video-page.sidebar-collapsed .app-shell{
    grid-template-columns:var(--left-mini-width) minmax(0,1fr) !important;
  }
  html body .kvs-hometown.video-page .content{
    grid-column:2 !important;
  }
  html body .kvs-hometown.video-page .right-sidebar{
    display:none !important;
  }
}

/* Hometown KVS v40: video grid micro polish
   - thumbs slightly smaller
   - less rounded thumbnail corners
   - views/rating centered on hover without touching HD/duration badges */
html body .kvs-hometown .hometown-video-grid,
html body .kvs-hometown .content .hometown-video-grid,
html body .kvs-hometown div.thumbs.hometown-video-grid,
html body .kvs-hometown form.thumbs.hometown-video-grid{
  grid-template-columns:repeat(auto-fill,minmax(270px,1fr)) !important;
  gap:18px !important;
}

html body .kvs-hometown .hometown-video-grid .thumb,
html body .kvs-hometown .hometown-video-grid .thumb > a,
html body .kvs-hometown .hometown-video-grid .img-holder{
  border-radius:12px !important;
}

html body .kvs-hometown .hometown-video-grid .title{
  padding:54px 15px 34px !important;
}

/* Center meta line so it doesn't collide with duration / HD badges. */
html body .kvs-hometown .hometown-video-grid .thumb-bottom{
  left:50% !important;
  right:auto !important;
  bottom:12px !important;
  width:auto !important;
  max-width:calc(100% - 112px) !important;
  justify-content:center !important;
  transform:translateX(-50%) translateY(6px) !important;
  text-align:center !important;
  gap:9px !important;
  white-space:nowrap !important;
}
html body .kvs-hometown .hometown-video-grid .thumb > a:hover .thumb-bottom{
  transform:translateX(-50%) translateY(0) !important;
}
html body .kvs-hometown .hometown-video-grid .thumb-item{
  justify-content:center !important;
}

@media (max-width:1500px){
  html body .kvs-hometown .hometown-video-grid,
  html body .kvs-hometown .content .hometown-video-grid,
  html body .kvs-hometown div.thumbs.hometown-video-grid,
  html body .kvs-hometown form.thumbs.hometown-video-grid{
    grid-template-columns:repeat(auto-fill,minmax(245px,1fr)) !important;
    gap:16px !important;
  }
}
@media (max-width:680px){
  html body .kvs-hometown .hometown-video-grid,
  html body .kvs-hometown .content .hometown-video-grid,
  html body .kvs-hometown div.thumbs.hometown-video-grid,
  html body .kvs-hometown form.thumbs.hometown-video-grid,
  html body .kvs-hometown .col-asside .hometown-video-grid{
    grid-template-columns:1fr !important;
    gap:14px !important;
  }
  html body .kvs-hometown .hometown-video-grid .thumb-bottom{
    max-width:calc(100% - 92px) !important;
    bottom:11px !important;
  }
}


/* Hometown KVS v41: remember compact sidebar + tighter home spacing */
html body .kvs-hometown #home-tags{
  margin-bottom:6px !important;
  padding-bottom:0 !important;
}

html body .kvs-hometown #home-tags .swiper,
html body .kvs-hometown #home-tags .tags-cloud,
html body .kvs-hometown #home-tags .list-tags,
html body .kvs-hometown #home-tags .block-content{
  margin-bottom:0 !important;
  padding-bottom:0 !important;
}

html body .kvs-hometown #home-watching{
  margin-top:4px !important;
  padding-top:0 !important;
}

html body .kvs-hometown #home-tags + #home-watching{
  margin-top:6px !important;
}

html body .kvs-hometown #home-watching .heading{
  margin-top:0 !important;
  margin-bottom:12px !important;
}

/* Hometown KVS v42: tighter watched block + subtle hero glow under header */
html body .kvs-hometown #home-tags{
  margin-bottom:0 !important;
  padding-bottom:0 !important;
}
html body .kvs-hometown #home-tags .swiper,
html body .kvs-hometown #home-tags .tags-cloud,
html body .kvs-hometown #home-tags .list-tags,
html body .kvs-hometown #home-tags .block-content,
html body .kvs-hometown #home-tags .tags-row{
  margin-bottom:0 !important;
  padding-bottom:0 !important;
}
html body .kvs-hometown #home-watching{
  margin-top:-10px !important;
  padding-top:0 !important;
}
html body .kvs-hometown #home-tags + #home-watching{
  margin-top:-6px !important;
}
html body .kvs-hometown #home-watching .heading,
html body .kvs-hometown #home-watching .headline{
  margin-top:0 !important;
  padding-top:0 !important;
}

html body .kvs-hometown .content > .container::before{
  content:"" !important;
  position:absolute !important;
  left:50% !important;
  top:-10px !important;
  transform:translateX(-50%) !important;
  width:min(920px, 88vw) !important;
  height:240px !important;
  pointer-events:none !important;
  z-index:0 !important;
  background:
    radial-gradient(ellipse at center,
      rgba(255,255,255,.085) 0%,
      rgba(255,255,255,.045) 24%,
      rgba(255,255,255,.018) 46%,
      rgba(255,255,255,0) 72%) !important;
  filter:blur(28px) !important;
  opacity:.85 !important;
}
html body .kvs-hometown .content > .container > *{
  position:relative !important;
  z-index:1 !important;
}
@media (max-width:980px){
  html body .kvs-hometown .content > .container::before{
    width:min(760px, 96vw) !important;
    height:180px !important;
    top:-6px !important;
    filter:blur(24px) !important;
    opacity:.8 !important;
  }
  html body .kvs-hometown #home-watching{
    margin-top:-8px !important;
  }
}

/* Hometown KVS v43: fix watched spacing + cleaner center glow from under header */
html body .kvs-hometown #home-watching,
html body .kvs-hometown #home-tags + #home-watching{
  margin-top:12px !important;
  padding-top:0 !important;
}
html body .kvs-hometown #home-watching .heading,
html body .kvs-hometown #home-watching .headline{
  margin-top:0 !important;
  padding-top:0 !important;
}

/* Remove the previous container glow from v42 */
html body .kvs-hometown .content > .container::before{
  display:none !important;
  content:none !important;
  background:none !important;
  filter:none !important;
}

/* New glow: centered, stronger, coming from just under the header */
html body .kvs-hometown .content{
  position:relative !important;
  isolation:isolate !important;
}
html body .kvs-hometown .content::before{
  content:"" !important;
  position:absolute !important;
  left:50% !important;
  top:-2px !important;
  transform:translateX(-50%) !important;
  width:min(980px, 82vw) !important;
  height:260px !important;
  pointer-events:none !important;
  z-index:0 !important;
  background:
    radial-gradient(ellipse at 50% 0%,
      rgba(255,255,255,.18) 0%,
      rgba(255,255,255,.105) 20%,
      rgba(255,255,255,.045) 42%,
      rgba(255,255,255,.014) 62%,
      rgba(255,255,255,0) 78%) !important;
  filter:blur(18px) !important;
  opacity:.95 !important;
}
html body .kvs-hometown .content > .container{
  position:relative !important;
  z-index:1 !important;
}
@media (max-width:980px){
  html body .kvs-hometown .content::before{
    top:0 !important;
    width:96vw !important;
    height:190px !important;
    filter:blur(16px) !important;
    opacity:.88 !important;
  }
  html body .kvs-hometown #home-watching,
  html body .kvs-hometown #home-tags + #home-watching{
    margin-top:10px !important;
  }
}

/* Hometown KVS v44: softer header glow + single video layout/pills polish */
/* Slightly soften the center of the header glow while keeping the same position. */
html body .kvs-hometown .content::before{
  background:
    radial-gradient(ellipse at 50% 0%,
      rgba(255,255,255,.135) 0%,
      rgba(255,255,255,.078) 22%,
      rgba(255,255,255,.036) 44%,
      rgba(255,255,255,.012) 64%,
      rgba(255,255,255,0) 80%) !important;
  opacity:.9 !important;
  filter:blur(20px) !important;
}

/* Single video: prevent the inner right column from overflowing off-screen. */
html body .kvs-hometown.video-page .video-holder,
html body .kvs-hometown.video-page .video-inner,
html body .kvs-hometown.video-page .video-cols,
html body .kvs-hometown.video-page .col-video,
html body .kvs-hometown.video-page .col-asside{
  min-width:0 !important;
  max-width:100% !important;
  box-sizing:border-box !important;
}
html body .kvs-hometown.video-page .video-cols{
  width:100% !important;
  grid-template-columns:minmax(0,1fr) minmax(260px,300px) !important;
  gap:14px !important;
  overflow:visible !important;
}
html body .kvs-hometown.video-page .col-asside{
  width:100% !important;
  max-width:300px !important;
}
html body .kvs-hometown.video-page .col-asside .hometown-video-grid,
html body .kvs-hometown.video-page .col-asside .thumbs{
  grid-template-columns:1fr !important;
  gap:12px !important;
}
html body .kvs-hometown.video-page .player,
html body .kvs-hometown.video-page .video-player,
html body .kvs-hometown.video-page .player-holder,
html body .kvs-hometown.video-page .player-wrap,
html body .kvs-hometown.video-page .embed-wrap,
html body .kvs-hometown.video-page iframe,
html body .kvs-hometown.video-page video{
  max-width:100% !important;
  box-sizing:border-box !important;
}
@media (max-width:1180px){
  html body .kvs-hometown.video-page .video-cols{
    grid-template-columns:1fr !important;
  }
  html body .kvs-hometown.video-page .col-asside{
    max-width:none !important;
    position:static !important;
  }
}

/* Single video pills: remove the large wrapping capsule and make individual pills cleaner. */
html body .kvs-hometown.video-page .top-options,
html body .kvs-hometown.video-page .top-options.flex,
html body .kvs-hometown.video-page .buttons-row,
html body .kvs-hometown.video-page .buttons-row.hide,
html body .kvs-hometown.video-page .buttons-row.open{
  width:auto !important;
  height:auto !important;
  min-height:0 !important;
  max-height:none !important;
  display:flex !important;
  align-items:center !important;
  flex-wrap:wrap !important;
  gap:8px !important;
  overflow:visible !important;
  background:transparent !important;
  background-image:none !important;
  border:0 !important;
  box-shadow:none !important;
  outline:0 !important;
  padding:0 !important;
  margin:0 0 12px !important;
}
html body .kvs-hometown.video-page .buttons-row .button,
html body .kvs-hometown.video-page .buttons-row .btn,
html body .kvs-hometown.video-page .top-options .button,
html body .kvs-hometown.video-page .top-options .btn,
html body .kvs-hometown.video-page .sub-btn.tag.button{
  min-height:30px !important;
  height:30px !important;
  padding:0 11px !important;
  border-radius:999px !important;
  background:rgba(255,255,255,.035) !important;
  background-image:none !important;
  border:1px solid rgba(255,255,255,.055) !important;
  color:rgba(244,244,245,.82) !important;
  font-size:12px !important;
  font-weight:500 !important;
  letter-spacing:0 !important;
  line-height:1 !important;
  box-shadow:none !important;
  filter:none !important;
}
html body .kvs-hometown.video-page .buttons-row .button:hover,
html body .kvs-hometown.video-page .buttons-row .btn:hover,
html body .kvs-hometown.video-page .top-options .button:hover,
html body .kvs-hometown.video-page .top-options .btn:hover,
html body .kvs-hometown.video-page .sub-btn.tag.button:hover{
  background:#000 !important;
  background-image:none !important;
  border-color:rgba(255,255,255,.085) !important;
  color:#fff !important;
  box-shadow:none !important;
  filter:none !important;
}
html body .kvs-hometown.video-page .buttons-row .button *,
html body .kvs-hometown.video-page .buttons-row .btn *,
html body .kvs-hometown.video-page .top-options .button *,
html body .kvs-hometown.video-page .top-options .btn *{
  font-weight:500 !important;
}
html body .kvs-hometown.video-page .sub-btn .text,
html body .kvs-hometown.video-page .sub-btn .count{
  height:auto !important;
  min-height:0 !important;
  padding:0 !important;
  background:transparent !important;
  border:0 !important;
  color:inherit !important;
  font-size:12px !important;
  font-weight:500 !important;
}
html body .kvs-hometown.video-page .sub-btn .count{
  margin-left:6px !important;
  padding:0 7px !important;
  height:22px !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  border-left:1px solid rgba(255,255,255,.065) !important;
  color:rgba(244,244,245,.72) !important;
}
html body .kvs-hometown.video-page .top-options svg,
html body .kvs-hometown.video-page .buttons-row svg{
  width:14px !important;
  height:14px !important;
  opacity:.82 !important;
}

/* Hometown KVS v45: single video micro polish
   - tighter metadata/tag pills above player
   - reduce empty gap before player
   - make inner right ad/related column fit inside viewport */
html body .kvs-hometown.video-page .top-options,
html body .kvs-hometown.video-page .top-options.flex,
html body .kvs-hometown.video-page .buttons-row,
html body .kvs-hometown.video-page .buttons-row.hide,
html body .kvs-hometown.video-page .buttons-row.open{
  gap:5px !important;
  row-gap:6px !important;
  margin:0 0 6px !important;
}
html body .kvs-hometown.video-page .buttons-row .button,
html body .kvs-hometown.video-page .buttons-row .btn,
html body .kvs-hometown.video-page .top-options .button,
html body .kvs-hometown.video-page .top-options .btn,
html body .kvs-hometown.video-page .sub-btn.tag.button{
  min-height:29px !important;
  height:29px !important;
  padding:0 10px !important;
  margin:0 !important;
}
html body .kvs-hometown.video-page .sub-btn .count{
  margin-left:5px !important;
  padding:0 6px !important;
}
html body .kvs-hometown.video-page .player,
html body .kvs-hometown.video-page .video-player,
html body .kvs-hometown.video-page .player-holder,
html body .kvs-hometown.video-page .player-wrap,
html body .kvs-hometown.video-page .embed-wrap{
  margin-top:0 !important;
}

/* Keep the inner single sidebar visible; ads/related must scale instead of overflowing. */
html body .kvs-hometown.video-page .video-inner,
html body .kvs-hometown.video-page .video-cols,
html body .kvs-hometown.video-page .col-video,
html body .kvs-hometown.video-page .col-asside,
html body .kvs-hometown.video-page .asside-link{
  min-width:0 !important;
  box-sizing:border-box !important;
}
html body .kvs-hometown.video-page .video-cols{
  grid-template-columns:minmax(0,1fr) minmax(240px,280px) !important;
  gap:12px !important;
  max-width:100% !important;
  overflow:hidden !important;
}
html body .kvs-hometown.video-page .col-asside{
  width:280px !important;
  max-width:280px !important;
  overflow:hidden !important;
}
html body .kvs-hometown.video-page .asside-link{
  width:100% !important;
  max-width:100% !important;
  overflow:hidden !important;
  padding:10px !important;
}
html body .kvs-hometown.video-page .col-asside img,
html body .kvs-hometown.video-page .col-asside iframe,
html body .kvs-hometown.video-page .col-asside object,
html body .kvs-hometown.video-page .col-asside embed,
html body .kvs-hometown.video-page .asside-link img,
html body .kvs-hometown.video-page .asside-link iframe,
html body .kvs-hometown.video-page .asside-link object,
html body .kvs-hometown.video-page .asside-link embed{
  width:100% !important;
  max-width:100% !important;
  height:auto !important;
  box-sizing:border-box !important;
}
html body .kvs-hometown.video-page .col-asside .hometown-video-grid,
html body .kvs-hometown.video-page .col-asside .thumbs{
  width:100% !important;
  max-width:100% !important;
  grid-template-columns:1fr !important;
}
@media (max-width:1420px){
  html body .kvs-hometown.video-page .video-cols{
    grid-template-columns:1fr !important;
    overflow:visible !important;
  }
  html body .kvs-hometown.video-page .col-asside{
    width:100% !important;
    max-width:100% !important;
    position:static !important;
  }
  html body .kvs-hometown.video-page .col-asside .hometown-video-grid,
  html body .kvs-hometown.video-page .col-asside .thumbs{
    grid-template-columns:repeat(auto-fill,minmax(220px,1fr)) !important;
  }
}


/* Hometown KVS v46: thumbs badges + single pills/side column polish */

/* Thumb HD / duration: thinner, cleaner text */
html body .kvs-hometown .hometown-video-grid .time,
html body .kvs-hometown .hometown-video-grid .qualtiy,
html body .kvs-hometown .hometown-video-grid .quality,
html body .kvs-hometown .hometown-video-grid .duration{
  font-weight:500 !important;
  letter-spacing:0 !important;
  font-size:10.5px !important;
  line-height:1 !important;
}

/* Single video pills: one clean horizontal row, no ugly expand button */
html body .kvs-hometown .title-holder{
  display:flex !important;
  align-items:center !important;
  gap:5px !important;
  flex-wrap:nowrap !important;
  overflow-x:auto !important;
  overflow-y:hidden !important;
  scrollbar-width:none !important;
  -ms-overflow-style:none !important;
  padding:0 0 9px !important;
  margin:0 0 9px !important;
  border-bottom:1px solid rgba(255,255,255,.055) !important;
}
html body .kvs-hometown .title-holder::-webkit-scrollbar{
  display:none !important;
}
html body .kvs-hometown .title-holder > *{
  flex:0 0 auto !important;
}

/* Hide KVS / inherited more-expand controls inside the pill row */
html body .kvs-hometown .title-holder .button,
html body .kvs-hometown .title-holder .btn,
html body .kvs-hometown .title-holder .more,
html body .kvs-hometown .title-holder .more-button,
html body .kvs-hometown .title-holder .toggle-button,
html body .kvs-hometown .title-holder .show-more,
html body .kvs-hometown .title-holder [class*="more"],
html body .kvs-hometown .title-holder [class*="toggle"],
html body .kvs-hometown .title-holder [class*="expand"]{
  display:none !important;
}

/* Keep actual data pills visible and compact */
html body .kvs-hometown .title-holder a,
html body .kvs-hometown .title-holder span,
html body .kvs-hometown .title-holder .count-item{
  min-height:27px !important;
  height:27px !important;
  padding:0 10px !important;
  gap:5px !important;
  border-radius:999px !important;
  border-color:rgba(255,255,255,.075) !important;
  background:rgba(255,255,255,.035) !important;
  color:rgba(244,244,245,.84) !important;
  font-size:12px !important;
  font-weight:500 !important;
  white-space:nowrap !important;
}
html body .kvs-hometown .title-holder a:hover{
  background:rgba(255,255,255,.07) !important;
  border-color:rgba(255,255,255,.105) !important;
  color:#fff !important;
}

/* Do not let accidental generic spans become huge or wrapped */
html body .kvs-hometown .title-holder h1,
html body .kvs-hometown .title-holder .title{
  flex:1 0 100% !important;
}

/* Single layout: hard stop horizontal overflow */
html body .kvs-hometown .video-cols{
  grid-template-columns:minmax(0,1fr) minmax(240px,280px) !important;
  gap:14px !important;
  width:100% !important;
  max-width:100% !important;
  overflow:hidden !important;
}
html body .kvs-hometown .col-video,
html body .kvs-hometown .col-asside{
  min-width:0 !important;
  max-width:100% !important;
  overflow:hidden !important;
}
html body .kvs-hometown .col-asside{
  width:100% !important;
  max-width:280px !important;
  justify-self:end !important;
}
html body .kvs-hometown .col-asside *,
html body .kvs-hometown .asside-link *,
html body .kvs-hometown .col-asside iframe,
html body .kvs-hometown .col-asside img,
html body .kvs-hometown .col-asside video,
html body .kvs-hometown .col-asside embed,
html body .kvs-hometown .col-asside object,
html body .kvs-hometown .col-asside ins{
  max-width:100% !important;
  box-sizing:border-box !important;
}
html body .kvs-hometown .col-asside iframe,
html body .kvs-hometown .col-asside img,
html body .kvs-hometown .col-asside video,
html body .kvs-hometown .col-asside embed,
html body .kvs-hometown .col-asside object,
html body .kvs-hometown .col-asside ins{
  width:100% !important;
}
html body .kvs-hometown .asside-link,
html body .kvs-hometown .col-asside .hometown-video-grid,
html body .kvs-hometown .col-asside .thumbs,
html body .kvs-hometown .col-asside .list{
  width:100% !important;
  max-width:100% !important;
  overflow:hidden !important;
}
html body .kvs-hometown .col-asside .hometown-video-grid{
  grid-template-columns:1fr !important;
}

/* If the viewport cannot fit a clean right column, stack it */
@media (max-width:1380px){
  html body .kvs-hometown .video-cols{
    grid-template-columns:minmax(0,1fr) minmax(220px,250px) !important;
    gap:12px !important;
  }
  html body .kvs-hometown .col-asside{
    max-width:250px !important;
  }
}
@media (max-width:1180px){
  html body .kvs-hometown .video-cols{
    grid-template-columns:1fr !important;
  }
  html body .kvs-hometown .col-asside{
    position:static !important;
    max-width:100% !important;
    justify-self:stretch !important;
  }
}


/* Hometown KVS v47: video single pills as a simple one-line scroller.
   Hide the useless expand/drop button on desktop and mobile. */
html body .kvs-hometown .video-holder .top-options,
html body .kvs-hometown .video-holder .buttons-row{
  max-width:100% !important;
  overflow:hidden !important;
}

html body .kvs-hometown .video-holder .top-options .buttons-row,
html body .kvs-hometown .video-holder .buttons-row.flex{
  display:flex !important;
  align-items:center !important;
  flex-wrap:nowrap !important;
  gap:5px !important;
  overflow-x:auto !important;
  overflow-y:hidden !important;
  scrollbar-width:none !important;
  -ms-overflow-style:none !important;
  padding:0 0 8px !important;
  margin:0 !important;
}

html body .kvs-hometown .video-holder .top-options .buttons-row::-webkit-scrollbar,
html body .kvs-hometown .video-holder .buttons-row.flex::-webkit-scrollbar{
  display:none !important;
}

html body .kvs-hometown .video-holder .top-options .buttons-row > *,
html body .kvs-hometown .video-holder .buttons-row.flex > *{
  flex:0 0 auto !important;
}

/* Remove the white useless expand/drop chevron button from the pill row */
html body .kvs-hometown .video-holder .top-options .buttons-row .btn-holder:has(button.drop-btn),
html body .kvs-hometown .video-holder .top-options .buttons-row .btn-holder:has(.drop-btn),
html body .kvs-hometown .video-holder .buttons-row .btn-holder:has(button.drop-btn),
html body .kvs-hometown .video-holder .buttons-row .btn-holder:has(.drop-btn){
  display:none !important;
}

html body .kvs-hometown .video-holder .top-options .buttons-row button.drop-btn,
html body .kvs-hometown .video-holder .buttons-row button.drop-btn,
html body .kvs-hometown .video-holder .top-options .buttons-row .drop-btn,
html body .kvs-hometown .video-holder .buttons-row .drop-btn{
  display:none !important;
  width:0 !important;
  min-width:0 !important;
  max-width:0 !important;
  height:0 !important;
  padding:0 !important;
  margin:0 !important;
  border:0 !important;
  overflow:hidden !important;
}

/* Keep the visible pills close and clean */
html body .kvs-hometown .video-holder .top-options .buttons-row .btn,
html body .kvs-hometown .video-holder .top-options .buttons-row .button,
html body .kvs-hometown .video-holder .buttons-row .btn,
html body .kvs-hometown .video-holder .buttons-row .button{
  margin:0 !important;
  white-space:nowrap !important;
}

/* Bring the player a touch closer after the row, without hiding the divider */
html body .kvs-hometown .video-holder .top-options{
  margin-bottom:6px !important;
}


/* Hometown KVS v48: final kill for the random chevron / expand control in single video pills */
html body .kvs-hometown .title-holder > button,
html body .kvs-hometown .title-holder > .button,
html body .kvs-hometown .title-holder > .btn,
html body .kvs-hometown .title-holder > .arrow,
html body .kvs-hometown .title-holder > .drop,
html body .kvs-hometown .title-holder > .dropdown,
html body .kvs-hometown .title-holder > .dropdown-toggle,
html body .kvs-hometown .title-holder > .toggle,
html body .kvs-hometown .title-holder > .toggle-button,
html body .kvs-hometown .title-holder > .expand,
html body .kvs-hometown .title-holder > .expand-button,
html body .kvs-hometown .title-holder > .more,
html body .kvs-hometown .title-holder > .more-button,
html body .kvs-hometown .title-holder > [class*="arrow"],
html body .kvs-hometown .title-holder > [class*="drop"],
html body .kvs-hometown .title-holder > [class*="toggle"],
html body .kvs-hometown .title-holder > [class*="expand"],
html body .kvs-hometown .title-holder > [class*="more"],
html body .kvs-hometown .title-holder > [aria-expanded],
html body .kvs-hometown .title-holder > [aria-haspopup]{
  display:none !important;
}

/* Hide direct children that are only an icon/chevron, but keep real text pills. */
html body .kvs-hometown .title-holder > a:has(> i:only-child),
html body .kvs-hometown .title-holder > span:has(> i:only-child),
html body .kvs-hometown .title-holder > div:has(> i:only-child),
html body .kvs-hometown .title-holder > a:has(> svg:only-child),
html body .kvs-hometown .title-holder > span:has(> svg:only-child),
html body .kvs-hometown .title-holder > div:has(> svg:only-child){
  display:none !important;
}

/* If KVS injects the chevron as a pseudo element on a blank direct child, hide that child too. */
html body .kvs-hometown .title-holder > a:empty,
html body .kvs-hometown .title-holder > span:empty,
html body .kvs-hometown .title-holder > div:empty{
  display:none !important;
}

/* Hometown KVS v49: hide KVS show-more button in single video top options */
.top-options .block .js_show-button,
.kvs-hometown .top-options .block .js_show-button{
  display:none !important;
}

/* Hometown KVS v50: home scroller alignment + hide mobile scroller arrows */
html body .kvs-hometown #home-tags{
  margin-top:-6px !important;
}
html body .kvs-hometown #home-tags .tags-row,
html body .kvs-hometown #home-tags .swiper,
html body .kvs-hometown #home-tags .block-content,
html body .kvs-hometown #home-tags .list-tags,
html body .kvs-hometown #home-tags .tags-cloud{
  margin-top:0 !important;
  padding-top:0 !important;
}
html body .kvs-hometown #home-tags .headline,
html body .kvs-hometown #home-tags .heading{
  margin-top:0 !important;
}
@media (max-width:980px){
  html body .kvs-hometown #home-tags{
    margin-top:-4px !important;
  }
  html body .kvs-hometown #home-tags .swiper-button-prev,
  html body .kvs-hometown #home-tags .swiper-button-next,
  html body .kvs-hometown #home-tags .carousel-prev,
  html body .kvs-hometown #home-tags .carousel-next,
  html body .kvs-hometown #home-tags .slider-prev,
  html body .kvs-hometown #home-tags .slider-next,
  html body .kvs-hometown #home-tags .section-prev,
  html body .kvs-hometown #home-tags .section-next,
  html body .kvs-hometown .content > .container > .tags-row .swiper-button-prev,
  html body .kvs-hometown .content > .container > .tags-row .swiper-button-next,
  html body .kvs-hometown .home-anchor-section .swiper-button-prev,
  html body .kvs-hometown .home-anchor-section .swiper-button-next{
    display:none !important;
    visibility:hidden !important;
    opacity:0 !important;
    pointer-events:none !important;
  }
}


/* Hometown KVS v51: small correction after v50.
   Home scroller was lifted a little too much; bring it down slightly to match taxonomy/list pages. */
html body .kvs-hometown #home-tags{
  margin-top:2px !important;
  padding-top:2px !important;
}

html body .kvs-hometown #home-tags .swiper,
html body .kvs-hometown #home-tags .tags-row,
html body .kvs-hometown #home-tags .block-content{
  margin-top:0 !important;
  padding-top:0 !important;
}

/* Keep mobile scroller arrows hidden from v50 */
@media (max-width:980px){
  html body .kvs-hometown #home-tags .swiper-button-prev,
  html body .kvs-hometown #home-tags .swiper-button-next,
  html body .kvs-hometown .home-anchor-section .swiper-button-prev,
  html body .kvs-hometown .home-anchor-section .swiper-button-next{
    display:none !important;
  }
}


/* Hometown KVS v52: remove all scroller arrow buttons from category/tag scrollers.
   Applies home, taxonomies, list pages and mobile/desktop. Users can scroll naturally. */
html body .kvs-hometown #home-tags .swiper-button-prev,
html body .kvs-hometown #home-tags .swiper-button-next,
html body .kvs-hometown #home-categories .swiper-button-prev,
html body .kvs-hometown #home-categories .swiper-button-next,
html body .kvs-hometown .tags-row .swiper-button-prev,
html body .kvs-hometown .tags-row .swiper-button-next,
html body .kvs-hometown .categories-row .swiper-button-prev,
html body .kvs-hometown .categories-row .swiper-button-next,
html body .kvs-hometown .category-strip .swiper-button-prev,
html body .kvs-hometown .category-strip .swiper-button-next,
html body .kvs-hometown .home-anchor-section .swiper-button-prev,
html body .kvs-hometown .home-anchor-section .swiper-button-next,
html body .kvs-hometown .content > .container > .tags-row .swiper-button-prev,
html body .kvs-hometown .content > .container > .tags-row .swiper-button-next,
html body .kvs-hometown .content > .container > .categories-row .swiper-button-prev,
html body .kvs-hometown .content > .container > .categories-row .swiper-button-next,
html body .kvs-hometown .swiper-button-prev.tags,
html body .kvs-hometown .swiper-button-next.tags,
html body .kvs-hometown .swiper-button-prev.categories,
html body .kvs-hometown .swiper-button-next.categories,
html body .kvs-hometown .carousel-prev,
html body .kvs-hometown .carousel-next,
html body .kvs-hometown .slider-prev,
html body .kvs-hometown .slider-next,
html body .kvs-hometown .section-prev,
html body .kvs-hometown .section-next{
  display:none !important;
  visibility:hidden !important;
  opacity:0 !important;
  pointer-events:none !important;
}

/* Let the horizontal rows breathe correctly when the arrow buttons disappear */
html body .kvs-hometown #home-tags .swiper,
html body .kvs-hometown #home-categories .swiper,
html body .kvs-hometown .tags-row .swiper,
html body .kvs-hometown .categories-row .swiper,
html body .kvs-hometown .home-anchor-section .swiper,
html body .kvs-hometown .content > .container > .tags-row .swiper,
html body .kvs-hometown .content > .container > .categories-row .swiper{
  padding-left:0 !important;
  padding-right:0 !important;
}

/* Keep wrapper draggable/scrollable without visible arrow controls */
html body .kvs-hometown #home-tags .swiper-wrapper,
html body .kvs-hometown #home-categories .swiper-wrapper,
html body .kvs-hometown .tags-row .swiper-wrapper,
html body .kvs-hometown .categories-row .swiper-wrapper,
html body .kvs-hometown .home-anchor-section .swiper-wrapper{
  margin-left:0 !important;
  margin-right:0 !important;
}


/* Hometown KVS v53: template admin save fix.
   Removed missing global block inserts from header/footer templates. */


/* Hometown KVS v54: player bottom controls polish
   - thinner text in buttons below player
   - normalize black info icon to match the rest */
html body .kvs-hometown .video-controls,
html body .kvs-hometown .video-controls *,
html body .kvs-hometown .buttons-row,
html body .kvs-hometown .buttons-row *,
html body .kvs-hometown .top-options,
html body .kvs-hometown .top-options *,
html body .kvs-hometown .tabs-menu,
html body .kvs-hometown .tabs-menu *{
  font-weight:500 !important;
}

html body .kvs-hometown .video-controls .btn,
html body .kvs-hometown .video-controls .button,
html body .kvs-hometown .buttons-row .btn,
html body .kvs-hometown .buttons-row .button,
html body .kvs-hometown .top-options .btn,
html body .kvs-hometown .top-options .button,
html body .kvs-hometown .tabs-menu a{
  font-weight:500 !important;
  letter-spacing:0 !important;
}

html body .kvs-hometown .video-controls svg,
html body .kvs-hometown .buttons-row svg,
html body .kvs-hometown .top-options svg,
html body .kvs-hometown .tabs-menu svg,
html body .kvs-hometown .video-controls i,
html body .kvs-hometown .buttons-row i,
html body .kvs-hometown .top-options i,
html body .kvs-hometown .tabs-menu i{
  color:rgba(244,244,245,.72) !important;
  fill:currentColor !important;
  stroke:currentColor !important;
  opacity:.9 !important;
}

/* Info icon specifically: prevent inherited black fill/stroke */
html body .kvs-hometown .video-controls .info svg,
html body .kvs-hometown .video-controls .details svg,
html body .kvs-hometown .video-controls [href*="details"] svg,
html body .kvs-hometown .video-controls [class*="info"] svg,
html body .kvs-hometown .video-controls [class*="details"] svg,
html body .kvs-hometown .tabs-menu .info svg,
html body .kvs-hometown .tabs-menu .details svg,
html body .kvs-hometown .tabs-menu [href*="details"] svg,
html body .kvs-hometown .tabs-menu [class*="info"] svg,
html body .kvs-hometown .tabs-menu [class*="details"] svg{
  color:rgba(244,244,245,.72) !important;
  fill:currentColor !important;
  stroke:currentColor !important;
  opacity:.9 !important;
}

html body .kvs-hometown .video-controls a:hover svg,
html body .kvs-hometown .video-controls button:hover svg,
html body .kvs-hometown .buttons-row a:hover svg,
html body .kvs-hometown .buttons-row button:hover svg,
html body .kvs-hometown .top-options a:hover svg,
html body .kvs-hometown .top-options button:hover svg,
html body .kvs-hometown .tabs-menu a:hover svg,
html body .kvs-hometown .tabs-menu a.active svg,
html body .kvs-hometown .video-controls a:hover i,
html body .kvs-hometown .video-controls button:hover i,
html body .kvs-hometown .buttons-row a:hover i,
html body .kvs-hometown .buttons-row button:hover i,
html body .kvs-hometown .top-options a:hover i,
html body .kvs-hometown .top-options button:hover i,
html body .kvs-hometown .tabs-menu a:hover i,
html body .kvs-hometown .tabs-menu a.active i{
  color:#fff !important;
  fill:currentColor !important;
  stroke:currentColor !important;
  opacity:1 !important;
}

/* SVG descendants sometimes carry inline fill/stroke */
html body .kvs-hometown .video-controls svg *,
html body .kvs-hometown .buttons-row svg *,
html body .kvs-hometown .top-options svg *,
html body .kvs-hometown .tabs-menu svg *{
  fill:currentColor !important;
  stroke:currentColor !important;
}


/* Hometown KVS v55: right sidebar Popular Models + cleaner tags/models styling */

/* Right sidebar blocks should blend with the sidebar, not sit in a different colored box */
html body .kvs-hometown .right-sidebar .side-section,
html body .kvs-hometown .right-sidebar .right-tags,
html body .kvs-hometown .right-sidebar .right-models,
html body .kvs-hometown .right-sidebar .tags-row,
html body .kvs-hometown .right-sidebar .block,
html body .kvs-hometown .right-sidebar .block-content{
  background:transparent !important;
  background-image:none !important;
  border-color:rgba(255,255,255,.038) !important;
  box-shadow:none !important;
}

/* Remove nested colored square feel around Popular Tags */
html body .kvs-hometown .right-sidebar .right-tags .tags-row,
html body .kvs-hometown .right-sidebar .right-tags .swiper,
html body .kvs-hometown .right-sidebar .right-tags .swiper-wrapper,
html body .kvs-hometown .right-sidebar .right-tags .block-content{
  background:transparent !important;
  border:0 !important;
  padding:0 !important;
  box-shadow:none !important;
}

/* Popular tags pills */
html body .kvs-hometown .right-sidebar .right-tags a,
html body .kvs-hometown .right-sidebar .right-tags .swiper-slide a,
html body .kvs-hometown .right-sidebar .tags-cloud a{
  background:rgba(255,255,255,.025) !important;
  background-image:none !important;
  border:1px solid rgba(255,255,255,.038) !important;
  color:rgba(244,244,245,.74) !important;
  border-radius:999px !important;
  font-weight:500 !important;
  box-shadow:none !important;
}

html body .kvs-hometown .right-sidebar .right-tags a:hover,
html body .kvs-hometown .right-sidebar .right-tags .swiper-slide a:hover,
html body .kvs-hometown .right-sidebar .tags-cloud a:hover{
  background:rgba(255,255,255,.055) !important;
  border-color:rgba(255,255,255,.065) !important;
  color:#fff !important;
}

/* Popular models block: compact sidebar-friendly model pills/cards */
html body .kvs-hometown .right-sidebar .right-models{
  margin-bottom:20px !important;
}

html body .kvs-hometown .right-sidebar .right-models .headline,
html body .kvs-hometown .right-sidebar .right-models .heading,
html body .kvs-hometown .right-sidebar .right-models .pagination,
html body .kvs-hometown .right-sidebar .right-models .load-more,
html body .kvs-hometown .right-sidebar .right-models .more-title{
  display:none !important;
}

html body .kvs-hometown .right-sidebar .right-models .thumbs,
html body .kvs-hometown .right-sidebar .right-models .models-thumbs,
html body .kvs-hometown .right-sidebar .right-models .hometown-video-grid,
html body .kvs-hometown .right-sidebar .right-models ul,
html body .kvs-hometown .right-sidebar .right-models .list{
  display:flex !important;
  flex-wrap:wrap !important;
  gap:7px !important;
  margin:0 !important;
  padding:0 !important;
  background:transparent !important;
  border:0 !important;
  grid-template-columns:none !important;
}

html body .kvs-hometown .right-sidebar .right-models li,
html body .kvs-hometown .right-sidebar .right-models .thumb,
html body .kvs-hometown .right-sidebar .right-models .item{
  width:auto !important;
  max-width:100% !important;
  margin:0 !important;
  padding:0 !important;
  list-style:none !important;
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
  overflow:visible !important;
}

html body .kvs-hometown .right-sidebar .right-models a{
  display:inline-flex !important;
  align-items:center !important;
  gap:7px !important;
  min-height:30px !important;
  max-width:100% !important;
  padding:0 10px !important;
  border:1px solid rgba(255,255,255,.038) !important;
  border-radius:999px !important;
  background:rgba(255,255,255,.025) !important;
  color:rgba(244,244,245,.76) !important;
  font-size:12px !important;
  font-weight:500 !important;
  line-height:1 !important;
  text-decoration:none !important;
  box-shadow:none !important;
}

html body .kvs-hometown .right-sidebar .right-models a:hover{
  background:rgba(255,255,255,.055) !important;
  border-color:rgba(255,255,255,.065) !important;
  color:#fff !important;
}

/* Hide big model thumbnails in sidebar, keep labels compact.
   If the block outputs avatars, they become small round icons. */
html body .kvs-hometown .right-sidebar .right-models .img-holder,
html body .kvs-hometown .right-sidebar .right-models .thumb img{
  width:22px !important;
  height:22px !important;
  min-width:22px !important;
  border-radius:999px !important;
  overflow:hidden !important;
  object-fit:cover !important;
}

html body .kvs-hometown .right-sidebar .right-models .title,
html body .kvs-hometown .right-sidebar .right-models .model-title,
html body .kvs-hometown .right-sidebar .right-models .name{
  position:static !important;
  display:inline !important;
  padding:0 !important;
  margin:0 !important;
  min-height:0 !important;
  background:transparent !important;
  color:inherit !important;
  font-size:12px !important;
  font-weight:500 !important;
  line-height:1 !important;
  text-shadow:none !important;
  white-space:nowrap !important;
}

/* Avoid orange/red inherited pseudo overlays */
html body .kvs-hometown .right-sidebar .right-models a:before,
html body .kvs-hometown .right-sidebar .right-models a:after,
html body .kvs-hometown .right-sidebar .right-tags a:before,
html body .kvs-hometown .right-sidebar .right-tags a:after{
  content:none !important;
  display:none !important;
  background:none !important;
  background-image:none !important;
}


/* Hometown KVS v56: Popular Models same visual language as Popular Tags */
html body .kvs-hometown .right-sidebar .right-models .thumbs,
html body .kvs-hometown .right-sidebar .right-models .models-thumbs,
html body .kvs-hometown .right-sidebar .right-models .hometown-video-grid,
html body .kvs-hometown .right-sidebar .right-models ul,
html body .kvs-hometown .right-sidebar .right-models .list{
  display:flex !important;
  flex-wrap:wrap !important;
  align-items:flex-start !important;
  gap:7px !important;
  margin:0 !important;
  padding:0 !important;
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
  grid-template-columns:none !important;
}

html body .kvs-hometown .right-sidebar .right-models li,
html body .kvs-hometown .right-sidebar .right-models .thumb,
html body .kvs-hometown .right-sidebar .right-models .item,
html body .kvs-hometown .right-sidebar .right-models .model-item{
  display:inline-flex !important;
  width:auto !important;
  max-width:100% !important;
  margin:0 !important;
  padding:0 !important;
  list-style:none !important;
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
  overflow:visible !important;
}

/* Hide model thumbnails/metadata in the right sidebar so they look like tag pills */
html body .kvs-hometown .right-sidebar .right-models .img-holder,
html body .kvs-hometown .right-sidebar .right-models .flag-holder,
html body .kvs-hometown .right-sidebar .right-models .thumb-bottom,
html body .kvs-hometown .right-sidebar .right-models .thumb-info,
html body .kvs-hometown .right-sidebar .right-models .item-top,
html body .kvs-hometown .right-sidebar .right-models .item-bottom,
html body .kvs-hometown .right-sidebar .right-models img{
  display:none !important;
}

/* Model links = same pill style as Popular Tags */
html body .kvs-hometown .right-sidebar .right-models a,
html body .kvs-hometown .right-sidebar .right-models .thumb > a,
html body .kvs-hometown .right-sidebar .right-models .item > a{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  min-height:30px !important;
  max-width:100% !important;
  padding:0 10px !important;
  border:1px solid rgba(255,255,255,.038) !important;
  border-radius:999px !important;
  background:rgba(255,255,255,.025) !important;
  background-image:none !important;
  color:rgba(244,244,245,.74) !important;
  font-size:12px !important;
  font-weight:500 !important;
  line-height:1 !important;
  text-decoration:none !important;
  box-shadow:none !important;
  text-shadow:none !important;
  overflow:hidden !important;
}

html body .kvs-hometown .right-sidebar .right-models a:hover,
html body .kvs-hometown .right-sidebar .right-models .thumb > a:hover,
html body .kvs-hometown .right-sidebar .right-models .item > a:hover{
  background:rgba(255,255,255,.055) !important;
  background-image:none !important;
  border-color:rgba(255,255,255,.065) !important;
  color:#fff !important;
}

/* Text inside model pills should behave like tag text */
html body .kvs-hometown .right-sidebar .right-models .title,
html body .kvs-hometown .right-sidebar .right-models .title span,
html body .kvs-hometown .right-sidebar .right-models .model-title,
html body .kvs-hometown .right-sidebar .right-models .name{
  position:static !important;
  display:inline !important;
  padding:0 !important;
  margin:0 !important;
  min-height:0 !important;
  background:transparent !important;
  border:0 !important;
  color:inherit !important;
  font-size:12px !important;
  font-weight:500 !important;
  line-height:1 !important;
  text-shadow:none !important;
  white-space:nowrap !important;
  overflow:hidden !important;
  text-overflow:ellipsis !important;
}

/* Keep Popular Models and Popular Tags visually identical */
html body .kvs-hometown .right-sidebar .right-models a,
html body .kvs-hometown .right-sidebar .right-tags a{
  border-color:rgba(255,255,255,.038) !important;
  background:rgba(255,255,255,.025) !important;
  font-weight:500 !important;
}


/* Hometown KVS v57: darker header control pills: upload, flags/language and login */
html body .kvs-hometown .topbar .header-controls .header-upload,
html body .kvs-hometown .topbar .header-upload-holder .header-upload,
html body .kvs-hometown .topbar .header-controls a#login.login.header-login,
html body .kvs-hometown .topbar .header-controls a.login.header-login,
html body .kvs-hometown .topbar .header-controls .leng-holder.header-lang > a.lang-item.header-icon-control,
html body .kvs-hometown .topbar .header-controls .header-lang > a.header-icon-control,
html body .kvs-hometown .topbar .header-controls .header-lang .lang-item,
html body .kvs-hometown .topbar .header-controls .lang-item.header-icon-control{
  background:#080808 !important;
  background-image:none !important;
  border-color:rgba(255,255,255,.052) !important;
  color:rgba(244,244,245,.92) !important;
  box-shadow:none !important;
}

html body .kvs-hometown .topbar .header-controls .header-upload:hover,
html body .kvs-hometown .topbar .header-upload-holder .header-upload:hover,
html body .kvs-hometown .topbar .header-controls a#login.login.header-login:hover,
html body .kvs-hometown .topbar .header-controls a.login.header-login:hover,
html body .kvs-hometown .topbar .header-controls .leng-holder.header-lang > a.lang-item.header-icon-control:hover,
html body .kvs-hometown .topbar .header-controls .header-lang > a.header-icon-control:hover,
html body .kvs-hometown .topbar .header-controls .header-lang .lang-item:hover,
html body .kvs-hometown .topbar .header-controls .lang-item.header-icon-control:hover{
  background:#000 !important;
  background-image:none !important;
  border-color:rgba(255,255,255,.075) !important;
  color:#fff !important;
  filter:none !important;
}


/* Hometown KVS v58: unify category/tag pills in home scroller and subpages */

/* Move home top category/tag scroller 2px up from v57 position */
html body .kvs-hometown #home-tags{
  margin-top:0 !important;
  padding-top:0 !important;
}

/* Tighter spacing between pills */
html body .kvs-hometown #home-tags .swiper-wrapper,
html body .kvs-hometown #home-categories .swiper-wrapper,
html body .kvs-hometown .content > .container > .tags-row .swiper-wrapper,
html body .kvs-hometown .content > .container > .categories-row .swiper-wrapper,
html body .kvs-hometown .home-anchor-section .swiper-wrapper,
html body .kvs-hometown .tags-row .swiper-wrapper,
html body .kvs-hometown .categories-row .swiper-wrapper{
  gap:5px !important;
}

html body .kvs-hometown #home-tags .swiper-slide,
html body .kvs-hometown #home-categories .swiper-slide,
html body .kvs-hometown .content > .container > .tags-row .swiper-slide,
html body .kvs-hometown .content > .container > .categories-row .swiper-slide,
html body .kvs-hometown .home-anchor-section .swiper-slide,
html body .kvs-hometown .tags-row .swiper-slide,
html body .kvs-hometown .categories-row .swiper-slide{
  margin-right:0 !important;
  width:auto !important;
}

/* Shared pill design for home scroller + taxonomy/subpage scrollers */
html body .kvs-hometown #home-tags .swiper a,
html body .kvs-hometown #home-tags .swiper-slide a,
html body .kvs-hometown #home-tags .tags-row a,
html body .kvs-hometown #home-categories .swiper a,
html body .kvs-hometown #home-categories .swiper-slide a,
html body .kvs-hometown .content > .container > .tags-row .swiper-slide a,
html body .kvs-hometown .content > .container > .categories-row .swiper-slide a,
html body .kvs-hometown .tags-row .swiper-slide a,
html body .kvs-hometown .categories-row .swiper-slide a,
html body .kvs-hometown .category-strip a,
html body .kvs-hometown .tags-cloud a,
html body .kvs-hometown .list-tags a,
html body .kvs-hometown .subcategories a,
html body .kvs-hometown .sub-categories a,
html body .kvs-hometown .taxonomy-list a{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  height:30px !important;
  min-height:30px !important;
  padding:0 10px !important;
  border-radius:999px !important;
  background:rgba(255,255,255,.022) !important;
  background-image:none !important;
  border:1px solid rgba(255,255,255,.032) !important;
  color:rgba(244,244,245,.76) !important;
  font-size:12px !important;
  font-weight:500 !important;
  line-height:1 !important;
  letter-spacing:0 !important;
  text-transform:none !important;
  box-shadow:none !important;
  white-space:nowrap !important;
}

/* Hover/active state, same everywhere */
html body .kvs-hometown #home-tags .swiper a:hover,
html body .kvs-hometown #home-tags .swiper-slide a:hover,
html body .kvs-hometown #home-tags .tags-row a:hover,
html body .kvs-hometown #home-categories .swiper a:hover,
html body .kvs-hometown #home-categories .swiper-slide a:hover,
html body .kvs-hometown .content > .container > .tags-row .swiper-slide a:hover,
html body .kvs-hometown .content > .container > .categories-row .swiper-slide a:hover,
html body .kvs-hometown .tags-row .swiper-slide a:hover,
html body .kvs-hometown .categories-row .swiper-slide a:hover,
html body .kvs-hometown .category-strip a:hover,
html body .kvs-hometown .category-strip a.active,
html body .kvs-hometown .tags-cloud a:hover,
html body .kvs-hometown .list-tags a:hover,
html body .kvs-hometown .subcategories a:hover,
html body .kvs-hometown .sub-categories a:hover,
html body .kvs-hometown .taxonomy-list a:hover,
html body .kvs-hometown .subcategories a.active,
html body .kvs-hometown .sub-categories a.active,
html body .kvs-hometown .taxonomy-list a.active{
  background:rgba(255,255,255,.052) !important;
  background-image:none !important;
  border-color:rgba(255,255,255,.055) !important;
  color:#fff !important;
  box-shadow:none !important;
}

/* Keep subpage/category scrollers at same vertical rhythm and height */
html body .kvs-hometown .content > .container > .tags-row,
html body .kvs-hometown .content > .container > .categories-row,
html body .kvs-hometown .tags-row,
html body .kvs-hometown .categories-row,
html body .kvs-hometown .category-strip{
  margin-top:0 !important;
  margin-bottom:12px !important;
  padding-top:0 !important;
  padding-bottom:0 !important;
}

/* Remove inherited red/orange pseudo overlays from all these pills */
html body .kvs-hometown #home-tags a:before,
html body .kvs-hometown #home-tags a:after,
html body .kvs-hometown #home-categories a:before,
html body .kvs-hometown #home-categories a:after,
html body .kvs-hometown .tags-row a:before,
html body .kvs-hometown .tags-row a:after,
html body .kvs-hometown .categories-row a:before,
html body .kvs-hometown .categories-row a:after,
html body .kvs-hometown .category-strip a:before,
html body .kvs-hometown .category-strip a:after,
html body .kvs-hometown .subcategories a:before,
html body .kvs-hometown .subcategories a:after,
html body .kvs-hometown .sub-categories a:before,
html body .kvs-hometown .sub-categories a:after,
html body .kvs-hometown .taxonomy-list a:before,
html body .kvs-hometown .taxonomy-list a:after{
  content:none !important;
  display:none !important;
  background:none !important;
  background-image:none !important;
}


/* Hometown KVS v59: New Videos sort selector monochrome polish + darker borders */
html body .kvs-hometown #home-latest .sort,
html body .kvs-hometown #home-latest .sorting,
html body .kvs-hometown #home-latest .tabs-menu,
html body .kvs-hometown #home-latest .block-sort,
html body .kvs-hometown #home-latest .sort-title,
html body .kvs-hometown #home-latest .sort-drop,
html body .kvs-hometown #home-latest .dropdown,
html body .kvs-hometown .home-anchor-section .sort,
html body .kvs-hometown .home-anchor-section .sorting,
html body .kvs-hometown .home-anchor-section .tabs-menu,
html body .kvs-hometown .home-anchor-section .block-sort{
  border-color:rgba(255,255,255,.038) !important;
  box-shadow:none !important;
}

html body .kvs-hometown #home-latest .sort a,
html body .kvs-hometown #home-latest .sorting a,
html body .kvs-hometown #home-latest .tabs-menu a,
html body .kvs-hometown #home-latest .block-sort a,
html body .kvs-hometown #home-latest .sort-title,
html body .kvs-hometown #home-latest .sort select,
html body .kvs-hometown #home-latest .sorting select,
html body .kvs-hometown #home-latest .block-sort select,
html body .kvs-hometown .home-anchor-section .sort a,
html body .kvs-hometown .home-anchor-section .sorting a,
html body .kvs-hometown .home-anchor-section .tabs-menu a,
html body .kvs-hometown .home-anchor-section .block-sort a,
html body .kvs-hometown .home-anchor-section .sort-title{
  background:rgba(255,255,255,.022) !important;
  background-image:none !important;
  border:1px solid rgba(255,255,255,.038) !important;
  color:rgba(244,244,245,.76) !important;
  border-radius:999px !important;
  font-weight:500 !important;
  box-shadow:none !important;
  filter:none !important;
}

html body .kvs-hometown #home-latest .sort a:hover,
html body .kvs-hometown #home-latest .sort a.active,
html body .kvs-hometown #home-latest .sorting a:hover,
html body .kvs-hometown #home-latest .sorting a.active,
html body .kvs-hometown #home-latest .tabs-menu a:hover,
html body .kvs-hometown #home-latest .tabs-menu a.active,
html body .kvs-hometown #home-latest .block-sort a:hover,
html body .kvs-hometown #home-latest .block-sort a.active,
html body .kvs-hometown #home-latest .sort-title:hover,
html body .kvs-hometown .home-anchor-section .sort a:hover,
html body .kvs-hometown .home-anchor-section .sort a.active,
html body .kvs-hometown .home-anchor-section .sorting a:hover,
html body .kvs-hometown .home-anchor-section .sorting a.active,
html body .kvs-hometown .home-anchor-section .tabs-menu a:hover,
html body .kvs-hometown .home-anchor-section .tabs-menu a.active,
html body .kvs-hometown .home-anchor-section .block-sort a:hover,
html body .kvs-hometown .home-anchor-section .block-sort a.active,
html body .kvs-hometown .home-anchor-section .sort-title:hover{
  background:rgba(255,255,255,.052) !important;
  background-image:none !important;
  border-color:rgba(255,255,255,.06) !important;
  color:#fff !important;
  box-shadow:none !important;
  filter:none !important;
}

/* Kill inherited orange/red hover overlays in New Videos sort controls */
html body .kvs-hometown #home-latest .sort a:before,
html body .kvs-hometown #home-latest .sort a:after,
html body .kvs-hometown #home-latest .sorting a:before,
html body .kvs-hometown #home-latest .sorting a:after,
html body .kvs-hometown #home-latest .tabs-menu a:before,
html body .kvs-hometown #home-latest .tabs-menu a:after,
html body .kvs-hometown #home-latest .block-sort a:before,
html body .kvs-hometown #home-latest .block-sort a:after,
html body .kvs-hometown #home-latest .sort-title:before,
html body .kvs-hometown #home-latest .sort-title:after{
  content:none !important;
  display:none !important;
  background:none !important;
  background-image:none !important;
}

/* Language flags: ensure webp flags from /flag/ render cleanly */
html body .kvs-hometown .lang-item img,
html body .kvs-hometown .leng-holder .drop img{
  object-fit:cover !important;
}


/* Hometown KVS v60: fixed language flags to use /flag/*.webp assets. */


/* Hometown KVS v62: mobile header rollback from v61.
   Based on v60. Keep original icon centering, only normalize pill box size and nudge signup icon slightly right. */
@media (max-width:980px){
  html body .kvs-hometown .mobile-search-toggle,
  html body .kvs-hometown .header-controls .header-upload,
  html body .kvs-hometown .header-controls a.header-signup,
  html body .kvs-hometown .header-controls a#signup.signup.header-signup{
    width:38px !important;
    min-width:38px !important;
    max-width:38px !important;
    height:38px !important;
    min-height:38px !important;
    max-height:38px !important;
    flex:0 0 38px !important;
    padding:0 !important;
    box-sizing:border-box !important;
  }

  html body .kvs-hometown .header-controls a.header-signup,
  html body .kvs-hometown .header-controls a#signup.signup.header-signup{
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    background:#fff !important;
    color:#050506 !important;
    border-color:#fff !important;
  }

  html body .kvs-hometown .header-controls a.header-signup i,
  html body .kvs-hometown .header-controls a#signup.signup.header-signup i,
  html body .kvs-hometown .header-controls a.header-signup svg,
  html body .kvs-hometown .header-controls a#signup.signup.header-signup svg{
    transform:translateX(1.5px) !important;
  }

  html body .kvs-hometown .header-controls a.header-signup span,
  html body .kvs-hometown .header-controls a#signup.signup.header-signup span{
    display:none !important;
  }
}

@media (max-width:560px){
  html body .kvs-hometown .mobile-search-toggle,
  html body .kvs-hometown .header-controls .header-upload,
  html body .kvs-hometown .header-controls a.header-signup,
  html body .kvs-hometown .header-controls a#signup.signup.header-signup{
    width:38px !important;
    min-width:38px !important;
    max-width:38px !important;
    height:38px !important;
    min-height:38px !important;
    max-height:38px !important;
    flex:0 0 38px !important;
  }
}


/* Hometown KVS v63: mobile header clean icons + lock page scroll when sidebar is open */
@media (max-width:980px){
  /* No signup button in mobile header */
  html body .kvs-hometown .header-controls a.header-signup,
  html body .kvs-hometown .header-controls a#signup.signup.header-signup{
    display:none !important;
  }

  /* Search and upload as clean standalone icons, not pills */
  html body .kvs-hometown .mobile-search-toggle,
  html body .kvs-hometown .header-controls .header-upload{
    width:36px !important;
    min-width:36px !important;
    max-width:36px !important;
    height:36px !important;
    min-height:36px !important;
    max-height:36px !important;
    flex:0 0 36px !important;
    padding:0 !important;
    margin:0 !important;
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    background:transparent !important;
    background-image:none !important;
    border:0 !important;
    box-shadow:none !important;
    border-radius:0 !important;
    color:#f4f4f5 !important;
    line-height:1 !important;
  }

  html body .kvs-hometown .mobile-search-toggle:hover,
  html body .kvs-hometown .header-controls .header-upload:hover{
    background:transparent !important;
    background-image:none !important;
    border:0 !important;
    color:#fff !important;
    filter:none !important;
  }

  html body .kvs-hometown .mobile-search-toggle i,
  html body .kvs-hometown .mobile-search-toggle svg,
  html body .kvs-hometown .header-controls .header-upload i,
  html body .kvs-hometown .header-controls .header-upload svg{
    width:22px !important;
    height:22px !important;
    min-width:22px !important;
    min-height:22px !important;
    font-size:22px !important;
    line-height:1 !important;
    margin:0 !important;
    padding:0 !important;
    display:block !important;
    color:currentColor !important;
    fill:currentColor !important;
    stroke:currentColor !important;
  }

  html body .kvs-hometown .header-controls .header-upload span{
    display:none !important;
  }

  html body .kvs-hometown .header-controls{
    gap:10px !important;
    column-gap:10px !important;
  }

  /* Lock background scroll when mobile sidebar is open */
  html body.htd-nav-locked,
  html body.htd-nav-locked html{
    overflow:hidden !important;
  }
  html body.htd-nav-locked{
    position:fixed !important;
    width:100% !important;
    left:0 !important;
    right:0 !important;
    touch-action:none !important;
  }

  html body.htd-nav-locked .kvs-hometown .left-sidebar{
    overscroll-behavior:contain !important;
    -webkit-overflow-scrolling:touch !important;
  }
}

@media (max-width:560px){
  html body .kvs-hometown .mobile-search-toggle,
  html body .kvs-hometown .header-controls .header-upload{
    width:35px !important;
    min-width:35px !important;
    max-width:35px !important;
    height:35px !important;
    min-height:35px !important;
    max-height:35px !important;
    flex:0 0 35px !important;
  }

  html body .kvs-hometown .mobile-search-toggle i,
  html body .kvs-hometown .mobile-search-toggle svg,
  html body .kvs-hometown .header-controls .header-upload i,
  html body .kvs-hometown .header-controls .header-upload svg{
    width:22px !important;
    height:22px !important;
    min-width:22px !important;
    min-height:22px !important;
    font-size:22px !important;
  }
}


/* Hometown KVS v64: remove signup button from mobile header completely */
@media (max-width:980px){
  html body .kvs-hometown .topbar .header-controls #signup,
  html body .kvs-hometown .topbar .header-controls .signup,
  html body .kvs-hometown .topbar .header-controls .header-signup,
  html body .kvs-hometown .topbar .header-controls a.signup,
  html body .kvs-hometown .topbar .header-controls a.header-signup,
  html body .kvs-hometown .topbar .header-controls a#signup,
  html body .kvs-hometown .topbar .header-controls [data-href*="signup"],
  html body .kvs-hometown .topbar .header-controls [href*="signup"],
  html body .kvs-hometown .topbar .header-controls [class*="signup"]{
    display:none !important;
    visibility:hidden !important;
    opacity:0 !important;
    pointer-events:none !important;
    width:0 !important;
    min-width:0 !important;
    max-width:0 !important;
    height:0 !important;
    min-height:0 !important;
    max-height:0 !important;
    flex:0 0 0 !important;
    padding:0 !important;
    margin:0 !important;
    border:0 !important;
    overflow:hidden !important;
  }

  html body .kvs-hometown .topbar .header-controls .fa-user-plus,
  html body .kvs-hometown .topbar .header-controls .fa-user-plus:before{
    display:none !important;
  }
}


/* Hometown KVS v65: KVS admin save fix + mobile signup removed.
   Removed getBlock usage from include_footer_general.tpl because KVS only allows getBlock in page templates. */
@media (max-width:980px){
  html body .kvs-hometown .topbar .header-controls #signup,
  html body .kvs-hometown .topbar .header-controls .signup,
  html body .kvs-hometown .topbar .header-controls .header-signup,
  html body .kvs-hometown .topbar .header-controls a.signup,
  html body .kvs-hometown .topbar .header-controls a.header-signup,
  html body .kvs-hometown .topbar .header-controls a#signup,
  html body .kvs-hometown .topbar .header-controls [data-href*="signup"],
  html body .kvs-hometown .topbar .header-controls [href*="signup"],
  html body .kvs-hometown .topbar .header-controls [class*="signup"]{
    display:none !important;
    visibility:hidden !important;
    opacity:0 !important;
    pointer-events:none !important;
    width:0 !important;
    min-width:0 !important;
    max-width:0 !important;
    height:0 !important;
    min-height:0 !important;
    max-height:0 !important;
    flex:0 0 0 !important;
    padding:0 !important;
    margin:0 !important;
    border:0 !important;
    overflow:hidden !important;
  }
}


/* Hometown KVS v66: hard remove signup from mobile header.
   This targets the real button even if KVS outputs it with alternate classes/markup. */
@media (max-width:980px){
  html body .kvs-hometown .topbar #signup,
  html body .kvs-hometown .topbar .signup,
  html body .kvs-hometown .topbar .header-signup,
  html body .kvs-hometown .topbar a#signup,
  html body .kvs-hometown .topbar a.signup,
  html body .kvs-hometown .topbar a.header-signup,
  html body .kvs-hometown .topbar span#signup,
  html body .kvs-hometown .topbar span.signup,
  html body .kvs-hometown .topbar span.header-signup,
  html body .kvs-hometown .topbar button#signup,
  html body .kvs-hometown .topbar button.signup,
  html body .kvs-hometown .topbar button.header-signup,
  html body .kvs-hometown .topbar [id="signup"],
  html body .kvs-hometown .topbar [class~="signup"],
  html body .kvs-hometown .topbar [class~="header-signup"],
  html body .kvs-hometown .topbar [data-href*="signup"],
  html body .kvs-hometown .topbar [href*="signup"],
  html body .kvs-hometown .topbar [data-url*="signup"],
  html body .kvs-hometown .topbar [class*="signup"],
  html body .kvs-hometown .topbar .header-controls > *:has(.fa-user-plus),
  html body .kvs-hometown .topbar .header-controls > *:has([class*="user-plus"]),
  html body .kvs-hometown .topbar .header-controls > *:has(svg[class*="user-plus"]),
  html body .kvs-hometown .topbar > *:has(.fa-user-plus){
    display:none !important;
    visibility:hidden !important;
    opacity:0 !important;
    pointer-events:none !important;
    width:0 !important;
    min-width:0 !important;
    max-width:0 !important;
    height:0 !important;
    min-height:0 !important;
    max-height:0 !important;
    flex:0 0 0 !important;
    padding:0 !important;
    margin:0 !important;
    border:0 !important;
    overflow:hidden !important;
  }

  html body .kvs-hometown .topbar .fa-user-plus,
  html body .kvs-hometown .topbar .fa-user-plus:before,
  html body .kvs-hometown .topbar [class*="user-plus"]{
    display:none !important;
    visibility:hidden !important;
    opacity:0 !important;
  }
}


/* Hometown KVS v67: mobile thumb bookmark/watch-later no double-pill */
@media (max-width:680px){
  html body .kvs-hometown .hometown-video-grid .item-top{
    gap:6px !important;
    background:transparent !important;
    border:0 !important;
    box-shadow:none !important;
    padding:0 !important;
  }

  html body .kvs-hometown .hometown-video-grid .item-heart,
  html body .kvs-hometown .hometown-video-grid .item-time,
  html body .kvs-hometown .hometown-video-grid .item-watch-later,
  html body .kvs-hometown .hometown-video-grid .watch-later,
  html body .kvs-hometown .hometown-video-grid .add-to-favourites,
  html body .kvs-hometown .hometown-video-grid .add-to-favorites{
    width:36px !important;
    min-width:36px !important;
    max-width:36px !important;
    height:36px !important;
    min-height:36px !important;
    max-height:36px !important;
    padding:0 !important;
    margin:0 !important;
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    border-radius:999px !important;
    background:rgba(0,0,0,.52) !important;
    background-image:none !important;
    border:1px solid rgba(255,255,255,.08) !important;
    box-shadow:none !important;
    overflow:hidden !important;
    backdrop-filter:none !important;
    -webkit-backdrop-filter:none !important;
  }

  html body .kvs-hometown .hometown-video-grid .item-heart:before,
  html body .kvs-hometown .hometown-video-grid .item-heart:after,
  html body .kvs-hometown .hometown-video-grid .item-time:before,
  html body .kvs-hometown .hometown-video-grid .item-time:after,
  html body .kvs-hometown .hometown-video-grid .item-watch-later:before,
  html body .kvs-hometown .hometown-video-grid .item-watch-later:after,
  html body .kvs-hometown .hometown-video-grid .watch-later:before,
  html body .kvs-hometown .hometown-video-grid .watch-later:after,
  html body .kvs-hometown .hometown-video-grid .add-to-favourites:before,
  html body .kvs-hometown .hometown-video-grid .add-to-favourites:after,
  html body .kvs-hometown .hometown-video-grid .add-to-favorites:before,
  html body .kvs-hometown .hometown-video-grid .add-to-favorites:after{
    content:none !important;
    display:none !important;
    background:none !important;
    background-image:none !important;
    border:0 !important;
    box-shadow:none !important;
  }

  html body .kvs-hometown .hometown-video-grid .item-heart *,
  html body .kvs-hometown .hometown-video-grid .item-time *,
  html body .kvs-hometown .hometown-video-grid .item-watch-later *,
  html body .kvs-hometown .hometown-video-grid .watch-later *,
  html body .kvs-hometown .hometown-video-grid .add-to-favourites *,
  html body .kvs-hometown .hometown-video-grid .add-to-favorites *{
    background:transparent !important;
    background-image:none !important;
    border:0 !important;
    box-shadow:none !important;
  }

  html body .kvs-hometown .hometown-video-grid .item-heart svg,
  html body .kvs-hometown .hometown-video-grid .item-time svg,
  html body .kvs-hometown .hometown-video-grid .item-watch-later svg,
  html body .kvs-hometown .hometown-video-grid .watch-later svg,
  html body .kvs-hometown .hometown-video-grid .add-to-favourites svg,
  html body .kvs-hometown .hometown-video-grid .add-to-favorites svg,
  html body .kvs-hometown .hometown-video-grid .item-heart i,
  html body .kvs-hometown .hometown-video-grid .item-time i,
  html body .kvs-hometown .hometown-video-grid .item-watch-later i,
  html body .kvs-hometown .hometown-video-grid .watch-later i,
  html body .kvs-hometown .hometown-video-grid .add-to-favourites i,
  html body .kvs-hometown .hometown-video-grid .add-to-favorites i{
    width:16px !important;
    height:16px !important;
    min-width:16px !important;
    min-height:16px !important;
    font-size:16px !important;
    line-height:1 !important;
    margin:0 !important;
    padding:0 !important;
    display:block !important;
    color:rgba(255,255,255,.9) !important;
    fill:currentColor !important;
    stroke:currentColor !important;
  }
}


/* Hometown KVS v68: mobile header fix.
   Signup stays hidden, but header controls and Upload must remain visible. */
@media (max-width:980px){
  html body .kvs-hometown .topbar .header-controls{
    display:flex !important;
    visibility:visible !important;
    opacity:1 !important;
    pointer-events:auto !important;
    width:auto !important;
    min-width:0 !important;
    max-width:none !important;
    height:auto !important;
    min-height:0 !important;
    max-height:none !important;
    flex:0 0 auto !important;
    overflow:visible !important;
  }

  html body .kvs-hometown .topbar .header-controls .header-upload,
  html body .kvs-hometown .topbar .header-controls .upload-btn,
  html body .kvs-hometown .topbar .header-upload-holder,
  html body .kvs-hometown .topbar .header-upload-holder .header-upload{
    display:inline-flex !important;
    visibility:visible !important;
    opacity:1 !important;
    pointer-events:auto !important;
    width:35px !important;
    min-width:35px !important;
    max-width:35px !important;
    height:35px !important;
    min-height:35px !important;
    max-height:35px !important;
    flex:0 0 35px !important;
    padding:0 !important;
    margin:0 !important;
    background:transparent !important;
    background-image:none !important;
    border:0 !important;
    box-shadow:none !important;
    color:#f4f4f5 !important;
    overflow:visible !important;
  }

  html body .kvs-hometown .topbar .header-controls .header-upload i,
  html body .kvs-hometown .topbar .header-controls .upload-btn i,
  html body .kvs-hometown .topbar .header-controls .header-upload svg,
  html body .kvs-hometown .topbar .header-controls .upload-btn svg{
    display:block !important;
    visibility:visible !important;
    opacity:1 !important;
    width:22px !important;
    height:22px !important;
    min-width:22px !important;
    min-height:22px !important;
    font-size:22px !important;
    line-height:1 !important;
    margin:0 !important;
    padding:0 !important;
    color:currentColor !important;
    fill:currentColor !important;
    stroke:currentColor !important;
  }

  html body .kvs-hometown .topbar .header-controls .header-upload span,
  html body .kvs-hometown .topbar .header-controls .upload-btn span{
    display:none !important;
  }

  /* Keep Signup removed only, without hiding the whole controls group */
  html body .kvs-hometown .topbar .header-controls #signup,
  html body .kvs-hometown .topbar .header-controls .signup,
  html body .kvs-hometown .topbar .header-controls .header-signup,
  html body .kvs-hometown .topbar .header-controls a#signup,
  html body .kvs-hometown .topbar .header-controls a.signup,
  html body .kvs-hometown .topbar .header-controls a.header-signup,
  html body .kvs-hometown .topbar .header-controls [data-href*="signup"],
  html body .kvs-hometown .topbar .header-controls [href*="signup"],
  html body .kvs-hometown .topbar .header-controls [class*="signup"],
  html body .kvs-hometown .topbar .header-controls > *:has(.fa-user-plus),
  html body .kvs-hometown .topbar .header-controls > *:has([class*="user-plus"]){
    display:none !important;
    visibility:hidden !important;
    opacity:0 !important;
    pointer-events:none !important;
    width:0 !important;
    min-width:0 !important;
    max-width:0 !important;
    height:0 !important;
    min-height:0 !important;
    max-height:0 !important;
    flex:0 0 0 !important;
    padding:0 !important;
    margin:0 !important;
    border:0 !important;
    overflow:hidden !important;
  }
}


/* Hometown KVS v69: restore Popular Models in right sidebar safely.
   getBlock is assigned in index.tpl only; footer only prints the assigned result. */

/* Popular Models should match Popular Tags exactly as clean pills */
html body .kvs-hometown .right-sidebar .right-models,
html body .kvs-hometown .right-sidebar .right-tags{
  background:transparent !important;
  background-image:none !important;
  border-color:rgba(255,255,255,.038) !important;
  box-shadow:none !important;
}

html body .kvs-hometown .right-sidebar .right-models .headline,
html body .kvs-hometown .right-sidebar .right-models .heading,
html body .kvs-hometown .right-sidebar .right-models .pagination,
html body .kvs-hometown .right-sidebar .right-models .load-more,
html body .kvs-hometown .right-sidebar .right-models .more-title{
  display:none !important;
}

html body .kvs-hometown .right-sidebar .right-models .thumbs,
html body .kvs-hometown .right-sidebar .right-models .models-thumbs,
html body .kvs-hometown .right-sidebar .right-models .hometown-video-grid,
html body .kvs-hometown .right-sidebar .right-models ul,
html body .kvs-hometown .right-sidebar .right-models .list,
html body .kvs-hometown .right-sidebar .right-tags .swiper-wrapper{
  display:flex !important;
  flex-wrap:wrap !important;
  align-items:flex-start !important;
  gap:7px !important;
  margin:0 !important;
  padding:0 !important;
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
  grid-template-columns:none !important;
}

html body .kvs-hometown .right-sidebar .right-models li,
html body .kvs-hometown .right-sidebar .right-models .thumb,
html body .kvs-hometown .right-sidebar .right-models .item,
html body .kvs-hometown .right-sidebar .right-models .model-item{
  display:inline-flex !important;
  width:auto !important;
  max-width:100% !important;
  margin:0 !important;
  padding:0 !important;
  list-style:none !important;
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
  overflow:visible !important;
}

/* Hide model thumbnails/metadata so the output becomes tag-like pills */
html body .kvs-hometown .right-sidebar .right-models .img-holder,
html body .kvs-hometown .right-sidebar .right-models .flag-holder,
html body .kvs-hometown .right-sidebar .right-models .thumb-bottom,
html body .kvs-hometown .right-sidebar .right-models .thumb-info,
html body .kvs-hometown .right-sidebar .right-models .item-top,
html body .kvs-hometown .right-sidebar .right-models .item-bottom,
html body .kvs-hometown .right-sidebar .right-models img{
  display:none !important;
}

/* Same pill design for models and popular tags */
html body .kvs-hometown .right-sidebar .right-models a,
html body .kvs-hometown .right-sidebar .right-models .thumb > a,
html body .kvs-hometown .right-sidebar .right-models .item > a,
html body .kvs-hometown .right-sidebar .right-tags a,
html body .kvs-hometown .right-sidebar .right-tags .swiper-slide a,
html body .kvs-hometown .right-sidebar .tags-cloud a{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  min-height:30px !important;
  max-width:100% !important;
  padding:0 10px !important;
  border:1px solid rgba(255,255,255,.038) !important;
  border-radius:999px !important;
  background:rgba(255,255,255,.025) !important;
  background-image:none !important;
  color:rgba(244,244,245,.74) !important;
  font-size:12px !important;
  font-weight:500 !important;
  line-height:1 !important;
  text-decoration:none !important;
  box-shadow:none !important;
  text-shadow:none !important;
  overflow:hidden !important;
}

html body .kvs-hometown .right-sidebar .right-models a:hover,
html body .kvs-hometown .right-sidebar .right-models .thumb > a:hover,
html body .kvs-hometown .right-sidebar .right-models .item > a:hover,
html body .kvs-hometown .right-sidebar .right-tags a:hover,
html body .kvs-hometown .right-sidebar .right-tags .swiper-slide a:hover,
html body .kvs-hometown .right-sidebar .tags-cloud a:hover{
  background:rgba(255,255,255,.055) !important;
  background-image:none !important;
  border-color:rgba(255,255,255,.065) !important;
  color:#fff !important;
}

html body .kvs-hometown .right-sidebar .right-models .title,
html body .kvs-hometown .right-sidebar .right-models .title span,
html body .kvs-hometown .right-sidebar .right-models .model-title,
html body .kvs-hometown .right-sidebar .right-models .name{
  position:static !important;
  display:inline !important;
  padding:0 !important;
  margin:0 !important;
  min-height:0 !important;
  background:transparent !important;
  border:0 !important;
  color:inherit !important;
  font-size:12px !important;
  font-weight:500 !important;
  line-height:1 !important;
  text-shadow:none !important;
  white-space:nowrap !important;
  overflow:hidden !important;
  text-overflow:ellipsis !important;
}

html body .kvs-hometown .right-sidebar .right-models a:before,
html body .kvs-hometown .right-sidebar .right-models a:after,
html body .kvs-hometown .right-sidebar .right-tags a:before,
html body .kvs-hometown .right-sidebar .right-tags a:after{
  content:none !important;
  display:none !important;
  background:none !important;
  background-image:none !important;
}


/* Hometown KVS v72: safer thumb overlay polish
   - mobile: remove useless watch-later/touch pill under bookmark
   - HD badge top-right
   - duration bottom-left
   - views + like rate bottom-right on hover */

/* Make card overlay positioning stable */
html body .kvs-hometown .hometown-video-grid .thumb,
html body .kvs-hometown .hometown-video-grid .thumb > a,
html body .kvs-hometown .hometown-video-grid .img-holder{
  position:relative !important;
}

/* HD moved out of item-bottom in template, now safe top-right */
html body .kvs-hometown .hometown-video-grid .qualtiy{
  position:absolute !important;
  top:10px !important;
  right:10px !important;
  left:auto !important;
  bottom:auto !important;
  z-index:6 !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  height:22px !important;
  padding:0 8px !important;
  border-radius:999px !important;
  background:rgba(255,255,255,.16) !important;
  background-image:none !important;
  border:1px solid rgba(255,255,255,.14) !important;
  color:rgba(255,255,255,.88) !important;
  font-size:10.5px !important;
  font-weight:500 !important;
  line-height:1 !important;
  letter-spacing:0 !important;
  box-shadow:none !important;
  pointer-events:none !important;
}

/* Duration stays visible, moved bottom-left so it won't collide with views/likes */
html body .kvs-hometown .hometown-video-grid .item-bottom{
  position:absolute !important;
  left:10px !important;
  right:auto !important;
  bottom:10px !important;
  top:auto !important;
  width:auto !important;
  max-width:none !important;
  display:flex !important;
  align-items:center !important;
  justify-content:flex-start !important;
  z-index:5 !important;
  margin:0 !important;
  padding:0 !important;
  transform:none !important;
}

html body .kvs-hometown .hometown-video-grid .time{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  height:22px !important;
  padding:0 8px !important;
  border-radius:999px !important;
  background:rgba(8,8,9,.48) !important;
  background-image:none !important;
  border:1px solid rgba(255,255,255,.11) !important;
  color:rgba(255,255,255,.86) !important;
  font-size:10.5px !important;
  font-weight:500 !important;
  line-height:1 !important;
  letter-spacing:0 !important;
  box-shadow:none !important;
}

/* Move hover meta to bottom-right instead of center */
html body .kvs-hometown .hometown-video-grid .thumb-bottom{
  position:absolute !important;
  left:auto !important;
  right:12px !important;
  bottom:12px !important;
  width:auto !important;
  max-width:calc(100% - 105px) !important;
  display:flex !important;
  align-items:center !important;
  justify-content:flex-end !important;
  text-align:right !important;
  gap:8px !important;
  white-space:nowrap !important;
  margin:0 !important;
  padding:0 !important;
  transform:translateY(6px) !important;
  z-index:5 !important;
}

html body .kvs-hometown .hometown-video-grid .thumb > a:hover .thumb-bottom{
  transform:translateY(0) !important;
}

html body .kvs-hometown .hometown-video-grid .thumb-item{
  justify-content:flex-end !important;
  text-align:right !important;
}

/* Mobile: remove the useless second touch/watch-later pill under bookmark */
@media (max-width:680px){
  html body .kvs-hometown .hometown-video-grid .item-time{
    display:none !important;
  }

  html body .kvs-hometown .hometown-video-grid .qualtiy{
    top:8px !important;
    right:8px !important;
    height:21px !important;
    padding:0 7px !important;
    font-size:10px !important;
  }

  html body .kvs-hometown .hometown-video-grid .item-bottom{
    left:8px !important;
    bottom:8px !important;
  }

  html body .kvs-hometown .hometown-video-grid .time{
    height:21px !important;
    padding:0 7px !important;
    font-size:10px !important;
  }

  html body .kvs-hometown .hometown-video-grid .thumb-bottom{
    right:10px !important;
    bottom:9px !important;
    max-width:calc(100% - 88px) !important;
    gap:7px !important;
  }
}


/* Hometown KVS v73: restore Watch Later, hide only mobile touch/trailer hint button */

/* Restore the real Watch Later button that v72 hid by mistake */
@media (max-width:680px){
  html body .kvs-hometown .hometown-video-grid .item-time{
    display:inline-flex !important;
  }
}

/* Hide only the useless mobile touch/trailer hint button */
@media (max-width:680px){
  html body .kvs-hometown .hometown-video-grid .touch,
  html body .kvs-hometown .hometown-video-grid .touch-button,
  html body .kvs-hometown .hometown-video-grid .touch-preview,
  html body .kvs-hometown .hometown-video-grid .touch-hint,
  html body .kvs-hometown .hometown-video-grid .preview-touch,
  html body .kvs-hometown .hometown-video-grid .trailer-touch,
  html body .kvs-hometown .hometown-video-grid .thumb-touch,
  html body .kvs-hometown .hometown-video-grid .video-touch,
  html body .kvs-hometown .hometown-video-grid .js_touch,
  html body .kvs-hometown .hometown-video-grid .js-touch,
  html body .kvs-hometown .hometown-video-grid .js_touch_preview,
  html body .kvs-hometown .hometown-video-grid .js-touch-preview,
  html body .kvs-hometown .hometown-video-grid .js_preview_touch,
  html body .kvs-hometown .hometown-video-grid .js-preview-touch,
  html body .kvs-hometown .hometown-video-grid [class*="touch"],
  html body .kvs-hometown .hometown-video-grid [data-action*="touch"],
  html body .kvs-hometown .hometown-video-grid [data-mode*="touch"],
  html body .kvs-hometown .hometown-video-grid [title*="Touch"],
  html body .kvs-hometown .hometown-video-grid [title*="touch"],
  html body .kvs-hometown .hometown-video-grid [aria-label*="Touch"],
  html body .kvs-hometown .hometown-video-grid [aria-label*="touch"]{
    display:none !important;
    visibility:hidden !important;
    opacity:0 !important;
    pointer-events:none !important;
    width:0 !important;
    min-width:0 !important;
    max-width:0 !important;
    height:0 !important;
    min-height:0 !important;
    max-height:0 !important;
    padding:0 !important;
    margin:0 !important;
    border:0 !important;
    overflow:hidden !important;
  }

  /* If that touch hint is rendered only as a hand icon, hide the direct pill containing it. */
  html body .kvs-hometown .hometown-video-grid .item-top > *:has(.fa-hand-pointer),
  html body .kvs-hometown .hometown-video-grid .item-top > *:has(.fa-hand),
  html body .kvs-hometown .hometown-video-grid .item-top > *:has([class*="hand"]),
  html body .kvs-hometown .hometown-video-grid .thumb > *:has(.fa-hand-pointer),
  html body .kvs-hometown .hometown-video-grid .thumb > *:has(.fa-hand),
  html body .kvs-hometown .hometown-video-grid .thumb > *:has([class*="hand"]),
  html body .kvs-hometown .hometown-video-grid .img-holder > *:has(.fa-hand-pointer),
  html body .kvs-hometown .hometown-video-grid .img-holder > *:has(.fa-hand),
  html body .kvs-hometown .hometown-video-grid .img-holder > *:has([class*="hand"]){
    display:none !important;
    visibility:hidden !important;
    opacity:0 !important;
    pointer-events:none !important;
  }
}


/* Hometown KVS v74: unify all internal page sort/selectors with home New Videos style.
   Applies latest / most viewed / top rated / categories / models / sponsors/sites / albums / playlists lists. */

/* Containers */
html body .kvs-hometown .content .sort,
html body .kvs-hometown .content .sorting,
html body .kvs-hometown .content .tabs-menu,
html body .kvs-hometown .content .block-sort,
html body .kvs-hometown .content .list-sort,
html body .kvs-hometown .content .sort-row,
html body .kvs-hometown .content .sort-holder,
html body .kvs-hometown .content .selectbox,
html body .kvs-hometown .content .selectbox-holder,
html body .kvs-hometown .content .dropdown-holder,
html body .kvs-hometown .content .filters-row{
  background:transparent !important;
  background-image:none !important;
  border-color:rgba(255,255,255,.038) !important;
  box-shadow:none !important;
}

/* Visible sort buttons / tabs / dropdown triggers */
html body .kvs-hometown .content .sort a,
html body .kvs-hometown .content .sorting a,
html body .kvs-hometown .content .tabs-menu a,
html body .kvs-hometown .content .block-sort a,
html body .kvs-hometown .content .list-sort a,
html body .kvs-hometown .content .sort-row a,
html body .kvs-hometown .content .sort-holder a,
html body .kvs-hometown .content .sort-title,
html body .kvs-hometown .content .sort-button,
html body .kvs-hometown .content .button-sort,
html body .kvs-hometown .content .drop-title,
html body .kvs-hometown .content .dropdown-title,
html body .kvs-hometown .content .selectbox-title,
html body .kvs-hometown .content .selectbox .title,
html body .kvs-hometown .content .selectbox-holder .title,
html body .kvs-hometown .content .filter-button,
html body .kvs-hometown .content .filter-toggle,
html body .kvs-hometown .content select{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  min-height:30px !important;
  height:30px !important;
  padding:0 11px !important;
  border-radius:999px !important;
  background:rgba(255,255,255,.022) !important;
  background-image:none !important;
  border:1px solid rgba(255,255,255,.038) !important;
  color:rgba(244,244,245,.76) !important;
  font-size:12px !important;
  font-weight:500 !important;
  line-height:1 !important;
  letter-spacing:0 !important;
  text-transform:none !important;
  box-shadow:none !important;
  filter:none !important;
  text-decoration:none !important;
}

/* Active / hover state */
html body .kvs-hometown .content .sort a:hover,
html body .kvs-hometown .content .sort a.active,
html body .kvs-hometown .content .sort a.selected,
html body .kvs-hometown .content .sorting a:hover,
html body .kvs-hometown .content .sorting a.active,
html body .kvs-hometown .content .sorting a.selected,
html body .kvs-hometown .content .tabs-menu a:hover,
html body .kvs-hometown .content .tabs-menu a.active,
html body .kvs-hometown .content .tabs-menu a.selected,
html body .kvs-hometown .content .block-sort a:hover,
html body .kvs-hometown .content .block-sort a.active,
html body .kvs-hometown .content .block-sort a.selected,
html body .kvs-hometown .content .list-sort a:hover,
html body .kvs-hometown .content .list-sort a.active,
html body .kvs-hometown .content .list-sort a.selected,
html body .kvs-hometown .content .sort-title:hover,
html body .kvs-hometown .content .sort-button:hover,
html body .kvs-hometown .content .button-sort:hover,
html body .kvs-hometown .content .drop-title:hover,
html body .kvs-hometown .content .dropdown-title:hover,
html body .kvs-hometown .content .selectbox-title:hover,
html body .kvs-hometown .content .selectbox .title:hover,
html body .kvs-hometown .content .selectbox-holder .title:hover,
html body .kvs-hometown .content .filter-button:hover,
html body .kvs-hometown .content .filter-toggle:hover{
  background:rgba(255,255,255,.052) !important;
  background-image:none !important;
  border-color:rgba(255,255,255,.06) !important;
  color:#fff !important;
  box-shadow:none !important;
  filter:none !important;
}

/* Dropdown menus opened by these selectors */
html body .kvs-hometown .content .sort-drop,
html body .kvs-hometown .content .sort-dropdown,
html body .kvs-hometown .content .dropdown,
html body .kvs-hometown .content .selectbox ul,
html body .kvs-hometown .content .selectbox-holder ul,
html body .kvs-hometown .content .dropdown-menu,
html body .kvs-hometown .content .drop-menu{
  background:#080808 !important;
  background-image:none !important;
  border:1px solid rgba(255,255,255,.055) !important;
  border-radius:14px !important;
  box-shadow:0 18px 48px rgba(0,0,0,.48) !important;
}

html body .kvs-hometown .content .sort-drop a,
html body .kvs-hometown .content .sort-dropdown a,
html body .kvs-hometown .content .dropdown a,
html body .kvs-hometown .content .selectbox ul a,
html body .kvs-hometown .content .selectbox-holder ul a,
html body .kvs-hometown .content .dropdown-menu a,
html body .kvs-hometown .content .drop-menu a{
  background:transparent !important;
  border-color:transparent !important;
  color:rgba(244,244,245,.76) !important;
  border-radius:10px !important;
  font-weight:500 !important;
}

html body .kvs-hometown .content .sort-drop a:hover,
html body .kvs-hometown .content .sort-dropdown a:hover,
html body .kvs-hometown .content .dropdown a:hover,
html body .kvs-hometown .content .selectbox ul a:hover,
html body .kvs-hometown .content .selectbox-holder ul a:hover,
html body .kvs-hometown .content .dropdown-menu a:hover,
html body .kvs-hometown .content .drop-menu a:hover{
  background:rgba(255,255,255,.055) !important;
  border-color:rgba(255,255,255,.06) !important;
  color:#fff !important;
}

/* Spacing / alignment for heading sort controls */
html body .kvs-hometown .content .heading .sort,
html body .kvs-hometown .content .headline .sort,
html body .kvs-hometown .content .heading .sorting,
html body .kvs-hometown .content .headline .sorting,
html body .kvs-hometown .content .heading .tabs-menu,
html body .kvs-hometown .content .headline .tabs-menu{
  display:flex !important;
  align-items:center !important;
  gap:6px !important;
  margin-left:auto !important;
  flex-wrap:wrap !important;
}

/* Kill inherited orange / red overlays everywhere in these selectors */
html body .kvs-hometown .content .sort a:before,
html body .kvs-hometown .content .sort a:after,
html body .kvs-hometown .content .sorting a:before,
html body .kvs-hometown .content .sorting a:after,
html body .kvs-hometown .content .tabs-menu a:before,
html body .kvs-hometown .content .tabs-menu a:after,
html body .kvs-hometown .content .block-sort a:before,
html body .kvs-hometown .content .block-sort a:after,
html body .kvs-hometown .content .list-sort a:before,
html body .kvs-hometown .content .list-sort a:after,
html body .kvs-hometown .content .sort-title:before,
html body .kvs-hometown .content .sort-title:after,
html body .kvs-hometown .content .sort-button:before,
html body .kvs-hometown .content .sort-button:after,
html body .kvs-hometown .content .button-sort:before,
html body .kvs-hometown .content .button-sort:after,
html body .kvs-hometown .content .filter-button:before,
html body .kvs-hometown .content .filter-button:after,
html body .kvs-hometown .content .filter-toggle:before,
html body .kvs-hometown .content .filter-toggle:after{
  content:none !important;
  display:none !important;
  background:none !important;
  background-image:none !important;
  box-shadow:none !important;
}

/* Internal page selectors should not affect header/footer menus */
html body .kvs-hometown .topbar .tabs-menu a,
html body .kvs-hometown .hometown-footer .tabs-menu a{
  all:unset;
}


/* Hometown KVS v75: dropdown direction + categories cards polish */

/* Sort dropdowns should open downward, not over/up on top of the trigger */
html body .kvs-hometown .content .sort,
html body .kvs-hometown .content .sorting,
html body .kvs-hometown .content .block-sort,
html body .kvs-hometown .content .list-sort,
html body .kvs-hometown .content .selectbox,
html body .kvs-hometown .content .selectbox-holder,
html body .kvs-hometown .content .dropdown-holder{
  position:relative !important;
  overflow:visible !important;
}

html body .kvs-hometown .content .sort-drop,
html body .kvs-hometown .content .sort-dropdown,
html body .kvs-hometown .content .dropdown,
html body .kvs-hometown .content .dropdown-menu,
html body .kvs-hometown .content .drop-menu,
html body .kvs-hometown .content .selectbox ul,
html body .kvs-hometown .content .selectbox-holder ul{
  top:calc(100% + 8px) !important;
  bottom:auto !important;
  left:auto !important;
  right:0 !important;
  transform:none !important;
  margin-top:0 !important;
  margin-bottom:0 !important;
  z-index:90 !important;
}

/* If KVS uses hidden/show classes, preserve normal dropdown behavior but force downwards */
html body .kvs-hometown .content .sort:hover .sort-drop,
html body .kvs-hometown .content .sort:hover .sort-dropdown,
html body .kvs-hometown .content .selectbox:hover ul,
html body .kvs-hometown .content .selectbox-holder:hover ul{
  top:calc(100% + 8px) !important;
  bottom:auto !important;
  transform:none !important;
}

/* /categories cards: remove orange inherited text and make cards consistent */
html body .kvs-hometown .categories-thumbs .thumb,
html body .kvs-hometown .categories-thumbs .item,
html body .kvs-hometown .categories-thumbs li,
html body .kvs-hometown .categories-thumbs .cat,
html body .kvs-hometown .categories-thumbs .category,
html body .kvs-hometown .list-categories .thumb,
html body .kvs-hometown .list-categories .item,
html body .kvs-hometown .list-categories li{
  background:rgba(255,255,255,.022) !important;
  background-image:none !important;
  border:1px solid rgba(255,255,255,.045) !important;
  border-radius:12px !important;
  box-shadow:none !important;
  overflow:hidden !important;
}

html body .kvs-hometown .categories-thumbs a,
html body .kvs-hometown .categories-thumbs .thumb a,
html body .kvs-hometown .categories-thumbs .item a,
html body .kvs-hometown .categories-thumbs .cat-title,
html body .kvs-hometown .categories-thumbs .cat-title .title,
html body .kvs-hometown .categories-thumbs .title,
html body .kvs-hometown .categories-thumbs .title a,
html body .kvs-hometown .list-categories a,
html body .kvs-hometown .list-categories .title,
html body .kvs-hometown .list-categories .title a{
  color:rgba(244,244,245,.92) !important;
  background:transparent !important;
  background-image:none !important;
  text-shadow:none !important;
  box-shadow:none !important;
  font-weight:600 !important;
  border-color:rgba(255,255,255,.045) !important;
}

html body .kvs-hometown .categories-thumbs .thumb:hover,
html body .kvs-hometown .categories-thumbs .item:hover,
html body .kvs-hometown .categories-thumbs li:hover,
html body .kvs-hometown .list-categories .thumb:hover,
html body .kvs-hometown .list-categories .item:hover,
html body .kvs-hometown .list-categories li:hover{
  background:rgba(255,255,255,.035) !important;
  border-color:rgba(255,255,255,.065) !important;
}

html body .kvs-hometown .categories-thumbs a:hover,
html body .kvs-hometown .categories-thumbs .thumb:hover a,
html body .kvs-hometown .categories-thumbs .item:hover a,
html body .kvs-hometown .categories-thumbs .cat-title:hover,
html body .kvs-hometown .categories-thumbs .cat-title .title:hover,
html body .kvs-hometown .categories-thumbs .title:hover,
html body .kvs-hometown .categories-thumbs .title a:hover,
html body .kvs-hometown .list-categories a:hover,
html body .kvs-hometown .list-categories .title:hover,
html body .kvs-hometown .list-categories .title a:hover{
  color:#fff !important;
  background:transparent !important;
  background-image:none !important;
}

/* Category stats / rating bubbles should not inherit orange either */
html body .kvs-hometown .categories-thumbs .rating,
html body .kvs-hometown .categories-thumbs .amount,
html body .kvs-hometown .categories-thumbs .count,
html body .kvs-hometown .categories-thumbs .videos,
html body .kvs-hometown .list-categories .rating,
html body .kvs-hometown .list-categories .amount,
html body .kvs-hometown .list-categories .count,
html body .kvs-hometown .list-categories .videos{
  color:rgba(244,244,245,.62) !important;
  background:rgba(255,255,255,.035) !important;
  background-image:none !important;
  border:1px solid rgba(255,255,255,.05) !important;
  box-shadow:none !important;
  font-weight:500 !important;
}

/* Kill orange/red pseudo overlays on category cards */
html body .kvs-hometown .categories-thumbs a:before,
html body .kvs-hometown .categories-thumbs a:after,
html body .kvs-hometown .categories-thumbs .thumb:before,
html body .kvs-hometown .categories-thumbs .thumb:after,
html body .kvs-hometown .categories-thumbs .item:before,
html body .kvs-hometown .categories-thumbs .item:after,
html body .kvs-hometown .categories-thumbs .cat-title:before,
html body .kvs-hometown .categories-thumbs .cat-title:after,
html body .kvs-hometown .list-categories a:before,
html body .kvs-hometown .list-categories a:after,
html body .kvs-hometown .list-categories .thumb:before,
html body .kvs-hometown .list-categories .thumb:after,
html body .kvs-hometown .list-categories .item:before,
html body .kvs-hometown .list-categories .item:after{
  content:none !important;
  display:none !important;
  background:none !important;
  background-image:none !important;
  box-shadow:none !important;
}


/* Hometown KVS v76: categories/models cards redesign
   - categories: cleaner cards, no ugly orange "no image", better overlay positioning
   - models: dedicated round portrait style, prevent overflow */

/* ===== Categories page cards ===== */
html body .kvs-hometown .categories-thumbs{
  display:grid !important;
  grid-template-columns:repeat(auto-fill,minmax(220px,1fr)) !important;
  gap:18px !important;
}

html body .kvs-hometown .categories-thumbs .thumb,
html body .kvs-hometown .categories-thumbs .item,
html body .kvs-hometown .categories-thumbs li{
  width:auto !important;
  min-width:0 !important;
  max-width:none !important;
  margin:0 !important;
  background:rgba(255,255,255,.024) !important;
  border:1px solid rgba(255,255,255,.045) !important;
  border-radius:18px !important;
  overflow:hidden !important;
  box-shadow:none !important;
}

html body .kvs-hometown .categories-thumbs .thumb > a,
html body .kvs-hometown .categories-thumbs .item > a{
  display:block !important;
  color:#fff !important;
  text-decoration:none !important;
}

html body .kvs-hometown .categories-thumbs .img-holder{
  position:relative !important;
  min-height:170px !important;
  height:170px !important;
  background:#111214 !important;
  border-radius:16px !important;
  overflow:hidden !important;
  margin:12px !important;
}

html body .kvs-hometown .categories-thumbs .img-holder img{
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  display:block !important;
}

/* Hide ugly orange no-image and replace with neutral placeholder */
html body .kvs-hometown .categories-thumbs .no-thumb{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  width:100% !important;
  height:100% !important;
  font-size:0 !important;
  color:transparent !important;
  background:radial-gradient(circle at 50% 30%, rgba(255,255,255,.035), rgba(255,255,255,.01) 45%, transparent 75%), #101113 !important;
}

html body .kvs-hometown .categories-thumbs .no-thumb:after{
  content:"No image" !important;
  font-size:15px !important;
  font-weight:600 !important;
  letter-spacing:.01em !important;
  color:rgba(255,255,255,.28) !important;
}

/* Better positioned content overlay */
html body .kvs-hometown .categories-thumbs .cat-title{
  position:absolute !important;
  left:10px !important;
  right:10px !important;
  bottom:10px !important;
  z-index:2 !important;
  display:flex !important;
  flex-wrap:wrap !important;
  align-items:center !important;
  gap:8px 10px !important;
  padding:10px 12px !important;
  border-radius:14px !important;
  background:rgba(8,8,9,.76) !important;
  border:1px solid rgba(255,255,255,.055) !important;
  box-shadow:none !important;
}

html body .kvs-hometown .categories-thumbs .cat-title .title{
  flex:1 0 100% !important;
  margin:0 !important;
  padding:0 !important;
  color:#fff !important;
  font-size:17px !important;
  font-weight:700 !important;
  line-height:1.15 !important;
  background:transparent !important;
  text-shadow:none !important;
}

html body .kvs-hometown .categories-thumbs .cat-title .thumb-item{
  display:inline-flex !important;
  align-items:center !important;
  gap:5px !important;
  margin:0 !important;
  padding:0 !important;
  background:transparent !important;
  color:rgba(244,244,245,.72) !important;
  font-size:12px !important;
  font-weight:500 !important;
  line-height:1 !important;
  text-shadow:none !important;
}

html body .kvs-hometown .categories-thumbs .cat-title .thumb-item i,
html body .kvs-hometown .categories-thumbs .cat-title .thumb-item svg{
  color:rgba(244,244,245,.58) !important;
  fill:currentColor !important;
  stroke:currentColor !important;
}

html body .kvs-hometown .categories-thumbs .thumb:hover,
html body .kvs-hometown .categories-thumbs .item:hover,
html body .kvs-hometown .categories-thumbs li:hover{
  background:rgba(255,255,255,.032) !important;
  border-color:rgba(255,255,255,.065) !important;
}

html body .kvs-hometown .categories-thumbs .thumb:hover .cat-title{
  background:rgba(10,10,12,.84) !important;
  border-color:rgba(255,255,255,.07) !important;
}

/* kill orange */
html body .kvs-hometown .categories-thumbs .cat-title,
html body .kvs-hometown .categories-thumbs .cat-title *,
html body .kvs-hometown .categories-thumbs .thumb > a:hover,
html body .kvs-hometown .categories-thumbs .thumb > a:hover *{
  color:inherit;
}
html body .kvs-hometown .categories-thumbs .cat-title .title,
html body .kvs-hometown .categories-thumbs .thumb > a:hover .title{
  color:#fff !important;
}
html body .kvs-hometown .categories-thumbs .cat-title .thumb-item,
html body .kvs-hometown .categories-thumbs .thumb > a:hover .thumb-item{
  color:rgba(244,244,245,.72) !important;
}
html body .kvs-hometown .categories-thumbs .cat-title .thumb-item i,
html body .kvs-hometown .categories-thumbs .cat-title .thumb-item svg{
  color:rgba(244,244,245,.58) !important;
}

/* ===== Models page cards ===== */
html body .kvs-hometown .models-thumbs{
  display:grid !important;
  grid-template-columns:repeat(auto-fill,minmax(180px,1fr)) !important;
  gap:18px !important;
}

html body .kvs-hometown .models-thumbs .thumb,
html body .kvs-hometown .models-thumbs .item,
html body .kvs-hometown .models-thumbs li{
  width:auto !important;
  min-width:0 !important;
  max-width:none !important;
  margin:0 !important;
  background:rgba(255,255,255,.024) !important;
  border:1px solid rgba(255,255,255,.045) !important;
  border-radius:20px !important;
  overflow:hidden !important;
  box-shadow:none !important;
}

html body .kvs-hometown .models-thumbs .thumb > a,
html body .kvs-hometown .models-thumbs .item > a{
  display:flex !important;
  flex-direction:column !important;
  align-items:center !important;
  padding:16px 14px 14px !important;
  color:#fff !important;
  text-decoration:none !important;
}

html body .kvs-hometown .models-thumbs .img-holder{
  position:relative !important;
  width:132px !important;
  height:132px !important;
  min-height:132px !important;
  margin:2px auto 14px !important;
  border-radius:999px !important;
  overflow:hidden !important;
  background:#121316 !important;
  border:1px solid rgba(255,255,255,.05) !important;
  box-shadow:none !important;
}

html body .kvs-hometown .models-thumbs .img-holder img{
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  display:block !important;
}

html body .kvs-hometown .models-thumbs .no-thumb{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  width:100% !important;
  height:100% !important;
  font-size:0 !important;
  color:transparent !important;
  background:radial-gradient(circle at 50% 30%, rgba(255,255,255,.035), rgba(255,255,255,.01) 45%, transparent 75%), #101113 !important;
}

html body .kvs-hometown .models-thumbs .no-thumb:after{
  content:"No image" !important;
  font-size:14px !important;
  font-weight:600 !important;
  color:rgba(255,255,255,.28) !important;
}

html body .kvs-hometown .models-thumbs .title{
  position:static !important;
  width:100% !important;
  margin:0 0 8px !important;
  padding:0 !important;
  text-align:center !important;
  background:transparent !important;
  color:#fff !important;
  font-size:14px !important;
  font-weight:700 !important;
  line-height:1.25 !important;
  text-shadow:none !important;
}

html body .kvs-hometown .models-thumbs .title .flag-holder{
  position:static !important;
  display:inline-flex !important;
  vertical-align:middle !important;
  margin-left:6px !important;
  transform:none !important;
}

html body .kvs-hometown .models-thumbs .title .flag-holder img{
  width:16px !important;
  height:12px !important;
  object-fit:cover !important;
  border-radius:3px !important;
}

html body .kvs-hometown .models-thumbs .thumb-bottom{
  position:static !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  flex-wrap:wrap !important;
  gap:8px !important;
  width:100% !important;
  margin:0 !important;
  padding:0 !important;
  text-align:center !important;
  transform:none !important;
}

html body .kvs-hometown .models-thumbs .thumb-item{
  display:inline-flex !important;
  align-items:center !important;
  gap:5px !important;
  color:rgba(244,244,245,.72) !important;
  font-size:12px !important;
  font-weight:500 !important;
  line-height:1 !important;
  margin:0 !important;
  padding:0 !important;
}

html body .kvs-hometown .models-thumbs .thumb-item i,
html body .kvs-hometown .models-thumbs .thumb-item svg{
  color:rgba(244,244,245,.58) !important;
  fill:currentColor !important;
  stroke:currentColor !important;
}

html body .kvs-hometown .models-thumbs .thumb:hover,
html body .kvs-hometown .models-thumbs .item:hover,
html body .kvs-hometown .models-thumbs li:hover{
  background:rgba(255,255,255,.032) !important;
  border-color:rgba(255,255,255,.065) !important;
}

/* Mobile tuning */
@media (max-width:680px){
  html body .kvs-hometown .categories-thumbs{
    grid-template-columns:1fr 1fr !important;
    gap:14px !important;
  }
  html body .kvs-hometown .categories-thumbs .img-holder{
    min-height:150px !important;
    height:150px !important;
    margin:10px !important;
  }
  html body .kvs-hometown .categories-thumbs .cat-title{
    left:8px !important;
    right:8px !important;
    bottom:8px !important;
    padding:9px 10px !important;
  }
  html body .kvs-hometown .categories-thumbs .cat-title .title{
    font-size:15px !important;
  }

  html body .kvs-hometown .models-thumbs{
    grid-template-columns:1fr 1fr !important;
    gap:14px !important;
  }
  html body .kvs-hometown .models-thumbs .thumb > a,
  html body .kvs-hometown .models-thumbs .item > a{
    padding:14px 10px 12px !important;
  }
  html body .kvs-hometown .models-thumbs .img-holder{
    width:110px !important;
    height:110px !important;
    min-height:110px !important;
    margin-bottom:12px !important;
  }
}


/* Hometown KVS v77: fix categories/models cards after v76
   - remove external/double pill container
   - categories: clean single card, stable overlay
   - models: true circular avatar, no oval, no overflow */

/* ===== Categories: no external card/pill ===== */
html body .kvs-hometown .categories-thumbs{
  display:grid !important;
  grid-template-columns:repeat(auto-fill,minmax(220px,1fr)) !important;
  gap:18px !important;
  align-items:start !important;
}

html body .kvs-hometown .categories-thumbs .thumb,
html body .kvs-hometown .categories-thumbs .item,
html body .kvs-hometown .categories-thumbs li{
  background:transparent !important;
  background-image:none !important;
  border:0 !important;
  border-radius:0 !important;
  box-shadow:none !important;
  overflow:visible !important;
  padding:0 !important;
  margin:0 !important;
  width:auto !important;
  min-width:0 !important;
  max-width:none !important;
}

html body .kvs-hometown .categories-thumbs .thumb > a,
html body .kvs-hometown .categories-thumbs .item > a{
  display:block !important;
  width:100% !important;
  min-width:0 !important;
  color:#fff !important;
  text-decoration:none !important;
}

html body .kvs-hometown .categories-thumbs .img-holder{
  position:relative !important;
  width:100% !important;
  height:auto !important;
  min-height:0 !important;
  aspect-ratio:16/10 !important;
  margin:0 !important;
  padding:0 !important;
  border-radius:15px !important;
  overflow:hidden !important;
  background:#101113 !important;
  border:1px solid rgba(255,255,255,.045) !important;
  box-shadow:none !important;
}

html body .kvs-hometown .categories-thumbs .img-holder img{
  display:block !important;
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
}

/* Neutral no-image, no orange */
html body .kvs-hometown .categories-thumbs .no-thumb{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  width:100% !important;
  height:100% !important;
  min-height:0 !important;
  font-size:0 !important;
  color:transparent !important;
  background:
    radial-gradient(circle at 50% 18%, rgba(255,255,255,.035), rgba(255,255,255,.012) 46%, rgba(255,255,255,0) 72%),
    #101113 !important;
}

html body .kvs-hometown .categories-thumbs .no-thumb:after{
  content:"No image" !important;
  font-size:14px !important;
  font-weight:600 !important;
  color:rgba(255,255,255,.30) !important;
  letter-spacing:0 !important;
  text-transform:none !important;
}

/* Overlay correctly positioned inside the thumb */
html body .kvs-hometown .categories-thumbs .cat-title{
  position:absolute !important;
  left:0 !important;
  right:0 !important;
  bottom:0 !important;
  z-index:4 !important;
  display:grid !important;
  grid-template-columns:1fr auto auto !important;
  align-items:center !important;
  column-gap:10px !important;
  row-gap:0 !important;
  min-height:48px !important;
  padding:9px 12px !important;
  margin:0 !important;
  border-radius:0 !important;
  background:linear-gradient(180deg, rgba(10,10,11,.72), rgba(7,7,8,.92)) !important;
  border:0 !important;
  border-top:1px solid rgba(255,255,255,.045) !important;
  box-shadow:none !important;
  overflow:hidden !important;
}

html body .kvs-hometown .categories-thumbs .cat-title .title{
  grid-column:1 !important;
  min-width:0 !important;
  margin:0 !important;
  padding:0 !important;
  background:transparent !important;
  color:#fff !important;
  font-size:15px !important;
  font-weight:650 !important;
  line-height:1.15 !important;
  text-shadow:none !important;
  white-space:nowrap !important;
  overflow:hidden !important;
  text-overflow:ellipsis !important;
}

html body .kvs-hometown .categories-thumbs .cat-title .thumb-item{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:4px !important;
  min-width:0 !important;
  margin:0 !important;
  padding:0 !important;
  background:transparent !important;
  border:0 !important;
  color:rgba(244,244,245,.72) !important;
  font-size:12px !important;
  font-weight:500 !important;
  line-height:1 !important;
  text-shadow:none !important;
  white-space:nowrap !important;
}

html body .kvs-hometown .categories-thumbs .cat-title .thumb-item i,
html body .kvs-hometown .categories-thumbs .cat-title .thumb-item svg{
  width:13px !important;
  height:13px !important;
  min-width:13px !important;
  color:rgba(244,244,245,.58) !important;
  fill:currentColor !important;
  stroke:currentColor !important;
}

html body .kvs-hometown .categories-thumbs .img-holder:hover{
  border-color:rgba(255,255,255,.065) !important;
}

/* ===== Models: no external card, real circular face/avatar ===== */
html body .kvs-hometown .models-thumbs{
  display:grid !important;
  grid-template-columns:repeat(auto-fill,minmax(165px,1fr)) !important;
  gap:20px !important;
  align-items:start !important;
}

html body .kvs-hometown .models-thumbs .thumb,
html body .kvs-hometown .models-thumbs .item,
html body .kvs-hometown .models-thumbs li{
  background:transparent !important;
  background-image:none !important;
  border:0 !important;
  border-radius:0 !important;
  box-shadow:none !important;
  overflow:visible !important;
  padding:0 !important;
  margin:0 !important;
  width:auto !important;
  min-width:0 !important;
  max-width:none !important;
}

html body .kvs-hometown .models-thumbs .thumb > a,
html body .kvs-hometown .models-thumbs .item > a{
  display:flex !important;
  flex-direction:column !important;
  align-items:center !important;
  justify-content:flex-start !important;
  width:100% !important;
  min-width:0 !important;
  padding:0 !important;
  margin:0 !important;
  color:#fff !important;
  text-decoration:none !important;
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
}

/* Force real circle: same width/height, aspect ratio 1/1, no inherited tall ratio */
html body .kvs-hometown .models-thumbs .img-holder{
  position:relative !important;
  width:128px !important;
  min-width:128px !important;
  max-width:128px !important;
  height:128px !important;
  min-height:128px !important;
  max-height:128px !important;
  aspect-ratio:1 / 1 !important;
  margin:0 auto 11px !important;
  padding:0 !important;
  border-radius:50% !important;
  overflow:hidden !important;
  background:#101113 !important;
  border:1px solid rgba(255,255,255,.055) !important;
  box-shadow:none !important;
}

html body .kvs-hometown .models-thumbs .img-holder img{
  display:block !important;
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  object-position:center top !important;
  border-radius:50% !important;
}

/* Neutral no-image inside real circle */
html body .kvs-hometown .models-thumbs .no-thumb{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  width:100% !important;
  height:100% !important;
  min-height:0 !important;
  font-size:0 !important;
  color:transparent !important;
  background:
    radial-gradient(circle at 50% 18%, rgba(255,255,255,.035), rgba(255,255,255,.012) 46%, rgba(255,255,255,0) 72%),
    #101113 !important;
  border-radius:50% !important;
}

html body .kvs-hometown .models-thumbs .no-thumb:after{
  content:"No image" !important;
  font-size:13px !important;
  font-weight:600 !important;
  color:rgba(255,255,255,.30) !important;
}

/* Text/stats below circle, no overlap */
html body .kvs-hometown .models-thumbs .title{
  position:static !important;
  display:block !important;
  width:100% !important;
  min-width:0 !important;
  margin:0 0 8px !important;
  padding:0 !important;
  background:transparent !important;
  border:0 !important;
  color:#fff !important;
  text-align:center !important;
  font-size:14px !important;
  font-weight:650 !important;
  line-height:1.2 !important;
  text-shadow:none !important;
  white-space:nowrap !important;
  overflow:hidden !important;
  text-overflow:ellipsis !important;
}

html body .kvs-hometown .models-thumbs .flag-holder{
  display:none !important;
}

html body .kvs-hometown .models-thumbs .thumb-bottom{
  position:static !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  flex-wrap:nowrap !important;
  gap:8px !important;
  width:100% !important;
  min-width:0 !important;
  margin:0 !important;
  padding:0 !important;
  background:transparent !important;
  border:0 !important;
  text-align:center !important;
  transform:none !important;
  overflow:hidden !important;
}

html body .kvs-hometown .models-thumbs .thumb-bottom .thumb-item{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:4px !important;
  margin:0 !important;
  padding:0 !important;
  background:transparent !important;
  border:0 !important;
  color:rgba(244,244,245,.68) !important;
  font-size:12px !important;
  font-weight:500 !important;
  line-height:1 !important;
  text-shadow:none !important;
  white-space:nowrap !important;
}

html body .kvs-hometown .models-thumbs .thumb-bottom .thumb-item i,
html body .kvs-hometown .models-thumbs .thumb-bottom .thumb-item svg{
  width:13px !important;
  height:13px !important;
  min-width:13px !important;
  color:rgba(244,244,245,.55) !important;
  fill:currentColor !important;
  stroke:currentColor !important;
}

/* Kill any inherited orange/red on both list types */
html body .kvs-hometown .categories-thumbs *,
html body .kvs-hometown .models-thumbs *{
  text-shadow:none !important;
}

html body .kvs-hometown .categories-thumbs a:hover,
html body .kvs-hometown .categories-thumbs a:hover *,
html body .kvs-hometown .models-thumbs a:hover,
html body .kvs-hometown .models-thumbs a:hover *{
  background-image:none !important;
}

@media (max-width:680px){
  html body .kvs-hometown .categories-thumbs{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:12px !important;
  }

  html body .kvs-hometown .categories-thumbs .cat-title{
    grid-template-columns:1fr auto auto !important;
    min-height:44px !important;
    padding:8px 9px !important;
    column-gap:7px !important;
  }

  html body .kvs-hometown .categories-thumbs .cat-title .title{
    font-size:13px !important;
  }

  html body .kvs-hometown .categories-thumbs .cat-title .thumb-item{
    font-size:11px !important;
  }

  html body .kvs-hometown .models-thumbs{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:16px 12px !important;
  }

  html body .kvs-hometown .models-thumbs .img-holder{
    width:104px !important;
    min-width:104px !important;
    max-width:104px !important;
    height:104px !important;
    min-height:104px !important;
    max-height:104px !important;
  }
}


/* Hometown KVS v79: rollback v78 damage.
   Base is v77. Community is not touched.
   Models: hide broken stats under the title to avoid overlap. */

/* /models: keep only clean circular avatar + model name */
html body .kvs-hometown .models-thumbs .thumb-bottom,
html body .kvs-hometown .models-thumbs .thumb-bottom *,
html body .kvs-hometown .models-thumbs .thumb-item,
html body .kvs-hometown .models-thumbs .thumb-item *{
  display:none !important;
  visibility:hidden !important;
  opacity:0 !important;
  height:0 !important;
  min-height:0 !important;
  max-height:0 !important;
  margin:0 !important;
  padding:0 !important;
  overflow:hidden !important;
}

/* Make the model card compact and clean after removing stats */
html body .kvs-hometown .models-thumbs .thumb > a,
html body .kvs-hometown .models-thumbs .item > a{
  padding-bottom:0 !important;
}

html body .kvs-hometown .models-thumbs .title{
  margin:0 auto !important;
  padding:0 !important;
  text-align:center !important;
  color:#fff !important;
  background:transparent !important;
  font-size:14px !important;
  font-weight:650 !important;
  line-height:1.25 !important;
  text-shadow:none !important;
}

/* Remove any hover square/box in model cards without touching community */
html body .kvs-hometown .models-thumbs .thumb:hover,
html body .kvs-hometown .models-thumbs .item:hover,
html body .kvs-hometown .models-thumbs .thumb:hover > a,
html body .kvs-hometown .models-thumbs .item:hover > a,
html body .kvs-hometown .models-thumbs .thumb > a:before,
html body .kvs-hometown .models-thumbs .thumb > a:after,
html body .kvs-hometown .models-thumbs .item > a:before,
html body .kvs-hometown .models-thumbs .item > a:after{
  background:transparent !important;
  background-image:none !important;
  box-shadow:none !important;
  outline:0 !important;
  border-color:transparent !important;
}


/* Hometown KVS v80: community no-avatar/no-image color only.
   Do NOT change community card size, circle size, name or stats. */
html body .kvs-hometown .community_thumbs .no-thumb,
html body .kvs-hometown .community_thumbs .img-holder .no-thumb{
  background:
    radial-gradient(circle at 50% 18%, rgba(255,255,255,.035), rgba(255,255,255,.012) 46%, rgba(255,255,255,0) 72%),
    #101113 !important;
  background-image:
    radial-gradient(circle at 50% 18%, rgba(255,255,255,.035), rgba(255,255,255,.012) 46%, rgba(255,255,255,0) 72%) !important;
  color:rgba(255,255,255,.30) !important;
  text-shadow:none !important;
  font-weight:600 !important;
  border-color:rgba(255,255,255,.055) !important;
  box-shadow:none !important;
}

html body .kvs-hometown .community_thumbs .no-thumb:hover,
html body .kvs-hometown .community_thumbs .thumb:hover .no-thumb,
html body .kvs-hometown .community_thumbs .item:hover .no-thumb{
  background:
    radial-gradient(circle at 50% 18%, rgba(255,255,255,.045), rgba(255,255,255,.016) 46%, rgba(255,255,255,0) 72%),
    #101113 !important;
  color:rgba(255,255,255,.36) !important;
}

/* Remove orange/red inherited pseudo overlays from placeholder only */
html body .kvs-hometown .community_thumbs .no-thumb:before,
html body .kvs-hometown .community_thumbs .no-thumb:after{
  background:none !important;
  background-image:none !important;
  box-shadow:none !important;
  color:inherit !important;
}


/* Hometown KVS v81:
   - /models: stats removed from template; keep clean avatar + name only
   - /community: do not nerf title/stats; only improve no-avatar and spacing */

/* /models: final cleanup after removing stats from template */
html body .kvs-hometown .models-thumbs .thumb-bottom,
html body .kvs-hometown .models-thumbs .thumb-item{
  display:none !important;
}

html body .kvs-hometown .models-thumbs .title{
  display:block !important;
  max-width:150px !important;
  margin:0 auto !important;
  padding:0 !important;
  text-align:center !important;
  color:#fff !important;
  background:transparent !important;
  font-size:14px !important;
  font-weight:650 !important;
  line-height:1.25 !important;
  text-shadow:none !important;
  white-space:nowrap !important;
  overflow:hidden !important;
  text-overflow:ellipsis !important;
}

/* Keep the circle a real circle */
html body .kvs-hometown .models-thumbs .img-holder{
  width:128px !important;
  min-width:128px !important;
  max-width:128px !important;
  height:128px !important;
  min-height:128px !important;
  max-height:128px !important;
  aspect-ratio:1 / 1 !important;
  border-radius:50% !important;
}

/* Community: keep normal name/stats, only improve grid spacing and avatar placeholder */
html body .kvs-hometown .community_thumbs{
  display:grid !important;
  grid-template-columns:repeat(auto-fill, minmax(140px, 140px)) !important;
  justify-content:start !important;
  align-items:start !important;
  gap:28px 34px !important;
}

html body .kvs-hometown .community_thumbs .thumb,
html body .kvs-hometown .community_thumbs .item{
  width:140px !important;
  max-width:140px !important;
  min-width:140px !important;
  margin:0 !important;
}

/* Restore / enforce comfortable avatar size without touching text structure */
html body .kvs-hometown .community_thumbs .img-holder{
  width:128px !important;
  min-width:128px !important;
  max-width:128px !important;
  height:128px !important;
  min-height:128px !important;
  max-height:128px !important;
  aspect-ratio:1 / 1 !important;
  border-radius:50% !important;
  margin:0 auto 12px !important;
  overflow:hidden !important;
  background:#101113 !important;
  border:1px solid rgba(255,255,255,.055) !important;
  box-shadow:none !important;
}

html body .kvs-hometown .community_thumbs .img-holder img{
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  object-position:center top !important;
  border-radius:50% !important;
}

/* Only the no-avatar background/color, no layout destruction */
html body .kvs-hometown .community_thumbs .no-thumb,
html body .kvs-hometown .community_thumbs .img-holder .no-thumb{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  width:100% !important;
  height:100% !important;
  min-height:0 !important;
  border-radius:50% !important;
  background:
    radial-gradient(circle at 50% 18%, rgba(255,255,255,.035), rgba(255,255,255,.012) 46%, rgba(255,255,255,0) 72%),
    #101113 !important;
  color:rgba(255,255,255,.32) !important;
  text-shadow:none !important;
  font-weight:600 !important;
  box-shadow:none !important;
}

/* Make names and stats visible, not squashed by inherited card CSS */
html body .kvs-hometown .community_thumbs .title{
  display:block !important;
  width:100% !important;
  max-width:140px !important;
  margin:0 0 7px !important;
  padding:0 !important;
  background:transparent !important;
  color:#fff !important;
  font-size:14px !important;
  font-weight:650 !important;
  line-height:1.2 !important;
  text-align:left !important;
  text-shadow:none !important;
  overflow:hidden !important;
  text-overflow:ellipsis !important;
  white-space:nowrap !important;
}

html body .kvs-hometown .community_thumbs .thumb-bottom{
  display:block !important;
  position:static !important;
  width:100% !important;
  max-width:140px !important;
  margin:0 !important;
  padding:0 !important;
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
  transform:none !important;
  overflow:visible !important;
}

html body .kvs-hometown .community_thumbs .thumb-item{
  display:inline-flex !important;
  align-items:center !important;
  gap:4px !important;
  color:rgba(244,244,245,.68) !important;
  font-size:12px !important;
  font-weight:500 !important;
  line-height:1 !important;
  white-space:nowrap !important;
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
  text-shadow:none !important;
}

html body .kvs-hometown .community_thumbs .thumb-item i,
html body .kvs-hometown .community_thumbs .thumb-item svg{
  width:13px !important;
  height:13px !important;
  min-width:13px !important;
  color:rgba(244,244,245,.55) !important;
  fill:currentColor !important;
  stroke:currentColor !important;
}

/* Kill orange/red only for community placeholders and hover overlays */
html body .kvs-hometown .community_thumbs .no-thumb:before,
html body .kvs-hometown .community_thumbs .no-thumb:after,
html body .kvs-hometown .community_thumbs .thumb:before,
html body .kvs-hometown .community_thumbs .thumb:after,
html body .kvs-hometown .community_thumbs .item:before,
html body .kvs-hometown .community_thumbs .item:after,
html body .kvs-hometown .community_thumbs a:before,
html body .kvs-hometown .community_thumbs a:after{
  content:none !important;
  display:none !important;
  background:none !important;
  background-image:none !important;
  box-shadow:none !important;
}

html body .kvs-hometown .community_thumbs a:hover,
html body .kvs-hometown .community_thumbs a:hover *{
  background-image:none !important;
  text-shadow:none !important;
}

@media (max-width:680px){
  html body .kvs-hometown .community_thumbs{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:18px 14px !important;
  }

  html body .kvs-hometown .community_thumbs .thumb,
  html body .kvs-hometown .community_thumbs .item{
    width:auto !important;
    min-width:0 !important;
    max-width:none !important;
  }

  html body .kvs-hometown .community_thumbs .img-holder{
    width:112px !important;
    min-width:112px !important;
    max-width:112px !important;
    height:112px !important;
    min-height:112px !important;
    max-height:112px !important;
  }
}


/* Hometown KVS v83:
   - community: center username only
   - sites/sponsors: monochrome round cards, no orange no-image */

/* Community: center the username; keep v81 sizing/stats intact */
html body .kvs-hometown .community_thumbs .title{
  text-align:center !important;
  margin-left:auto !important;
  margin-right:auto !important;
}

/* Sites / Sponsors page: round logo style, monochrome */
html body .kvs-hometown .channels-thumbs{
  display:grid !important;
  grid-template-columns:repeat(auto-fill,minmax(165px,1fr)) !important;
  gap:20px !important;
  align-items:start !important;
}

html body .kvs-hometown .channels-thumbs .thumb,
html body .kvs-hometown .channels-thumbs .item,
html body .kvs-hometown .channels-thumbs li{
  width:auto !important;
  min-width:0 !important;
  max-width:none !important;
  margin:0 !important;
  padding:0 !important;
  background:transparent !important;
  background-image:none !important;
  border:0 !important;
  border-radius:0 !important;
  box-shadow:none !important;
  overflow:visible !important;
}

html body .kvs-hometown .channels-thumbs .thumb > a,
html body .kvs-hometown .channels-thumbs .item > a{
  display:flex !important;
  flex-direction:column !important;
  align-items:center !important;
  justify-content:flex-start !important;
  width:100% !important;
  min-width:0 !important;
  padding:0 !important;
  margin:0 !important;
  color:#fff !important;
  text-decoration:none !important;
  background:transparent !important;
  background-image:none !important;
  border:0 !important;
  box-shadow:none !important;
}

/* Round site/sponsor thumbnail */
html body .kvs-hometown .channels-thumbs .img-holder{
  position:relative !important;
  width:128px !important;
  min-width:128px !important;
  max-width:128px !important;
  height:128px !important;
  min-height:128px !important;
  max-height:128px !important;
  aspect-ratio:1 / 1 !important;
  margin:0 auto 11px !important;
  padding:0 !important;
  border-radius:50% !important;
  overflow:hidden !important;
  background:#101113 !important;
  border:1px solid rgba(255,255,255,.055) !important;
  box-shadow:none !important;
}

html body .kvs-hometown .channels-thumbs .img-holder img{
  display:block !important;
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  object-position:center !important;
  border-radius:50% !important;
}

/* Sites no-image: remove orange and keep clean placeholder */
html body .kvs-hometown .channels-thumbs .no-thumb,
html body .kvs-hometown .channels-thumbs .img-holder .no-thumb{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  width:100% !important;
  height:100% !important;
  min-height:0 !important;
  border-radius:50% !important;
  font-size:0 !important;
  color:transparent !important;
  background:
    radial-gradient(circle at 50% 18%, rgba(255,255,255,.035), rgba(255,255,255,.012) 46%, rgba(255,255,255,0) 72%),
    #101113 !important;
  background-image:
    radial-gradient(circle at 50% 18%, rgba(255,255,255,.035), rgba(255,255,255,.012) 46%, rgba(255,255,255,0) 72%) !important;
  text-shadow:none !important;
  box-shadow:none !important;
}

html body .kvs-hometown .channels-thumbs .no-thumb:after{
  content:"No image" !important;
  font-size:13px !important;
  font-weight:600 !important;
  color:rgba(255,255,255,.30) !important;
  text-transform:none !important;
  letter-spacing:0 !important;
}

/* Sites title + stats below circle */
html body .kvs-hometown .channels-thumbs .title-holder{
  position:static !important;
  display:flex !important;
  flex-direction:column !important;
  align-items:center !important;
  justify-content:flex-start !important;
  width:100% !important;
  max-width:150px !important;
  margin:0 auto !important;
  padding:0 !important;
  background:transparent !important;
  background-image:none !important;
  border:0 !important;
  box-shadow:none !important;
  text-align:center !important;
  color:#fff !important;
}

html body .kvs-hometown .channels-thumbs .title-holder .title,
html body .kvs-hometown .channels-thumbs .title{
  position:static !important;
  display:block !important;
  width:100% !important;
  max-width:150px !important;
  margin:0 auto 8px !important;
  padding:0 !important;
  background:transparent !important;
  background-image:none !important;
  border:0 !important;
  color:#fff !important;
  text-align:center !important;
  font-size:14px !important;
  font-weight:650 !important;
  line-height:1.25 !important;
  text-shadow:none !important;
  white-space:nowrap !important;
  overflow:hidden !important;
  text-overflow:ellipsis !important;
}

html body .kvs-hometown .channels-thumbs .thumb-bottom{
  position:static !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  flex-wrap:nowrap !important;
  gap:8px !important;
  width:100% !important;
  max-width:150px !important;
  margin:0 auto !important;
  padding:0 !important;
  background:transparent !important;
  background-image:none !important;
  border:0 !important;
  box-shadow:none !important;
  text-align:center !important;
  transform:none !important;
  overflow:visible !important;
}

html body .kvs-hometown .channels-thumbs .thumb-item{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:4px !important;
  margin:0 !important;
  padding:0 !important;
  background:transparent !important;
  background-image:none !important;
  border:0 !important;
  color:rgba(244,244,245,.68) !important;
  font-size:12px !important;
  font-weight:500 !important;
  line-height:1 !important;
  text-shadow:none !important;
  white-space:nowrap !important;
}

html body .kvs-hometown .channels-thumbs .thumb-item i,
html body .kvs-hometown .channels-thumbs .thumb-item svg{
  width:13px !important;
  height:13px !important;
  min-width:13px !important;
  color:rgba(244,244,245,.55) !important;
  fill:currentColor !important;
  stroke:currentColor !important;
}

/* remove dirty orange/red hover overlays from sites */
html body .kvs-hometown .channels-thumbs .thumb:hover,
html body .kvs-hometown .channels-thumbs .item:hover,
html body .kvs-hometown .channels-thumbs .thumb:hover > a,
html body .kvs-hometown .channels-thumbs .item:hover > a,
html body .kvs-hometown .channels-thumbs a:hover,
html body .kvs-hometown .channels-thumbs a:hover *{
  background:transparent !important;
  background-image:none !important;
  box-shadow:none !important;
  text-shadow:none !important;
}

html body .kvs-hometown .channels-thumbs .img-holder:hover,
html body .kvs-hometown .channels-thumbs .thumb:hover .img-holder,
html body .kvs-hometown .channels-thumbs .item:hover .img-holder{
  border-color:rgba(255,255,255,.075) !important;
  background:#101113 !important;
  background-image:
    radial-gradient(circle at 50% 18%, rgba(255,255,255,.045), rgba(255,255,255,.016) 46%, rgba(255,255,255,0) 72%) !important;
}

html body .kvs-hometown .channels-thumbs .thumb:before,
html body .kvs-hometown .channels-thumbs .thumb:after,
html body .kvs-hometown .channels-thumbs .item:before,
html body .kvs-hometown .channels-thumbs .item:after,
html body .kvs-hometown .channels-thumbs a:before,
html body .kvs-hometown .channels-thumbs a:after,
html body .kvs-hometown .channels-thumbs .img-holder:before,
html body .kvs-hometown .channels-thumbs .img-holder:after,
html body .kvs-hometown .channels-thumbs .no-thumb:before{
  content:none !important;
  display:none !important;
  background:none !important;
  background-image:none !important;
  box-shadow:none !important;
}

@media (max-width:680px){
  html body .kvs-hometown .channels-thumbs{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:16px 12px !important;
  }

  html body .kvs-hometown .channels-thumbs .img-holder{
    width:104px !important;
    min-width:104px !important;
    max-width:104px !important;
    height:104px !important;
    min-height:104px !important;
    max-height:104px !important;
  }
}


/* Hometown KVS v84:
   - /sites: remove stats below title
   - /community: center date/stats below username */

/* /sites: no stats under title */
html body .kvs-hometown .channels-thumbs .thumb-bottom,
html body .kvs-hometown .channels-thumbs .thumb-bottom *,
html body .kvs-hometown .channels-thumbs .thumb-item,
html body .kvs-hometown .channels-thumbs .thumb-item *{
  display:none !important;
  visibility:hidden !important;
  opacity:0 !important;
  height:0 !important;
  min-height:0 !important;
  max-height:0 !important;
  margin:0 !important;
  padding:0 !important;
  overflow:hidden !important;
}

html body .kvs-hometown .channels-thumbs .title-holder,
html body .kvs-hometown .channels-thumbs .title{
  margin-bottom:0 !important;
}

/* /community: center the date/stats under username */
html body .kvs-hometown .community_thumbs .thumb-bottom{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  text-align:center !important;
  width:100% !important;
  max-width:140px !important;
  margin-left:auto !important;
  margin-right:auto !important;
  padding-left:0 !important;
  padding-right:0 !important;
  transform:none !important;
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
}

html body .kvs-hometown .community_thumbs .thumb-bottom .thumb-item,
html body .kvs-hometown .community_thumbs .thumb-item{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  text-align:center !important;
  margin-left:auto !important;
  margin-right:auto !important;
  padding-left:0 !important;
  padding-right:0 !important;
}


/* Hometown KVS v85: restore community date icon after centering date */
html body .kvs-hometown .community_thumbs .thumb-bottom .thumb-item{
  gap:5px !important;
  line-height:1 !important;
}

html body .kvs-hometown .community_thumbs .thumb-bottom .thumb-item i{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  width:14px !important;
  min-width:14px !important;
  height:14px !important;
  min-height:14px !important;
  margin:0 !important;
  padding:0 !important;
  color:rgba(244,244,245,.56) !important;
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
  line-height:1 !important;
  vertical-align:middle !important;
}

html body .kvs-hometown .community_thumbs .thumb-bottom .thumb-item svg,
html body .kvs-hometown .community_thumbs .thumb-bottom .thumb-item .svg-icon{
  display:block !important;
  width:14px !important;
  min-width:14px !important;
  height:14px !important;
  min-height:14px !important;
  margin:0 !important;
  padding:0 !important;
  color:inherit !important;
  fill:currentColor !important;
  stroke:currentColor !important;
  opacity:1 !important;
}


/* Hometown KVS v86: community calendar icon + Find Friends monochrome */

/* Replace the broken SVG date icon with a stable FontAwesome-style pseudo icon */
html body .kvs-hometown .community_thumbs .thumb-bottom .thumb-item .htd-date-icon{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  width:14px !important;
  min-width:14px !important;
  height:14px !important;
  min-height:14px !important;
  margin:0 5px 0 0 !important;
  padding:0 !important;
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
  color:rgba(244,244,245,.58) !important;
  line-height:1 !important;
  font-style:normal !important;
  vertical-align:middle !important;
}

html body .kvs-hometown .community_thumbs .thumb-bottom .thumb-item .htd-date-icon:before{
  content:"\f073" !important;
  display:block !important;
  font-family:"Font Awesome 5 Free","FontAwesome",Arial,sans-serif !important;
  font-weight:900 !important;
  font-size:13px !important;
  line-height:1 !important;
  color:currentColor !important;
}

/* Keep date centered, but don't destroy the icon */
html body .kvs-hometown .community_thumbs .thumb-bottom{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  text-align:center !important;
}

html body .kvs-hometown .community_thumbs .thumb-bottom .thumb-item{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:0 !important;
  margin-left:auto !important;
  margin-right:auto !important;
  color:rgba(244,244,245,.68) !important;
}

/* Find Friends search/filter: remove orange inherited hover and button */
html body .kvs-hometown .sort-search,
html body .kvs-hometown .search-filter,
html body .kvs-hometown .search-filter .form-inner{
  background:transparent !important;
  background-image:none !important;
  border-color:rgba(255,255,255,.045) !important;
  box-shadow:none !important;
}

html body .kvs-hometown .sort-search .open-box{
  display:inline-flex !important;
  align-items:center !important;
  gap:8px !important;
  min-height:34px !important;
  padding:0 12px !important;
  border-radius:999px !important;
  background:rgba(255,255,255,.022) !important;
  background-image:none !important;
  border:1px solid rgba(255,255,255,.038) !important;
  color:rgba(244,244,245,.78) !important;
  font-size:12px !important;
  font-weight:500 !important;
  line-height:1 !important;
  text-decoration:none !important;
  box-shadow:none !important;
  text-shadow:none !important;
}

html body .kvs-hometown .sort-search .open-box:hover,
html body .kvs-hometown .sort-search.open .open-box,
html body .kvs-hometown .sort-search.active .open-box{
  background:rgba(255,255,255,.052) !important;
  background-image:none !important;
  border-color:rgba(255,255,255,.06) !important;
  color:#fff !important;
  box-shadow:none !important;
}

html body .kvs-hometown .sort-search .open-box i,
html body .kvs-hometown .sort-search .open-box svg{
  color:currentColor !important;
  fill:currentColor !important;
  stroke:currentColor !important;
  opacity:.9 !important;
}

html body .kvs-hometown .search-filter{
  background:#080808 !important;
  background-image:none !important;
  border:1px solid rgba(255,255,255,.055) !important;
  border-radius:16px !important;
  padding:16px !important;
  box-shadow:0 18px 48px rgba(0,0,0,.38) !important;
}

html body .kvs-hometown .search-filter label{
  color:rgba(244,244,245,.68) !important;
  font-weight:500 !important;
}

html body .kvs-hometown .search-filter input,
html body .kvs-hometown .search-filter select,
html body .kvs-hometown .search-filter .input,
html body .kvs-hometown .search-filter .selectbox{
  background:#0f0f0f !important;
  background-image:none !important;
  border:1px solid rgba(255,255,255,.055) !important;
  color:rgba(244,244,245,.86) !important;
  border-radius:10px !important;
  box-shadow:none !important;
  outline:0 !important;
}

html body .kvs-hometown .search-filter input:focus,
html body .kvs-hometown .search-filter select:focus,
html body .kvs-hometown .search-filter .input:focus,
html body .kvs-hometown .search-filter .selectbox:focus{
  border-color:rgba(255,255,255,.095) !important;
  background:#101010 !important;
  box-shadow:none !important;
}

html body .kvs-hometown .search-filter .button-submit,
html body .kvs-hometown .search-filter button[type="submit"],
html body .kvs-hometown .search-filter input[type="submit"]{
  min-height:34px !important;
  padding:0 14px !important;
  border-radius:999px !important;
  background:#f4f4f5 !important;
  background-image:none !important;
  border:1px solid #f4f4f5 !important;
  color:#050506 !important;
  font-size:12px !important;
  font-weight:600 !important;
  line-height:1 !important;
  box-shadow:none !important;
  text-shadow:none !important;
  filter:none !important;
}

html body .kvs-hometown .search-filter .button-submit:hover,
html body .kvs-hometown .search-filter button[type="submit"]:hover,
html body .kvs-hometown .search-filter input[type="submit"]:hover{
  background:#fff !important;
  background-image:none !important;
  border-color:#fff !important;
  color:#000 !important;
  box-shadow:none !important;
  filter:none !important;
}

/* Kill orange/red pseudo overlays in this member search area */
html body .kvs-hometown .sort-search .open-box:before,
html body .kvs-hometown .sort-search .open-box:after,
html body .kvs-hometown .search-filter .button-submit:before,
html body .kvs-hometown .search-filter .button-submit:after,
html body .kvs-hometown .search-filter button[type="submit"]:before,
html body .kvs-hometown .search-filter button[type="submit"]:after,
html body .kvs-hometown .search-filter input[type="submit"]:before,
html body .kvs-hometown .search-filter input[type="submit"]:after{
  content:none !important;
  display:none !important;
  background:none !important;
  background-image:none !important;
  box-shadow:none !important;
}


/* Hometown KVS v87: remove community date icon completely.
   Keep date centered, no SVG / FA / pseudo icon. */
html body .kvs-hometown .community_thumbs .thumb-bottom{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  text-align:center !important;
}

html body .kvs-hometown .community_thumbs .thumb-bottom .thumb-item{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  text-align:center !important;
  gap:0 !important;
  margin-left:auto !important;
  margin-right:auto !important;
  padding-left:0 !important;
  padding-right:0 !important;
  color:rgba(244,244,245,.68) !important;
}

html body .kvs-hometown .community_thumbs .thumb-bottom .thumb-item i,
html body .kvs-hometown .community_thumbs .thumb-bottom .thumb-item svg,
html body .kvs-hometown .community_thumbs .thumb-bottom .thumb-item .svg-icon,
html body .kvs-hometown .community_thumbs .thumb-bottom .thumb-item .htd-date-icon,
html body .kvs-hometown .community_thumbs .thumb-bottom .thumb-item:before,
html body .kvs-hometown .community_thumbs .thumb-bottom .thumb-item:after{
  content:none !important;
  display:none !important;
  width:0 !important;
  min-width:0 !important;
  max-width:0 !important;
  height:0 !important;
  min-height:0 !important;
  max-height:0 !important;
  margin:0 !important;
  padding:0 !important;
  opacity:0 !important;
  visibility:hidden !important;
}


/* Hometown KVS v88: global right-sidebar Popular Models + clean View More buttons */

/* Home/list module View More buttons */
html body .kvs-hometown .heading .more-title,
html body .kvs-hometown .headline .more-title,
html body .kvs-hometown .section-row .more-title,
html body .kvs-hometown .block .more-title,
html body .kvs-hometown a.more-title{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:7px !important;
  min-height:30px !important;
  padding:0 11px !important;
  border-radius:999px !important;
  background:rgba(255,255,255,.022) !important;
  background-image:none !important;
  border:1px solid rgba(255,255,255,.038) !important;
  color:rgba(244,244,245,.78) !important;
  font-size:12px !important;
  font-weight:600 !important;
  line-height:1 !important;
  text-decoration:none !important;
  text-shadow:none !important;
  box-shadow:none !important;
  filter:none !important;
}

html body .kvs-hometown .heading .more-title:hover,
html body .kvs-hometown .headline .more-title:hover,
html body .kvs-hometown .section-row .more-title:hover,
html body .kvs-hometown .block .more-title:hover,
html body .kvs-hometown a.more-title:hover{
  background:rgba(255,255,255,.052) !important;
  background-image:none !important;
  border-color:rgba(255,255,255,.06) !important;
  color:#fff !important;
  box-shadow:none !important;
  filter:none !important;
}

html body .kvs-hometown .heading .more-title i,
html body .kvs-hometown .headline .more-title i,
html body .kvs-hometown .section-row .more-title i,
html body .kvs-hometown .block .more-title i,
html body .kvs-hometown a.more-title i,
html body .kvs-hometown .heading .more-title svg,
html body .kvs-hometown .headline .more-title svg,
html body .kvs-hometown .section-row .more-title svg,
html body .kvs-hometown .block .more-title svg,
html body .kvs-hometown a.more-title svg{
  width:12px !important;
  height:12px !important;
  color:currentColor !important;
  fill:currentColor !important;
  stroke:currentColor !important;
  opacity:.88 !important;
}

html body .kvs-hometown .heading .more-title:before,
html body .kvs-hometown .heading .more-title:after,
html body .kvs-hometown .headline .more-title:before,
html body .kvs-hometown .headline .more-title:after,
html body .kvs-hometown .section-row .more-title:before,
html body .kvs-hometown .section-row .more-title:after,
html body .kvs-hometown .block .more-title:before,
html body .kvs-hometown .block .more-title:after,
html body .kvs-hometown a.more-title:before,
html body .kvs-hometown a.more-title:after{
  content:none !important;
  display:none !important;
  background:none !important;
  background-image:none !important;
  box-shadow:none !important;
}

/* Right-sidebar Popular Models appears on all pages that load the right sidebar.
   Keep it visually identical to Popular Tags and hide internal section chrome. */
html body .kvs-hometown .right-sidebar .right-models .section-row,
html body .kvs-hometown .right-sidebar .right-models .heading,
html body .kvs-hometown .right-sidebar .right-models .headline,
html body .kvs-hometown .right-sidebar .right-models .pagination,
html body .kvs-hometown .right-sidebar .right-models .load-more,
html body .kvs-hometown .right-sidebar .right-models .more-title{
  display:none !important;
}

html body .kvs-hometown .right-sidebar .right-models .thumbs,
html body .kvs-hometown .right-sidebar .right-models .models-thumbs,
html body .kvs-hometown .right-sidebar .right-models ul,
html body .kvs-hometown .right-sidebar .right-models .list{
  display:flex !important;
  flex-wrap:wrap !important;
  gap:7px !important;
  margin:0 !important;
  padding:0 !important;
  background:transparent !important;
  border:0 !important;
  grid-template-columns:none !important;
}

html body .kvs-hometown .right-sidebar .right-models .thumb,
html body .kvs-hometown .right-sidebar .right-models .item,
html body .kvs-hometown .right-sidebar .right-models li{
  display:inline-flex !important;
  width:auto !important;
  min-width:0 !important;
  max-width:100% !important;
  margin:0 !important;
  padding:0 !important;
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
  overflow:visible !important;
}

html body .kvs-hometown .right-sidebar .right-models .img-holder,
html body .kvs-hometown .right-sidebar .right-models .thumb-bottom,
html body .kvs-hometown .right-sidebar .right-models .flag-holder,
html body .kvs-hometown .right-sidebar .right-models img{
  display:none !important;
}

html body .kvs-hometown .right-sidebar .right-models a,
html body .kvs-hometown .right-sidebar .right-tags a{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  min-height:30px !important;
  padding:0 10px !important;
  border:1px solid rgba(255,255,255,.038) !important;
  border-radius:999px !important;
  background:rgba(255,255,255,.025) !important;
  background-image:none !important;
  color:rgba(244,244,245,.74) !important;
  font-size:12px !important;
  font-weight:500 !important;
  line-height:1 !important;
  text-decoration:none !important;
  box-shadow:none !important;
}

html body .kvs-hometown .right-sidebar .right-models a:hover,
html body .kvs-hometown .right-sidebar .right-tags a:hover{
  background:rgba(255,255,255,.055) !important;
  background-image:none !important;
  border-color:rgba(255,255,255,.065) !important;
  color:#fff !important;
}

html body .kvs-hometown .right-sidebar .right-models .title,
html body .kvs-hometown .right-sidebar .right-models .name,
html body .kvs-hometown .right-sidebar .right-models .model-title{
  position:static !important;
  display:inline !important;
  margin:0 !important;
  padding:0 !important;
  background:transparent !important;
  color:inherit !important;
  font-size:12px !important;
  font-weight:500 !important;
  line-height:1 !important;
  text-shadow:none !important;
  white-space:nowrap !important;
}


/* Hometown KVS v89: fix empty Popular Models in right sidebar.
   v88 accidentally hid the block wrapper .section-row. */
html body .kvs-hometown .right-sidebar .right-models .section-row{
  display:block !important;
  margin:0 !important;
  padding:0 !important;
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
}

html body .kvs-hometown .right-sidebar .right-models .section-row > .models-thumbs,
html body .kvs-hometown .right-sidebar .right-models .section-row > .thumbs{
  display:flex !important;
  flex-wrap:wrap !important;
  gap:7px !important;
  margin:0 !important;
  padding:0 !important;
  background:transparent !important;
  border:0 !important;
  grid-template-columns:none !important;
}

/* Keep only the internal heading/pagination hidden, not the whole block */
html body .kvs-hometown .right-sidebar .right-models .section-row > .heading,
html body .kvs-hometown .right-sidebar .right-models .section-row > .pagination,
html body .kvs-hometown .right-sidebar .right-models .section-row > .load-more{
  display:none !important;
}


/* Hometown KVS v91: prevent desktop sidebar compact-state flash without v90 html preclass.
   The class is added directly to .kvs-hometown immediately after the wrapper opens. */
@media (min-width:981px){
  html body .kvs-hometown.sidebar-preload .left-sidebar{
    transition:none !important;
  }
  html body .kvs-hometown.sidebar-preload .app-shell{
    transition:none !important;
  }
}


/* Hometown KVS v92: single video width control for very wide screens.
   Prevents the player/content from becoming excessively wide on 32" / ultrawide screens. */
@media (min-width:1281px){
  html body .kvs-hometown.video-page .content{
    width:100% !important;
    max-width:1280px !important;
    margin-left:auto !important;
    margin-right:auto !important;
  }

  html body .kvs-hometown.video-page .video-holder,
  html body .kvs-hometown.video-page .video-inner,
  html body .kvs-hometown.video-page .video-cols{
    width:100% !important;
    max-width:1280px !important;
    margin-left:auto !important;
    margin-right:auto !important;
  }

  html body .kvs-hometown.video-page .video-cols{
    grid-template-columns:minmax(0,1fr) 280px !important;
    gap:16px !important;
  }

  html body .kvs-hometown.video-page .col-video{
    min-width:0 !important;
    max-width:100% !important;
  }

  html body .kvs-hometown.video-page .col-asside{
    width:280px !important;
    max-width:280px !important;
    min-width:0 !important;
  }

  html body .kvs-hometown.video-page.sidebar-collapsed .content,
  html body .kvs-hometown.video-page.sidebar-collapsed .video-holder,
  html body .kvs-hometown.video-page.sidebar-collapsed .video-inner,
  html body .kvs-hometown.video-page.sidebar-collapsed .video-cols{
    max-width:1280px !important;
  }
}

/* On very large screens, allow a little more width, but still controlled. */
@media (min-width:1800px){
  html body .kvs-hometown.video-page .content,
  html body .kvs-hometown.video-page .video-holder,
  html body .kvs-hometown.video-page .video-inner,
  html body .kvs-hometown.video-page .video-cols,
  html body .kvs-hometown.video-page.sidebar-collapsed .content,
  html body .kvs-hometown.video-page.sidebar-collapsed .video-holder,
  html body .kvs-hometown.video-page.sidebar-collapsed .video-inner,
  html body .kvs-hometown.video-page.sidebar-collapsed .video-cols{
    max-width:1360px !important;
  }

  html body .kvs-hometown.video-page .video-cols{
    grid-template-columns:minmax(0,1fr) 292px !important;
    gap:18px !important;
  }

  html body .kvs-hometown.video-page .col-asside{
    width:292px !important;
    max-width:292px !important;
  }
}

/* Medium screens: keep current safe stacking behavior. */
@media (max-width:1180px){
  html body .kvs-hometown.video-page .content,
  html body .kvs-hometown.video-page .video-holder,
  html body .kvs-hometown.video-page .video-inner,
  html body .kvs-hometown.video-page .video-cols{
    max-width:100% !important;
  }
}


/* Hometown KVS v96: related videos / more videos selectors orange cleanup only.
   Base is the good v92. Does NOT touch the single box/background. */

/* Real KVS class is misspelled as .ralated-holder */
html body .kvs-hometown.video-page .ralated-holder,
html body .kvs-hometown.video-page .ralated-holder *,
html body .kvs-hometown.video-page .col-asside .ralated-holder,
html body .kvs-hometown.video-page .col-asside .ralated-holder *{
  text-shadow:none !important;
}

/* Related filter / More videos from selector row */
html body .kvs-hometown.video-page .ralated-holder .sort-holder{
  display:flex !important;
  flex-wrap:wrap !important;
  align-items:center !important;
  gap:6px !important;
  background:transparent !important;
  background-image:none !important;
  border:0 !important;
  box-shadow:none !important;
}

html body .kvs-hometown.video-page .ralated-holder .sort-holder a,
html body .kvs-hometown.video-page .ralated-holder .sort-holder span{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  min-height:30px !important;
  padding:0 10px !important;
  border-radius:999px !important;
  background:rgba(255,255,255,.022) !important;
  background-image:none !important;
  border:1px solid rgba(255,255,255,.038) !important;
  color:rgba(244,244,245,.76) !important;
  font-size:12px !important;
  font-weight:500 !important;
  line-height:1 !important;
  text-decoration:none !important;
  box-shadow:none !important;
}

html body .kvs-hometown.video-page .ralated-holder .sort-holder a:hover,
html body .kvs-hometown.video-page .ralated-holder .sort-holder span{
  background:rgba(255,255,255,.052) !important;
  background-image:none !important;
  border-color:rgba(255,255,255,.06) !important;
  color:#fff !important;
}

/* Kill orange underline/pseudo line from related selector pills */
html body .kvs-hometown.video-page .ralated-holder .sort-holder a:before,
html body .kvs-hometown.video-page .ralated-holder .sort-holder a:after,
html body .kvs-hometown.video-page .ralated-holder .sort-holder span:before,
html body .kvs-hometown.video-page .ralated-holder .sort-holder span:after{
  content:none !important;
  display:none !important;
  width:0 !important;
  height:0 !important;
  background:none !important;
  background-image:none !important;
  border:0 !important;
  box-shadow:none !important;
}

/* Related video title: no orange hover and no orange line above text */
html body .kvs-hometown.video-page .ralated-holder .hometown-video-grid .title,
html body .kvs-hometown.video-page .ralated-holder .hometown-video-grid .title *,
html body .kvs-hometown.video-page .ralated-holder .thumb .title,
html body .kvs-hometown.video-page .ralated-holder .thumb .title *,
html body .kvs-hometown.video-page .col-asside .hometown-video-grid .title,
html body .kvs-hometown.video-page .col-asside .hometown-video-grid .title *{
  color:#f4f4f5 !important;
  background:transparent !important;
  background-image:none !important;
  border-color:transparent !important;
  text-shadow:none !important;
  box-shadow:none !important;
}

html body .kvs-hometown.video-page .ralated-holder .hometown-video-grid .thumb:hover .title,
html body .kvs-hometown.video-page .ralated-holder .hometown-video-grid .thumb:hover .title *,
html body .kvs-hometown.video-page .ralated-holder .thumb:hover .title,
html body .kvs-hometown.video-page .ralated-holder .thumb:hover .title *,
html body .kvs-hometown.video-page .col-asside .hometown-video-grid .thumb:hover .title,
html body .kvs-hometown.video-page .col-asside .hometown-video-grid .thumb:hover .title *{
  color:#fff !important;
  background:transparent !important;
  background-image:none !important;
  border-color:transparent !important;
  box-shadow:none !important;
}

/* This is the orange line above the related title */
html body .kvs-hometown.video-page .ralated-holder .hometown-video-grid .title:before,
html body .kvs-hometown.video-page .ralated-holder .hometown-video-grid .title:after,
html body .kvs-hometown.video-page .ralated-holder .thumb .title:before,
html body .kvs-hometown.video-page .ralated-holder .thumb .title:after,
html body .kvs-hometown.video-page .col-asside .hometown-video-grid .title:before,
html body .kvs-hometown.video-page .col-asside .hometown-video-grid .title:after{
  content:none !important;
  display:none !important;
  width:0 !important;
  height:0 !important;
  background:none !important;
  background-image:none !important;
  border:0 !important;
  box-shadow:none !important;
}

/* Extra fallback for orange borders/backgrounds on the whole related card hover */
html body .kvs-hometown.video-page .ralated-holder .hometown-video-grid .thumb:hover,
html body .kvs-hometown.video-page .ralated-holder .hometown-video-grid .thumb:hover > a,
html body .kvs-hometown.video-page .ralated-holder .hometown-video-grid .img-holder:hover,
html body .kvs-hometown.video-page .col-asside .hometown-video-grid .thumb:hover,
html body .kvs-hometown.video-page .col-asside .hometown-video-grid .thumb:hover > a,
html body .kvs-hometown.video-page .col-asside .hometown-video-grid .img-holder:hover{
  background-image:none !important;
  border-color:rgba(255,255,255,.055) !important;
  box-shadow:none !important;
}

html body .kvs-hometown.video-page .ralated-holder .hometown-video-grid .thumb:before,
html body .kvs-hometown.video-page .ralated-holder .hometown-video-grid .thumb:after,
html body .kvs-hometown.video-page .ralated-holder .hometown-video-grid .thumb > a:before,
html body .kvs-hometown.video-page .ralated-holder .hometown-video-grid .thumb > a:after,
html body .kvs-hometown.video-page .col-asside .hometown-video-grid .thumb:before,
html body .kvs-hometown.video-page .col-asside .hometown-video-grid .thumb:after,
html body .kvs-hometown.video-page .col-asside .hometown-video-grid .thumb > a:before,
html body .kvs-hometown.video-page .col-asside .hometown-video-grid .thumb > a:after{
  content:none !important;
  display:none !important;
  background:none !important;
  background-image:none !important;
  border:0 !important;
  box-shadow:none !important;
}


/* Hometown KVS v97: single tabs/buttons polish
   - related/more-from pills closer
   - rating thank-you message monochrome
   - screenshots hover no orange
   - share embed size buttons monochrome */

/* Related / More videos from pills tighter */
html body .kvs-hometown.video-page .ralated-holder .sort-holder{
  gap:3px !important;
  column-gap:3px !important;
  row-gap:5px !important;
}

html body .kvs-hometown.video-page .ralated-holder .sort-holder a,
html body .kvs-hometown.video-page .ralated-holder .sort-holder span{
  margin:0 !important;
  padding-left:9px !important;
  padding-right:9px !important;
}

/* Like / dislike thank you message */
html body .kvs-hometown.video-page .rating-container .voters,
html body .kvs-hometown.video-page .rate-holder .voters,
html body .kvs-hometown.video-page .video-controls .voters{
  display:inline-flex !important;
  align-items:center !important;
  min-height:30px !important;
  margin-left:6px !important;
  padding:0 10px !important;
  border-radius:999px !important;
  background:rgba(255,255,255,.025) !important;
  background-image:none !important;
  border:1px solid rgba(255,255,255,.045) !important;
  color:rgba(244,244,245,.76) !important;
  font-size:12px !important;
  font-weight:500 !important;
  line-height:1 !important;
  text-shadow:none !important;
  box-shadow:none !important;
}

html body .kvs-hometown.video-page .rating-container .voters[style*="display: none"],
html body .kvs-hometown.video-page .rate-holder .voters[style*="display: none"]{
  display:none !important;
}

html body .kvs-hometown.video-page .rating-container .voters:before,
html body .kvs-hometown.video-page .rating-container .voters:after,
html body .kvs-hometown.video-page .rate-holder .voters:before,
html body .kvs-hometown.video-page .rate-holder .voters:after{
  content:none !important;
  display:none !important;
  background:none !important;
  background-image:none !important;
  box-shadow:none !important;
}

/* Screenshot tab thumbnails: no orange border/hover */
html body .kvs-hometown.video-page .block-screenshots,
html body .kvs-hometown.video-page .screen-box{
  background:transparent !important;
  background-image:none !important;
  border:0 !important;
  box-shadow:none !important;
}

html body .kvs-hometown.video-page .block-screenshots .screen-img,
html body .kvs-hometown.video-page .screen-box .screen-img,
html body .kvs-hometown.video-page #tab2 .screen-img{
  display:block !important;
  overflow:hidden !important;
  border-radius:12px !important;
  border:1px solid rgba(255,255,255,.045) !important;
  background:#080808 !important;
  background-image:none !important;
  box-shadow:none !important;
}

html body .kvs-hometown.video-page .block-screenshots .screen-img:hover,
html body .kvs-hometown.video-page .screen-box .screen-img:hover,
html body .kvs-hometown.video-page #tab2 .screen-img:hover{
  border-color:rgba(255,255,255,.075) !important;
  background:#0b0b0b !important;
  background-image:none !important;
  box-shadow:none !important;
}

html body .kvs-hometown.video-page .block-screenshots .screen-img:before,
html body .kvs-hometown.video-page .block-screenshots .screen-img:after,
html body .kvs-hometown.video-page .screen-box .screen-img:before,
html body .kvs-hometown.video-page .screen-box .screen-img:after,
html body .kvs-hometown.video-page #tab2 .screen-img:before,
html body .kvs-hometown.video-page #tab2 .screen-img:after{
  content:none !important;
  display:none !important;
  background:none !important;
  background-image:none !important;
  border:0 !important;
  box-shadow:none !important;
}

/* Share tab / embed size buttons */
html body .kvs-hometown.video-page .block-share .block-size{
  display:flex !important;
  flex-wrap:wrap !important;
  align-items:center !important;
  gap:6px !important;
  row-gap:7px !important;
  background:transparent !important;
  background-image:none !important;
  border:0 !important;
  box-shadow:none !important;
}

html body .kvs-hometown.video-page .block-share .block-size .embed-button,
html body .kvs-hometown.video-page #tab3 .block-size .embed-button,
html body .kvs-hometown.video-page .block-share .embed-button{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  min-height:30px !important;
  padding:0 10px !important;
  border-radius:999px !important;
  background:rgba(255,255,255,.022) !important;
  background-image:none !important;
  border:1px solid rgba(255,255,255,.038) !important;
  color:rgba(244,244,245,.76) !important;
  font-size:12px !important;
  font-weight:500 !important;
  line-height:1 !important;
  text-decoration:none !important;
  text-shadow:none !important;
  box-shadow:none !important;
}

html body .kvs-hometown.video-page .block-share .block-size .embed-button:hover,
html body .kvs-hometown.video-page .block-share .block-size .embed-button.active,
html body .kvs-hometown.video-page #tab3 .block-size .embed-button:hover,
html body .kvs-hometown.video-page #tab3 .block-size .embed-button.active,
html body .kvs-hometown.video-page .block-share .embed-button:hover,
html body .kvs-hometown.video-page .block-share .embed-button.active{
  background:rgba(255,255,255,.052) !important;
  background-image:none !important;
  border-color:rgba(255,255,255,.065) !important;
  color:#fff !important;
  box-shadow:none !important;
}

html body .kvs-hometown.video-page .block-share .block-size .embed-button:before,
html body .kvs-hometown.video-page .block-share .block-size .embed-button:after,
html body .kvs-hometown.video-page #tab3 .block-size .embed-button:before,
html body .kvs-hometown.video-page #tab3 .block-size .embed-button:after,
html body .kvs-hometown.video-page .block-share .embed-button:before,
html body .kvs-hometown.video-page .block-share .embed-button:after{
  content:none !important;
  display:none !important;
  background:none !important;
  background-image:none !important;
  border:0 !important;
  box-shadow:none !important;
}

/* Share tab inputs / custom size should also stay monochrome */
html body .kvs-hometown.video-page .block-share .textfield,
html body .kvs-hometown.video-page .block-share input[type="text"],
html body .kvs-hometown.video-page #tab3 input[type="text"]{
  background:#0f0f0f !important;
  background-image:none !important;
  border:1px solid rgba(255,255,255,.055) !important;
  color:rgba(244,244,245,.86) !important;
  border-radius:10px !important;
  box-shadow:none !important;
  outline:0 !important;
}

html body .kvs-hometown.video-page .block-share .textfield:focus,
html body .kvs-hometown.video-page .block-share input[type="text"]:focus,
html body .kvs-hometown.video-page #tab3 input[type="text"]:focus{
  border-color:rgba(255,255,255,.095) !important;
  background:#101010 !important;
  box-shadow:none !important;
}


/* Hometown KVS v98: rating thank-you pill should only appear after clicking like/dislike.
   v97 made .voters visible even while empty. */
html body .kvs-hometown.video-page .rating-container .voters,
html body .kvs-hometown.video-page .rate-holder .voters,
html body .kvs-hometown.video-page .video-controls .voters{
  display:none !important;
}

/* Show only when JS injects actual text: Thank you / Already voted / error */
html body .kvs-hometown.video-page .rating-container .voters:not(:empty),
html body .kvs-hometown.video-page .rate-holder .voters:not(:empty),
html body .kvs-hometown.video-page .video-controls .voters:not(:empty){
  display:inline-flex !important;
  align-items:center !important;
  min-height:30px !important;
  margin-left:6px !important;
  padding:0 10px !important;
  border-radius:999px !important;
  background:rgba(255,255,255,.025) !important;
  background-image:none !important;
  border:1px solid rgba(255,255,255,.045) !important;
  color:rgba(244,244,245,.76) !important;
  font-size:12px !important;
  font-weight:500 !important;
  line-height:1 !important;
  text-shadow:none !important;
  box-shadow:none !important;
}

/* If JS explicitly hides it, respect that. */
html body .kvs-hometown.video-page .rating-container .voters[style*="display: none"],
html body .kvs-hometown.video-page .rate-holder .voters[style*="display: none"],
html body .kvs-hometown.video-page .video-controls .voters[style*="display: none"]{
  display:none !important;
}


/* Hometown KVS v99: member profile polish
   - profile tabs closer together
   - remove inherited orange hover line
   - clean no-avatar/no-photo background
   - subscribe / message / friend buttons monochrome */

/* Profile navigation pills: Profile Overview / Videos / Albums / Friends... */
html body .kvs-hometown.profile-page .section-tabs.sort-holder.sort-control,
html body .kvs-hometown.profile-page .section-tabs,
html body .kvs-hometown.profile-page .sort-control{
  display:flex !important;
  flex-wrap:wrap !important;
  align-items:center !important;
  gap:4px !important;
  column-gap:4px !important;
  row-gap:6px !important;
  background:transparent !important;
  background-image:none !important;
  border:0 !important;
  box-shadow:none !important;
}

html body .kvs-hometown.profile-page .section-tabs .link-tab,
html body .kvs-hometown.profile-page .section-tabs.sort-holder .link-tab,
html body .kvs-hometown.profile-page .sort-control .link-tab{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  min-height:30px !important;
  padding:0 10px !important;
  margin:0 !important;
  border-radius:999px !important;
  background:rgba(255,255,255,.022) !important;
  background-image:none !important;
  border:1px solid rgba(255,255,255,.038) !important;
  color:rgba(244,244,245,.76) !important;
  font-size:12px !important;
  font-weight:500 !important;
  line-height:1 !important;
  text-decoration:none !important;
  text-shadow:none !important;
  box-shadow:none !important;
}

html body .kvs-hometown.profile-page .section-tabs .link-tab:hover,
html body .kvs-hometown.profile-page .section-tabs .link-tab.active,
html body .kvs-hometown.profile-page .section-tabs.sort-holder .link-tab:hover,
html body .kvs-hometown.profile-page .section-tabs.sort-holder .link-tab.active,
html body .kvs-hometown.profile-page .sort-control .link-tab:hover,
html body .kvs-hometown.profile-page .sort-control .link-tab.active{
  background:rgba(255,255,255,.052) !important;
  background-image:none !important;
  border-color:rgba(255,255,255,.065) !important;
  color:#fff !important;
  box-shadow:none !important;
}

/* Remove orange line/pseudo underline from profile tabs */
html body .kvs-hometown.profile-page .section-tabs .link-tab:before,
html body .kvs-hometown.profile-page .section-tabs .link-tab:after,
html body .kvs-hometown.profile-page .section-tabs.sort-holder .link-tab:before,
html body .kvs-hometown.profile-page .section-tabs.sort-holder .link-tab:after,
html body .kvs-hometown.profile-page .sort-control .link-tab:before,
html body .kvs-hometown.profile-page .sort-control .link-tab:after{
  content:none !important;
  display:none !important;
  background:none !important;
  background-image:none !important;
  border:0 !important;
  box-shadow:none !important;
}

/* Member avatar / no photo */
html body .kvs-hometown.profile-page .profile .avatar{
  background:transparent !important;
  background-image:none !important;
  border:0 !important;
  box-shadow:none !important;
}

html body .kvs-hometown.profile-page .profile .avatar img,
html body .kvs-hometown.profile-page .profile .avatar .no-thumb{
  border-radius:50% !important;
  border:1px solid rgba(255,255,255,.055) !important;
  box-shadow:none !important;
}

html body .kvs-hometown.profile-page .profile .avatar .no-thumb,
html body .kvs-hometown.profile-page .profile .avatar .no-thumb.male,
html body .kvs-hometown.profile-page .profile .avatar .no-thumb.female,
html body .kvs-hometown.profile-page .profile .avatar .no-thumb.couple,
html body .kvs-hometown.profile-page .profile .avatar .no-thumb.trans{
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  background:
    radial-gradient(circle at 50% 18%, rgba(255,255,255,.035), rgba(255,255,255,.012) 46%, rgba(255,255,255,0) 72%),
    #101113 !important;
  background-image:
    radial-gradient(circle at 50% 18%, rgba(255,255,255,.035), rgba(255,255,255,.012) 46%, rgba(255,255,255,0) 72%) !important;
  color:rgba(255,255,255,.32) !important;
  text-shadow:none !important;
  font-weight:600 !important;
  filter:none !important;
}

html body .kvs-hometown.profile-page .profile .avatar .no-thumb:before,
html body .kvs-hometown.profile-page .profile .avatar .no-thumb:after{
  content:none !important;
  display:none !important;
  background:none !important;
  background-image:none !important;
  box-shadow:none !important;
}

/* Profile action buttons: message, add friend, edit, subscribe */
html body .kvs-hometown.profile-page .profile .info-heading .block.flex{
  gap:6px !important;
  row-gap:7px !important;
}

html body .kvs-hometown.profile-page .profile .info-heading .btn,
html body .kvs-hometown.profile-page .profile .info-message .btn,
html body .kvs-hometown.profile-page .profile .add_friend .btn,
html body .kvs-hometown.profile-page .profile .sub-btn,
html body .kvs-hometown.profile-page .profile .sort-profile .sort-title{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:7px !important;
  min-height:34px !important;
  padding:0 12px !important;
  border-radius:999px !important;
  background:rgba(255,255,255,.022) !important;
  background-image:none !important;
  border:1px solid rgba(255,255,255,.045) !important;
  color:rgba(244,244,245,.80) !important;
  font-size:12px !important;
  font-weight:600 !important;
  line-height:1 !important;
  text-decoration:none !important;
  text-shadow:none !important;
  box-shadow:none !important;
  filter:none !important;
}

html body .kvs-hometown.profile-page .profile .info-heading .btn:hover,
html body .kvs-hometown.profile-page .profile .info-message .btn:hover,
html body .kvs-hometown.profile-page .profile .add_friend .btn:hover,
html body .kvs-hometown.profile-page .profile .sub-btn:hover,
html body .kvs-hometown.profile-page .profile .sort-profile .sort-title:hover{
  background:rgba(255,255,255,.052) !important;
  background-image:none !important;
  border-color:rgba(255,255,255,.065) !important;
  color:#fff !important;
  box-shadow:none !important;
  filter:none !important;
}

html body .kvs-hometown.profile-page .profile .sub-btn .text,
html body .kvs-hometown.profile-page .profile .sub-btn .text em,
html body .kvs-hometown.profile-page .profile .sub-btn .count,
html body .kvs-hometown.profile-page .profile .button-info{
  background:transparent !important;
  background-image:none !important;
  color:inherit !important;
  border:0 !important;
  box-shadow:none !important;
  text-shadow:none !important;
  font-style:normal !important;
}

html body .kvs-hometown.profile-page .profile .sub-btn .count,
html body .kvs-hometown.profile-page .profile .button-info{
  opacity:.68 !important;
  margin-left:3px !important;
}

html body .kvs-hometown.profile-page .profile .btn i,
html body .kvs-hometown.profile-page .profile .sub-btn i,
html body .kvs-hometown.profile-page .profile .sort-profile i,
html body .kvs-hometown.profile-page .profile .btn svg,
html body .kvs-hometown.profile-page .profile .sub-btn svg,
html body .kvs-hometown.profile-page .profile .sort-profile svg{
  color:currentColor !important;
  fill:currentColor !important;
  stroke:currentColor !important;
  opacity:.86 !important;
}

/* Profile edit dropdown monochrome */
html body .kvs-hometown.profile-page .profile .sort-profile{
  position:relative !important;
  background:transparent !important;
  background-image:none !important;
  border:0 !important;
  box-shadow:none !important;
}

html body .kvs-hometown.profile-page .profile .sort-profile .sort-drop{
  top:calc(100% + 8px) !important;
  bottom:auto !important;
  right:0 !important;
  left:auto !important;
  background:#080808 !important;
  background-image:none !important;
  border:1px solid rgba(255,255,255,.055) !important;
  border-radius:14px !important;
  box-shadow:0 18px 48px rgba(0,0,0,.48) !important;
}

html body .kvs-hometown.profile-page .profile .sort-profile .sort-drop a{
  background:transparent !important;
  background-image:none !important;
  border:0 !important;
  color:rgba(244,244,245,.76) !important;
  box-shadow:none !important;
}

html body .kvs-hometown.profile-page .profile .sort-profile .sort-drop a:hover{
  background:rgba(255,255,255,.055) !important;
  background-image:none !important;
  color:#fff !important;
}

/* Remove orange/red pseudo overlays on profile buttons/dropdowns */
html body .kvs-hometown.profile-page .profile .btn:before,
html body .kvs-hometown.profile-page .profile .btn:after,
html body .kvs-hometown.profile-page .profile .sub-btn:before,
html body .kvs-hometown.profile-page .profile .sub-btn:after,
html body .kvs-hometown.profile-page .profile .sort-profile .sort-title:before,
html body .kvs-hometown.profile-page .profile .sort-profile .sort-title:after,
html body .kvs-hometown.profile-page .profile .sort-profile .sort-drop a:before,
html body .kvs-hometown.profile-page .profile .sort-profile .sort-drop a:after{
  content:none !important;
  display:none !important;
  background:none !important;
  background-image:none !important;
  border:0 !important;
  box-shadow:none !important;
}

/* Profile info links: no orange hover */
html body .kvs-hometown.profile-page .profile .info-profile a,
html body .kvs-hometown.profile-page .profile .text-profile a{
  color:rgba(244,244,245,.82) !important;
  background:transparent !important;
  background-image:none !important;
  text-shadow:none !important;
}

html body .kvs-hometown.profile-page .profile .info-profile a:hover,
html body .kvs-hometown.profile-page .profile .text-profile a:hover{
  color:#fff !important;
  background:transparent !important;
  background-image:none !important;
}

html body .kvs-hometown.profile-page .profile .info-profile a:before,
html body .kvs-hometown.profile-page .profile .info-profile a:after,
html body .kvs-hometown.profile-page .profile .text-profile a:before,
html body .kvs-hometown.profile-page .profile .text-profile a:after{
  content:none !important;
  display:none !important;
}


/* Hometown KVS v100: member profile unboxed + no double-pill action buttons */

/* Remove the big boxed panel around member info */
html body .kvs-hometown.profile-page .profile,
html body .kvs-hometown.profile-page .profile .container,
html body .kvs-hometown.profile-page .profile .section-row,
html body .kvs-hometown.profile-page .profile .info-holder{
  background:transparent !important;
  background-image:none !important;
  border:0 !important;
  box-shadow:none !important;
  outline:0 !important;
}

/* Keep the nice soft glow, but not as a bordered box */
html body .kvs-hometown.profile-page .profile .info-holder{
  position:relative !important;
  padding:28px 18px 26px !important;
  overflow:visible !important;
}

html body .kvs-hometown.profile-page .profile .info-holder:before{
  content:"" !important;
  position:absolute !important;
  z-index:-1 !important;
  left:0 !important;
  right:0 !important;
  top:0 !important;
  height:260px !important;
  pointer-events:none !important;
  background:
    radial-gradient(ellipse at 50% 0%, rgba(255,255,255,.045), rgba(255,255,255,.016) 38%, rgba(0,0,0,.08) 68%, rgba(0,0,0,0) 100%) !important;
  border:0 !important;
  box-shadow:none !important;
}

html body .kvs-hometown.profile-page .profile .info,
html body .kvs-hometown.profile-page .profile .info-heading,
html body .kvs-hometown.profile-page .profile .info-profile,
html body .kvs-hometown.profile-page .profile .text-profile{
  background:transparent !important;
  background-image:none !important;
  border:0 !important;
  box-shadow:none !important;
}

/* Remove double pill effect in profile action buttons */
html body .kvs-hometown.profile-page .profile .info-heading .btn,
html body .kvs-hometown.profile-page .profile .sub-btn{
  overflow:hidden !important;
  background:rgba(255,255,255,.026) !important;
  background-image:none !important;
  border:1px solid rgba(255,255,255,.045) !important;
  box-shadow:none !important;
}

html body .kvs-hometown.profile-page .profile .info-heading .btn:hover,
html body .kvs-hometown.profile-page .profile .sub-btn:hover{
  background:rgba(255,255,255,.055) !important;
  background-image:none !important;
  border-color:rgba(255,255,255,.07) !important;
  box-shadow:none !important;
}

/* Inner spans/icons should not create another capsule */
html body .kvs-hometown.profile-page .profile .info-heading .btn > span,
html body .kvs-hometown.profile-page .profile .info-heading .btn > em,
html body .kvs-hometown.profile-page .profile .info-heading .btn i,
html body .kvs-hometown.profile-page .profile .sub-btn > span,
html body .kvs-hometown.profile-page .profile .sub-btn .text,
html body .kvs-hometown.profile-page .profile .sub-btn .text em,
html body .kvs-hometown.profile-page .profile .sub-btn .count,
html body .kvs-hometown.profile-page .profile .sub-btn .button-info,
html body .kvs-hometown.profile-page .profile .sub-btn i{
  background:transparent !important;
  background-image:none !important;
  border:0 !important;
  border-radius:0 !important;
  box-shadow:none !important;
  outline:0 !important;
  padding-top:0 !important;
  padding-bottom:0 !important;
  color:inherit !important;
  text-shadow:none !important;
}

html body .kvs-hometown.profile-page .profile .sub-btn .text{
  display:inline-flex !important;
  align-items:center !important;
  gap:7px !important;
}

html body .kvs-hometown.profile-page .profile .sub-btn .count,
html body .kvs-hometown.profile-page .profile .sub-btn .button-info{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  min-width:auto !important;
  height:auto !important;
  margin-left:8px !important;
  padding-left:8px !important;
  border-left:1px solid rgba(255,255,255,.09) !important;
  opacity:.72 !important;
}

/* Kill any pseudo layers causing double pill / orange overlays */
html body .kvs-hometown.profile-page .profile .info-holder:after,
html body .kvs-hometown.profile-page .profile .info-heading .btn:before,
html body .kvs-hometown.profile-page .profile .info-heading .btn:after,
html body .kvs-hometown.profile-page .profile .info-heading .btn > span:before,
html body .kvs-hometown.profile-page .profile .info-heading .btn > span:after,
html body .kvs-hometown.profile-page .profile .sub-btn:before,
html body .kvs-hometown.profile-page .profile .sub-btn:after,
html body .kvs-hometown.profile-page .profile .sub-btn .text:before,
html body .kvs-hometown.profile-page .profile .sub-btn .text:after,
html body .kvs-hometown.profile-page .profile .sub-btn .count:before,
html body .kvs-hometown.profile-page .profile .sub-btn .count:after{
  content:none !important;
  display:none !important;
  background:none !important;
  background-image:none !important;
  border:0 !important;
  box-shadow:none !important;
}

/* Slightly cleaner spacing after removing the profile box */
html body .kvs-hometown.profile-page .profile .avatar{
  margin-right:24px !important;
}

html body .kvs-hometown.profile-page .profile .info-heading{
  align-items:flex-start !important;
}

html body .kvs-hometown.profile-page .profile .info-heading .block.flex{
  margin-top:0 !important;
}

/* Keep profile tabs separated from the unboxed info */
html body .kvs-hometown.profile-page .section-tabs.sort-holder.sort-control{
  margin-top:8px !important;
}


/* Hometown KVS v101: remove the outer big pill around member profile action buttons.
   The buttons themselves stay as individual clean pills. */

/* This is the wrapper that was creating the big external capsule */
html body .kvs-hometown.profile-page .profile .info-heading .block,
html body .kvs-hometown.profile-page .profile .info-heading .block.flex,
html body .kvs-hometown.profile-page .profile .info-heading > .block,
html body .kvs-hometown.profile-page .profile .info-heading > .block.flex{
  display:flex !important;
  flex-wrap:wrap !important;
  align-items:center !important;
  justify-content:flex-end !important;
  gap:6px !important;
  row-gap:7px !important;
  margin:0 !important;
  padding:0 !important;
  min-height:0 !important;
  height:auto !important;
  background:transparent !important;
  background-image:none !important;
  border:0 !important;
  border-radius:0 !important;
  box-shadow:none !important;
  outline:0 !important;
  overflow:visible !important;
}

/* Kill possible pseudo layer on that wrapper */
html body .kvs-hometown.profile-page .profile .info-heading .block:before,
html body .kvs-hometown.profile-page .profile .info-heading .block:after,
html body .kvs-hometown.profile-page .profile .info-heading .block.flex:before,
html body .kvs-hometown.profile-page .profile .info-heading .block.flex:after{
  content:none !important;
  display:none !important;
  background:none !important;
  background-image:none !important;
  border:0 !important;
  box-shadow:none !important;
}

/* Ensure each button remains its own single pill */
html body .kvs-hometown.profile-page .profile .info-heading .block.flex > .btn,
html body .kvs-hometown.profile-page .profile .info-heading .block.flex > a.btn,
html body .kvs-hometown.profile-page .profile .info-heading .block.flex > .sub-btn,
html body .kvs-hometown.profile-page .profile .info-heading .block.flex > a.sub-btn,
html body .kvs-hometown.profile-page .profile .info-heading .block.flex > form,
html body .kvs-hometown.profile-page .profile .info-heading .block.flex > .sort-profile{
  margin:0 !important;
  background:transparent !important;
  background-image:none !important;
  border:0 !important;
  box-shadow:none !important;
}

/* Forms/messages inside the action row should not create another capsule */
html body .kvs-hometown.profile-page .profile .info-heading .block.flex form,
html body .kvs-hometown.profile-page .profile .info-heading .block.flex .info-message,
html body .kvs-hometown.profile-page .profile .info-heading .block.flex .add_friend{
  margin:0 !important;
  padding:0 !important;
  background:transparent !important;
  background-image:none !important;
  border:0 !important;
  border-radius:0 !important;
  box-shadow:none !important;
  outline:0 !important;
}

/* Buttons: one visible capsule only */
html body .kvs-hometown.profile-page .profile .info-heading .block.flex > a.btn,
html body .kvs-hometown.profile-page .profile .info-heading .block.flex a.btn,
html body .kvs-hometown.profile-page .profile .info-heading .block.flex > a.sub-btn,
html body .kvs-hometown.profile-page .profile .info-heading .block.flex a.sub-btn{
  background:rgba(255,255,255,.026) !important;
  background-image:none !important;
  border:1px solid rgba(255,255,255,.045) !important;
  border-radius:999px !important;
  box-shadow:none !important;
  overflow:hidden !important;
}

html body .kvs-hometown.profile-page .profile .info-heading .block.flex > a.btn:hover,
html body .kvs-hometown.profile-page .profile .info-heading .block.flex a.btn:hover,
html body .kvs-hometown.profile-page .profile .info-heading .block.flex > a.sub-btn:hover,
html body .kvs-hometown.profile-page .profile .info-heading .block.flex a.sub-btn:hover{
  background:rgba(255,255,255,.055) !important;
  background-image:none !important;
  border-color:rgba(255,255,255,.07) !important;
}

/* Inner parts of Subscribe should never become pills */
html body .kvs-hometown.profile-page .profile .info-heading .block.flex .sub-btn .text,
html body .kvs-hometown.profile-page .profile .info-heading .block.flex .sub-btn .text *,
html body .kvs-hometown.profile-page .profile .info-heading .block.flex .sub-btn .count,
html body .kvs-hometown.profile-page .profile .info-heading .block.flex .sub-btn .button-info{
  background:transparent !important;
  background-image:none !important;
  border-radius:0 !important;
  box-shadow:none !important;
}


/* Hometown KVS v102: profile tab counters.
   Fix counters inside Profile Overview / Videos / Albums / Friends pills:
   - no overlap with text
   - no orange hover
   - clean small badge */
html body .kvs-hometown.profile-page .section-tabs .link-tab,
html body .kvs-hometown.profile-page .section-tabs.sort-holder .link-tab,
html body .kvs-hometown.profile-page .sort-control .link-tab{
  gap:7px !important;
  overflow:visible !important;
  white-space:nowrap !important;
}

html body .kvs-hometown.profile-page .section-tabs .link-tab em,
html body .kvs-hometown.profile-page .section-tabs .link-tab em.small,
html body .kvs-hometown.profile-page .section-tabs.sort-holder .link-tab em,
html body .kvs-hometown.profile-page .section-tabs.sort-holder .link-tab em.small,
html body .kvs-hometown.profile-page .sort-control .link-tab em,
html body .kvs-hometown.profile-page .sort-control .link-tab em.small{
  position:static !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  min-width:18px !important;
  height:18px !important;
  margin:0 0 0 2px !important;
  padding:0 6px !important;
  border-radius:999px !important;
  background:rgba(255,255,255,.055) !important;
  background-image:none !important;
  border:1px solid rgba(255,255,255,.055) !important;
  color:rgba(244,244,245,.72) !important;
  font-size:11px !important;
  font-weight:600 !important;
  font-style:normal !important;
  line-height:1 !important;
  text-align:center !important;
  text-shadow:none !important;
  box-shadow:none !important;
  transform:none !important;
  vertical-align:middle !important;
}

html body .kvs-hometown.profile-page .section-tabs .link-tab:hover em,
html body .kvs-hometown.profile-page .section-tabs .link-tab.active em,
html body .kvs-hometown.profile-page .section-tabs .link-tab:hover em.small,
html body .kvs-hometown.profile-page .section-tabs .link-tab.active em.small,
html body .kvs-hometown.profile-page .section-tabs.sort-holder .link-tab:hover em,
html body .kvs-hometown.profile-page .section-tabs.sort-holder .link-tab.active em,
html body .kvs-hometown.profile-page .sort-control .link-tab:hover em,
html body .kvs-hometown.profile-page .sort-control .link-tab.active em{
  background:rgba(255,255,255,.085) !important;
  background-image:none !important;
  border-color:rgba(255,255,255,.075) !important;
  color:#fff !important;
  text-shadow:none !important;
  box-shadow:none !important;
}

/* Kill any inherited orange pseudo/badge decoration on counters */
html body .kvs-hometown.profile-page .section-tabs .link-tab em:before,
html body .kvs-hometown.profile-page .section-tabs .link-tab em:after,
html body .kvs-hometown.profile-page .section-tabs.sort-holder .link-tab em:before,
html body .kvs-hometown.profile-page .section-tabs.sort-holder .link-tab em:after,
html body .kvs-hometown.profile-page .sort-control .link-tab em:before,
html body .kvs-hometown.profile-page .sort-control .link-tab em:after{
  content:none !important;
  display:none !important;
  background:none !important;
  background-image:none !important;
  border:0 !important;
  box-shadow:none !important;
}

/* If a tab has a counter, let it grow naturally */
html body .kvs-hometown.profile-page .section-tabs .link-tab:has(em),
html body .kvs-hometown.profile-page .section-tabs.sort-holder .link-tab:has(em),
html body .kvs-hometown.profile-page .sort-control .link-tab:has(em){
  padding-right:8px !important;
}


/* Hometown KVS v103: /albums top filters cleanup
   Top Categories / Top Sites / Top Models:
   - remove inherited orange
   - clean monochrome pills
   - clean View All button */
html body .kvs-hometown .relative-wrap .sort-box,
html body .kvs-hometown .sort-box{
  display:grid !important;
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  gap:14px !important;
  margin:0 0 18px !important;
  padding:0 !important;
  background:transparent !important;
  background-image:none !important;
  border:0 !important;
  box-shadow:none !important;
}

html body .kvs-hometown .sort-box .tab-content,
html body .kvs-hometown .sort-box .content-cat,
html body .kvs-hometown .sort-box .content-sites,
html body .kvs-hometown .sort-box .content-models{
  min-width:0 !important;
  padding:12px !important;
  border-radius:16px !important;
  background:rgba(255,255,255,.018) !important;
  background-image:none !important;
  border:1px solid rgba(255,255,255,.038) !important;
  box-shadow:none !important;
}

html body .kvs-hometown .sort-box .tab-content:before{
  display:block !important;
  margin:0 0 9px !important;
  color:rgba(244,244,245,.62) !important;
  font-size:11px !important;
  font-weight:800 !important;
  letter-spacing:.06em !important;
  text-transform:uppercase !important;
  line-height:1 !important;
  background:transparent !important;
  text-shadow:none !important;
}

html body .kvs-hometown .sort-box .content-cat:before{
  content:"Top Categories" !important;
}

html body .kvs-hometown .sort-box .content-sites:before{
  content:"Top Sites" !important;
}

html body .kvs-hometown .sort-box .content-models:before{
  content:"Top Models" !important;
}

html body .kvs-hometown .sort-box .sort-inner{
  display:flex !important;
  flex-wrap:wrap !important;
  align-items:flex-start !important;
  gap:6px !important;
  margin:0 !important;
  padding:0 !important;
  list-style:none !important;
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
}

html body .kvs-hometown .sort-box .sort-inner li{
  display:inline-flex !important;
  margin:0 !important;
  padding:0 !important;
  list-style:none !important;
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
}

html body .kvs-hometown .sort-box .sort-inner a,
html body .kvs-hometown .sort-box .btn-holder .more-title,
html body .kvs-hometown .sort-box .sort-title.more-title{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  min-height:30px !important;
  max-width:100% !important;
  padding:0 10px !important;
  border-radius:999px !important;
  background:rgba(255,255,255,.022) !important;
  background-image:none !important;
  border:1px solid rgba(255,255,255,.038) !important;
  color:rgba(244,244,245,.76) !important;
  font-size:12px !important;
  font-weight:500 !important;
  line-height:1 !important;
  text-decoration:none !important;
  text-shadow:none !important;
  box-shadow:none !important;
}

html body .kvs-hometown .sort-box .sort-inner a:hover,
html body .kvs-hometown .sort-box .btn-holder .more-title:hover,
html body .kvs-hometown .sort-box .sort-title.more-title:hover{
  background:rgba(255,255,255,.052) !important;
  background-image:none !important;
  border-color:rgba(255,255,255,.065) !important;
  color:#fff !important;
  box-shadow:none !important;
}

html body .kvs-hometown .sort-box .btn-holder{
  margin:10px 0 0 !important;
  padding:0 !important;
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
}

html body .kvs-hometown .sort-box .btn-holder .more-title svg,
html body .kvs-hometown .sort-box .sort-title.more-title svg{
  width:12px !important;
  height:12px !important;
  margin-left:6px !important;
  color:currentColor !important;
  fill:currentColor !important;
  stroke:currentColor !important;
  opacity:.85 !important;
}

/* Kill inherited orange/red lines and pseudo layers */
html body .kvs-hometown .sort-box .tab-content:after,
html body .kvs-hometown .sort-box .sort-inner a:before,
html body .kvs-hometown .sort-box .sort-inner a:after,
html body .kvs-hometown .sort-box .btn-holder .more-title:before,
html body .kvs-hometown .sort-box .btn-holder .more-title:after,
html body .kvs-hometown .sort-box .sort-title.more-title:before,
html body .kvs-hometown .sort-box .sort-title.more-title:after{
  content:none !important;
  display:none !important;
  background:none !important;
  background-image:none !important;
  border:0 !important;
  box-shadow:none !important;
}

/* Mobile/tablet */
@media (max-width:980px){
  html body .kvs-hometown .relative-wrap .sort-box,
  html body .kvs-hometown .sort-box{
    grid-template-columns:1fr !important;
    gap:10px !important;
  }
}


/* Hometown KVS v104: /albums top filter buttons + dropdown position
   Fixes the top toggles: Top Categories / Top Sites / Top Models */

/* Top filter selector row */
html body .kvs-hometown .relative-wrap{
  position:relative !important;
  overflow:visible !important;
}

html body .kvs-hometown .sort-tabs,
html body .kvs-hometown .sort-tabs .sort-control{
  background:transparent !important;
  background-image:none !important;
  border:0 !important;
  box-shadow:none !important;
}

html body .kvs-hometown .sort-tabs .sort-control{
  display:flex !important;
  align-items:center !important;
  justify-content:flex-end !important;
  gap:6px !important;
  flex-wrap:wrap !important;
}

/* Actual clickable top filters */
html body .kvs-hometown .sort-tabs .sort-control a,
html body .kvs-hometown .sort-tabs .sort-control a.open_cat,
html body .kvs-hometown .sort-tabs .sort-control a.open_sites,
html body .kvs-hometown .sort-tabs .sort-control a.open_models{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:6px !important;
  min-height:30px !important;
  padding:0 10px !important;
  border-radius:999px !important;
  background:rgba(255,255,255,.022) !important;
  background-image:none !important;
  border:1px solid transparent !important;
  color:rgba(244,244,245,.72) !important;
  font-size:12px !important;
  font-weight:600 !important;
  line-height:1 !important;
  text-decoration:none !important;
  text-shadow:none !important;
  box-shadow:none !important;
}

/* Hover/active must be monochrome, not orange */
html body .kvs-hometown .sort-tabs .sort-control a:hover,
html body .kvs-hometown .sort-tabs .sort-control a.active,
html body .kvs-hometown .sort-tabs .sort-control a.open,
html body .kvs-hometown .sort-tabs .sort-control a.open_cat:hover,
html body .kvs-hometown .sort-tabs .sort-control a.open_sites:hover,
html body .kvs-hometown .sort-tabs .sort-control a.open_models:hover{
  background:rgba(255,255,255,.052) !important;
  background-image:none !important;
  border-color:rgba(255,255,255,.060) !important;
  color:#fff !important;
  box-shadow:none !important;
}

/* Icons and arrows inside top filters */
html body .kvs-hometown .sort-tabs .sort-control a i,
html body .kvs-hometown .sort-tabs .sort-control a .arrow,
html body .kvs-hometown .sort-tabs .sort-control a svg,
html body .kvs-hometown .sort-tabs .sort-control a .svg-icon{
  color:currentColor !important;
  fill:currentColor !important;
  stroke:currentColor !important;
  opacity:.86 !important;
  background:transparent !important;
  background-image:none !important;
  border:0 !important;
  box-shadow:none !important;
}

html body .kvs-hometown .sort-tabs .sort-control a:hover i,
html body .kvs-hometown .sort-tabs .sort-control a:hover .arrow,
html body .kvs-hometown .sort-tabs .sort-control a:hover svg,
html body .kvs-hometown .sort-tabs .sort-control a:hover .svg-icon,
html body .kvs-hometown .sort-tabs .sort-control a.active i,
html body .kvs-hometown .sort-tabs .sort-control a.active svg{
  color:#fff !important;
  fill:currentColor !important;
  stroke:currentColor !important;
  opacity:.95 !important;
}

/* Kill orange pseudo line/layer on those filter toggles */
html body .kvs-hometown .sort-tabs .sort-control a:before,
html body .kvs-hometown .sort-tabs .sort-control a:after,
html body .kvs-hometown .sort-tabs .sort-control a i:before,
html body .kvs-hometown .sort-tabs .sort-control a i:after,
html body .kvs-hometown .sort-tabs .sort-control a .arrow:before,
html body .kvs-hometown .sort-tabs .sort-control a .arrow:after{
  content:none !important;
  display:none !important;
  background:none !important;
  background-image:none !important;
  border:0 !important;
  box-shadow:none !important;
}

/* Dropdown panel: open under the top filter links, aligned to the right */
html body .kvs-hometown .relative-wrap > .sort-box{
  position:absolute !important;
  top:46px !important;
  right:0 !important;
  left:auto !important;
  z-index:80 !important;
  width:min(450px, calc(100vw - 32px)) !important;
  max-width:450px !important;
  display:block !important;
  grid-template-columns:1fr !important;
  margin:0 !important;
  padding:0 !important;
  background:transparent !important;
  background-image:none !important;
  border:0 !important;
  box-shadow:none !important;
}

/* Only the active tab-content should act as the dropdown card.
   If JS toggles display, this keeps the card under the links. */
html body .kvs-hometown .relative-wrap > .sort-box .tab-content,
html body .kvs-hometown .relative-wrap > .sort-box .content-cat,
html body .kvs-hometown .relative-wrap > .sort-box .content-sites,
html body .kvs-hometown .relative-wrap > .sort-box .content-models{
  width:100% !important;
  max-width:450px !important;
  padding:12px !important;
  border-radius:16px !important;
  background:#080808 !important;
  background-image:none !important;
  border:1px solid rgba(255,255,255,.055) !important;
  box-shadow:0 18px 48px rgba(0,0,0,.42) !important;
}

/* Keep dropdown pills clean */
html body .kvs-hometown .relative-wrap > .sort-box .sort-inner a,
html body .kvs-hometown .relative-wrap > .sort-box .more-title{
  background:rgba(255,255,255,.022) !important;
  background-image:none !important;
  border-color:rgba(255,255,255,.038) !important;
  color:rgba(244,244,245,.76) !important;
}

html body .kvs-hometown .relative-wrap > .sort-box .sort-inner a:hover,
html body .kvs-hometown .relative-wrap > .sort-box .more-title:hover{
  background:rgba(255,255,255,.052) !important;
  background-image:none !important;
  border-color:rgba(255,255,255,.065) !important;
  color:#fff !important;
}

/* Prevent dropdown from occupying layout space above the empty list */
html body .kvs-hometown .relative-wrap > .sort-box + section,
html body .kvs-hometown .relative-wrap > .sort-box + .section-row,
html body .kvs-hometown .relative-wrap > .sort-box + div{
  margin-top:0 !important;
}

/* Mobile: dropdown should fit below and not fly off-screen */
@media (max-width:980px){
  html body .kvs-hometown .sort-tabs .sort-control{
    justify-content:flex-start !important;
  }

  html body .kvs-hometown .relative-wrap > .sort-box{
    position:relative !important;
    top:auto !important;
    right:auto !important;
    left:auto !important;
    width:100% !important;
    max-width:100% !important;
    margin:10px 0 12px !important;
  }

  html body .kvs-hometown .relative-wrap > .sort-box .tab-content,
  html body .kvs-hometown .relative-wrap > .sort-box .content-cat,
  html body .kvs-hometown .relative-wrap > .sort-box .content-sites,
  html body .kvs-hometown .relative-wrap > .sort-box .content-models{
    max-width:100% !important;
  }
}


/* Hometown KVS v105: logged-in header member chip fix.
   Keep /albums v104 fixes, but fix the user chip being forced to 36px. */

/* Header logged user chip should be a real pill, not a tiny square */
html body .kvs-hometown .topbar .header-member,
html body .kvs-hometown .topbar .mebers-block.header-member{
  display:flex !important;
  align-items:center !important;
  min-width:0 !important;
  width:auto !important;
  max-width:none !important;
  flex:0 0 auto !important;
  overflow:visible !important;
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
}

html body .kvs-hometown .topbar .header-member-switcher,
html body .kvs-hometown .topbar .mebers-switcher.header-member-switcher{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:flex-start !important;
  gap:8px !important;
  width:auto !important;
  min-width:0 !important;
  max-width:190px !important;
  height:36px !important;
  min-height:36px !important;
  max-height:36px !important;
  flex:0 1 auto !important;
  padding:0 10px !important;
  border-radius:999px !important;
  background:rgba(255,255,255,.026) !important;
  background-image:none !important;
  border:1px solid rgba(255,255,255,.055) !important;
  color:rgba(244,244,245,.82) !important;
  box-shadow:none !important;
  cursor:pointer !important;
  overflow:hidden !important;
}

/* Avatar/icon inside member chip */
html body .kvs-hometown .topbar .header-member-switcher .mebers-photo,
html body .kvs-hometown .topbar .mebers-switcher.header-member-switcher .mebers-photo{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  width:22px !important;
  min-width:22px !important;
  max-width:22px !important;
  height:22px !important;
  min-height:22px !important;
  max-height:22px !important;
  margin:0 !important;
  padding:0 !important;
  border-radius:50% !important;
  background:rgba(255,255,255,.045) !important;
  border:0 !important;
  box-shadow:none !important;
  overflow:hidden !important;
}

html body .kvs-hometown .topbar .header-member-switcher .mebers-photo img,
html body .kvs-hometown .topbar .mebers-switcher.header-member-switcher .mebers-photo img{
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  display:block !important;
  border-radius:50% !important;
}

html body .kvs-hometown .topbar .header-member-switcher .member-avatar-fallback,
html body .kvs-hometown .topbar .mebers-switcher.header-member-switcher .member-avatar-fallback{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  width:100% !important;
  height:100% !important;
  color:rgba(244,244,245,.78) !important;
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
}

/* Username: allow enough width, only ellipsis for long names */
html body .kvs-hometown .topbar .header-member-switcher .mebers-name,
html body .kvs-hometown .topbar .mebers-switcher.header-member-switcher .mebers-name{
  display:block !important;
  min-width:42px !important;
  max-width:105px !important;
  overflow:hidden !important;
  text-overflow:ellipsis !important;
  white-space:nowrap !important;
  color:rgba(244,244,245,.82) !important;
  font-size:13px !important;
  font-weight:600 !important;
  line-height:1 !important;
  text-shadow:none !important;
}

/* Chevron: restore clean icon, no broken box */
html body .kvs-hometown .topbar .header-member-switcher .member-arrow,
html body .kvs-hometown .topbar .mebers-switcher.header-member-switcher .member-arrow{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  width:12px !important;
  min-width:12px !important;
  max-width:12px !important;
  height:12px !important;
  min-height:12px !important;
  max-height:12px !important;
  margin:0 !important;
  padding:0 !important;
  color:rgba(244,244,245,.62) !important;
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
  font-size:10px !important;
  line-height:1 !important;
  opacity:.9 !important;
}

html body .kvs-hometown .topbar .header-member-switcher:hover,
html body .kvs-hometown .topbar .mebers-switcher.header-member-switcher:hover{
  background:rgba(255,255,255,.055) !important;
  background-image:none !important;
  border-color:rgba(255,255,255,.075) !important;
  color:#fff !important;
}

html body .kvs-hometown .topbar .header-member-switcher:hover .mebers-name,
html body .kvs-hometown .topbar .mebers-switcher.header-member-switcher:hover .mebers-name,
html body .kvs-hometown .topbar .header-member-switcher:hover .member-arrow,
html body .kvs-hometown .topbar .mebers-switcher.header-member-switcher:hover .member-arrow{
  color:#fff !important;
}

/* Kill inherited pseudo layers that can create broken icon artifacts */
html body .kvs-hometown .topbar .header-member-switcher:before,
html body .kvs-hometown .topbar .header-member-switcher:after,
html body .kvs-hometown .topbar .mebers-switcher.header-member-switcher:before,
html body .kvs-hometown .topbar .mebers-switcher.header-member-switcher:after,
html body .kvs-hometown .topbar .header-member-switcher .mebers-photo:before,
html body .kvs-hometown .topbar .header-member-switcher .mebers-photo:after,
html body .kvs-hometown .topbar .header-member-switcher .member-arrow:before,
html body .kvs-hometown .topbar .header-member-switcher .member-arrow:after{
  content:none !important;
  display:none !important;
  background:none !important;
  background-image:none !important;
  border:0 !important;
  box-shadow:none !important;
}

/* Dropdown under member chip */
html body .kvs-hometown .topbar .header-member .member-links,
html body .kvs-hometown .topbar .mebers-block.header-member .member-links{
  right:0 !important;
  left:auto !important;
  top:calc(100% + 8px) !important;
  background:#080808 !important;
  background-image:none !important;
  border:1px solid rgba(255,255,255,.055) !important;
  border-radius:14px !important;
  box-shadow:0 18px 48px rgba(0,0,0,.48) !important;
}

/* Override old mobile square rule for logged-in chip only */
@media (max-width:980px){
  html body .kvs-hometown .topbar .header-member-switcher,
  html body .kvs-hometown .topbar .mebers-switcher.header-member-switcher{
    width:auto !important;
    min-width:36px !important;
    max-width:150px !important;
    flex:0 1 auto !important;
    padding:0 9px !important;
  }

  html body .kvs-hometown .topbar .header-member-switcher .mebers-name,
  html body .kvs-hometown .topbar .mebers-switcher.header-member-switcher .mebers-name{
    max-width:76px !important;
  }
}

/* Very small mobile: keep avatar + chevron, hide name if needed */
@media (max-width:520px){
  html body .kvs-hometown .topbar .header-member-switcher,
  html body .kvs-hometown .topbar .mebers-switcher.header-member-switcher{
    max-width:46px !important;
    width:36px !important;
    min-width:36px !important;
    padding:0 !important;
    justify-content:center !important;
    gap:0 !important;
  }

  html body .kvs-hometown .topbar .header-member-switcher .mebers-name,
  html body .kvs-hometown .topbar .mebers-switcher.header-member-switcher .mebers-name,
  html body .kvs-hometown .topbar .header-member-switcher .member-arrow,
  html body .kvs-hometown .topbar .mebers-switcher.header-member-switcher .member-arrow{
    display:none !important;
  }
}


/* Hometown KVS v106:
   - /albums top filters closer
   - remove inner horizontal line in filter dropdown
   - logged-in username wider on desktop */

/* Albums top filter buttons closer together */
html body .kvs-hometown .sort-tabs .sort-control{
  justify-content:flex-end !important;
  gap:3px !important;
  column-gap:3px !important;
  row-gap:5px !important;
}

html body .kvs-hometown .sort-tabs .sort-control a,
html body .kvs-hometown .sort-tabs .sort-control a.open_cat,
html body .kvs-hometown .sort-tabs .sort-control a.open_sites,
html body .kvs-hometown .sort-tabs .sort-control a.open_models{
  margin:0 !important;
  padding-left:9px !important;
  padding-right:9px !important;
}

/* Remove the strange horizontal line inside the opened albums dropdown */
html body .kvs-hometown .relative-wrap > .sort-box .btn-holder,
html body .kvs-hometown .sort-box .btn-holder{
  display:block !important;
  width:auto !important;
  max-width:max-content !important;
  margin:10px 0 0 !important;
  padding:0 !important;
  border:0 !important;
  background:transparent !important;
  background-image:none !important;
  box-shadow:none !important;
  overflow:visible !important;
}

html body .kvs-hometown .relative-wrap > .sort-box .btn-holder:before,
html body .kvs-hometown .relative-wrap > .sort-box .btn-holder:after,
html body .kvs-hometown .sort-box .btn-holder:before,
html body .kvs-hometown .sort-box .btn-holder:after,
html body .kvs-hometown .relative-wrap > .sort-box .tab-content:before,
html body .kvs-hometown .relative-wrap > .sort-box .tab-content:after{
  background:none !important;
  background-image:none !important;
  border:0 !important;
  box-shadow:none !important;
}

/* Restore the title text that was previously generated with :before */
html body .kvs-hometown .relative-wrap > .sort-box .content-cat:before{
  content:"Top Categories" !important;
  display:block !important;
}

html body .kvs-hometown .relative-wrap > .sort-box .content-sites:before{
  content:"Top Sites" !important;
  display:block !important;
}

html body .kvs-hometown .relative-wrap > .sort-box .content-models:before{
  content:"Top Models" !important;
  display:block !important;
}

/* If the line comes from an empty pseudo wrapper, kill only decorative lines, not the title */
html body .kvs-hometown .relative-wrap > .sort-box .btn-holder > span,
html body .kvs-hometown .relative-wrap > .sort-box .btn-holder .line,
html body .kvs-hometown .relative-wrap > .sort-box hr{
  display:none !important;
}

/* Header logged-in username: desktop should not cut at 2-3 letters */
@media (min-width:981px){
  html body .kvs-hometown .topbar .header-member,
  html body .kvs-hometown .topbar .mebers-block.header-member{
    flex:0 0 auto !important;
    width:auto !important;
    max-width:none !important;
    overflow:visible !important;
  }

  html body .kvs-hometown .topbar .header-member-switcher,
  html body .kvs-hometown .topbar .mebers-switcher.header-member-switcher{
    width:auto !important;
    min-width:116px !important;
    max-width:240px !important;
    flex:0 0 auto !important;
    padding-left:10px !important;
    padding-right:10px !important;
  }

  html body .kvs-hometown .topbar .header-member-switcher .mebers-name,
  html body .kvs-hometown .topbar .mebers-switcher.header-member-switcher .mebers-name{
    display:block !important;
    min-width:64px !important;
    max-width:155px !important;
    flex:1 1 auto !important;
    overflow:hidden !important;
    text-overflow:ellipsis !important;
    white-space:nowrap !important;
  }
}

/* Slightly tighter only on medium desktop so search does not break */
@media (min-width:981px) and (max-width:1280px){
  html body .kvs-hometown .topbar .header-member-switcher,
  html body .kvs-hometown .topbar .mebers-switcher.header-member-switcher{
    min-width:96px !important;
    max-width:170px !important;
  }

  html body .kvs-hometown .topbar .header-member-switcher .mebers-name,
  html body .kvs-hometown .topbar .mebers-switcher.header-member-switcher .mebers-name{
    min-width:48px !important;
    max-width:105px !important;
  }
}


/* Hometown KVS v109: safe upload visual polish only.
   No JS hacks, no template logic changes. */

/* Upload progress: green instead of orange */
html body .kvs-hometown .form-upload .progressbar,
html body .kvs-hometown .upload-wrapper .progressbar{
  position:relative !important;
  width:100% !important;
  height:8px !important;
  margin:16px 0 14px !important;
  border-radius:999px !important;
  overflow:visible !important;
  background:rgba(255,255,255,.060) !important;
  background-image:none !important;
  border:0 !important;
  box-shadow:none !important;
}

html body .kvs-hometown .form-upload .progressbar .progress,
html body .kvs-hometown .upload-wrapper .progressbar .progress{
  height:8px !important;
  border-radius:999px !important;
  background:#22c55e !important;
  background-image:linear-gradient(90deg,#16a34a,#22c55e) !important;
  border:0 !important;
  box-shadow:0 0 18px rgba(34,197,94,.22) !important;
}

html body .kvs-hometown .form-upload .progressbar .text,
html body .kvs-hometown .upload-wrapper .progressbar .text{
  position:absolute !important;
  left:50% !important;
  top:13px !important;
  transform:translateX(-50%) !important;
  min-width:36px !important;
  height:20px !important;
  padding:0 6px !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  border-radius:999px !important;
  background:rgba(255,255,255,.055) !important;
  background-image:none !important;
  color:#f4f4f5 !important;
  border:1px solid rgba(255,255,255,.055) !important;
  font-size:12px !important;
  font-weight:600 !important;
  line-height:1 !important;
  text-shadow:none !important;
  box-shadow:none !important;
}

/* Continue button text smaller/cleaner */
html body .kvs-hometown .upload-wrapper input.submit,
html body .kvs-hometown .upload-wrapper button.submit,
html body .kvs-hometown .upload-wrapper .bottom input[type="submit"],
html body .kvs-hometown .form-upload input.submit,
html body .kvs-hometown .form-upload button.submit{
  min-height:34px !important;
  height:34px !important;
  padding:0 14px !important;
  border-radius:999px !important;
  font-size:12px !important;
  font-weight:600 !important;
  line-height:1 !important;
  letter-spacing:0 !important;
  text-transform:none !important;
  background:#f4f4f5 !important;
  background-image:none !important;
  border:1px solid #f4f4f5 !important;
  color:#050506 !important;
  box-shadow:none !important;
  text-shadow:none !important;
}

html body .kvs-hometown .upload-wrapper input.submit:hover,
html body .kvs-hometown .upload-wrapper button.submit:hover,
html body .kvs-hometown .upload-wrapper .bottom input[type="submit"]:hover,
html body .kvs-hometown .form-upload input.submit:hover,
html body .kvs-hometown .form-upload button.submit:hover{
  background:#fff !important;
  background-image:none !important;
  border-color:#fff !important;
  color:#000 !important;
}


/* Hometown KVS v115
   Built from v109 clean.
   1) Video cards show title/views/rating below thumb.
   2) Playlist single uses the same real layout as single video.
   3) Playlist right column is ads only.
   4) No forced playlist player sizing.
   5) Active bookmark/watch-later no white/glow.
*/

/* =========================================================
   1. Video cards: title + views + rating below thumb
   ========================================================= */
html body .kvs-hometown .hometown-video-grid .thumb{
  transform:none !important;
}

html body .kvs-hometown .hometown-video-grid .thumb:hover{
  transform:translateY(-1px) !important;
}

html body .kvs-hometown .hometown-video-grid .thumb > a{
  overflow:visible !important;
  background:transparent !important;
  background-image:none !important;
  border:0 !important;
  outline:0 !important;
  box-shadow:none !important;
  border-radius:0 !important;
  isolation:auto !important;
  text-decoration:none !important;
}

html body .kvs-hometown .hometown-video-grid .thumb > a:hover{
  outline:0 !important;
  box-shadow:none !important;
}

html body .kvs-hometown .hometown-video-grid .img-holder{
  border-radius:13px !important;
  overflow:hidden !important;
  outline:1px solid rgba(255,255,255,.045) !important;
  box-shadow:0 12px 32px rgba(0,0,0,.20) !important;
  transition:outline-color .22s ease, box-shadow .22s ease, transform .22s ease !important;
}

html body .kvs-hometown .hometown-video-grid .thumb > a:hover .img-holder{
  outline-color:rgba(255,255,255,.090) !important;
  box-shadow:0 16px 44px rgba(0,0,0,.30) !important;
}

html body .kvs-hometown .hometown-video-grid .img-holder:after{
  opacity:0 !important;
  display:none !important;
  content:none !important;
}

html body .kvs-hometown .hometown-video-grid .title{
  position:static !important;
  left:auto !important;
  right:auto !important;
  bottom:auto !important;
  z-index:auto !important;
  display:-webkit-box !important;
  -webkit-line-clamp:2 !important;
  -webkit-box-orient:vertical !important;
  min-height:34px !important;
  margin:0 !important;
  padding:8px 2px 0 !important;
  overflow:hidden !important;
  background:transparent !important;
  background-image:none !important;
  color:rgba(244,244,245,.82) !important;
  font-size:13px !important;
  line-height:1.28 !important;
  font-weight:560 !important;
  letter-spacing:-.005em !important;
  opacity:1 !important;
  transform:none !important;
  text-shadow:none !important;
  pointer-events:auto !important;
}

html body .kvs-hometown .hometown-video-grid .thumb > a:hover .title{
  color:#fff !important;
  opacity:1 !important;
  transform:none !important;
  background:transparent !important;
  background-image:none !important;
}

html body .kvs-hometown .hometown-video-grid .thumb-info,
html body .kvs-hometown .hometown-video-grid .thumb-bottom,
html body .kvs-hometown .thumb-bottom{
  background:transparent !important;
  background-image:none !important;
  border:0 !important;
  box-shadow:none !important;
}

html body .kvs-hometown .hometown-video-grid .thumb-bottom{
  position:static !important;
  left:auto !important;
  right:auto !important;
  bottom:auto !important;
  z-index:auto !important;
  display:flex !important;
  gap:10px !important;
  align-items:center !important;
  justify-content:flex-start !important;
  min-height:16px !important;
  padding:4px 2px 0 !important;
  margin:0 !important;
  opacity:1 !important;
  transform:none !important;
  transition:none !important;
  color:rgba(244,244,245,.48) !important;
  pointer-events:auto !important;
}

html body .kvs-hometown .hometown-video-grid .thumb > a:hover .thumb-bottom{
  opacity:1 !important;
  transform:none !important;
}

html body .kvs-hometown .hometown-video-grid .thumb-item{
  display:inline-flex !important;
  align-items:center !important;
  gap:4px !important;
  color:rgba(244,244,245,.48) !important;
  font-size:11px !important;
  line-height:1 !important;
  font-weight:500 !important;
}

html body .kvs-hometown .hometown-video-grid .thumb > a:hover .thumb-item{
  color:rgba(244,244,245,.68) !important;
}

html body .kvs-hometown .hometown-video-grid .thumb-item svg{
  width:11px !important;
  height:11px !important;
  fill:currentColor !important;
  stroke:currentColor !important;
  opacity:.76 !important;
}

html body .kvs-hometown .hometown-video-grid .thumb-item-date,
html body .kvs-hometown .hometown-video-grid .thumb-bottom .thumb-item:nth-child(n+3){
  display:none !important;
}

@media (max-width:560px){
  html body .kvs-hometown .hometown-video-grid .title{
    min-height:32px !important;
    padding:7px 1px 0 !important;
    font-size:12px !important;
    line-height:1.25 !important;
  }

  html body .kvs-hometown .hometown-video-grid .thumb-bottom{
    padding-top:3px !important;
    gap:8px !important;
  }

  html body .kvs-hometown .hometown-video-grid .thumb-item{
    font-size:10.5px !important;
  }
}

/* =========================================================
   2. Playlist single: use single-video layout, don't override centering
   ========================================================= */

/* No global right sidebar on playlist page, but keep the real .col-asside ad column. */
html body .kvs-hometown.playlist-page .right-sidebar,
html body .kvs-hometown.playlist-page .sidebar-right,
html body .kvs-hometown.playlist-page .aside-right,
html body .kvs-hometown.playlist-page aside.right,
html body .kvs-hometown.playlist-page .main-sidebar,
html body .kvs-hometown.playlist-page .content-sidebar{
  display:none !important;
}

/* The playlist template now uses the same .container > .video-holder > .video-inner > .video-cols as single video.
   Do not force margins/max-width on these wrappers. Only style the ad column internals. */
html body .kvs-hometown.playlist-page .playlist-ad-col{
  display:block !important;
}

html body .kvs-hometown.playlist-page .playlist-ad-col .asside-link{
  display:block !important;
  visibility:visible !important;
}

html body .kvs-hometown.playlist-page .playlist-ad-col .asside-thumb,
html body .kvs-hometown.playlist-page .playlist-ad-col section.asside-thumb{
  display:none !important;
}

/* Playlist top pills: same compact style as video single and fix user pill split background */
html body .kvs-hometown.playlist-page .top-options,
html body .kvs-hometown.playlist-page .top-options.flex{
  margin:0 0 8px !important;
  padding:0 !important;
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
}

html body .kvs-hometown.playlist-page .top-options .buttons-row,
html body .kvs-hometown.playlist-page .buttons-row{
  display:flex !important;
  align-items:center !important;
  flex-wrap:nowrap !important;
  gap:4px !important;
  overflow-x:auto !important;
  overflow-y:hidden !important;
  scrollbar-width:none !important;
  -ms-overflow-style:none !important;
  padding:0 0 4px !important;
  margin:0 !important;
  max-width:100% !important;
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
}

html body .kvs-hometown.playlist-page .top-options .buttons-row::-webkit-scrollbar,
html body .kvs-hometown.playlist-page .buttons-row::-webkit-scrollbar{
  display:none !important;
}

html body .kvs-hometown.playlist-page .top-options .btn,
html body .kvs-hometown.playlist-page .top-options .button,
html body .kvs-hometown.playlist-page .top-options .sub-btn,
html body .kvs-hometown.playlist-page .sub-btn.tag.button{
  flex:0 0 auto !important;
  min-height:28px !important;
  height:28px !important;
  padding:0 8px !important;
  border-radius:999px !important;
  background:rgba(255,255,255,.022) !important;
  background-image:none !important;
  border:1px solid rgba(255,255,255,.040) !important;
  color:rgba(244,244,245,.72) !important;
  font-size:11px !important;
  font-weight:500 !important;
  line-height:1 !important;
  text-decoration:none !important;
  text-shadow:none !important;
  box-shadow:none !important;
  overflow:hidden !important;
}

html body .kvs-hometown.playlist-page .top-options .sub-btn .text,
html body .kvs-hometown.playlist-page .top-options .sub-btn .count,
html body .kvs-hometown.playlist-page .sub-btn.tag.button .text,
html body .kvs-hometown.playlist-page .sub-btn.tag.button .count{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  height:100% !important;
  padding:0 4px !important;
  margin:0 !important;
  background:transparent !important;
  background-image:none !important;
  border:0 !important;
  border-radius:0 !important;
  color:inherit !important;
  box-shadow:none !important;
}

html body .kvs-hometown.playlist-page .top-options .btn:hover,
html body .kvs-hometown.playlist-page .top-options .button:hover,
html body .kvs-hometown.playlist-page .top-options .sub-btn:hover{
  background:rgba(255,255,255,.052) !important;
  border-color:rgba(255,255,255,.065) !important;
  color:#fff !important;
}

/* IMPORTANT: do not touch .player.video dimensions on playlist.
   It must inherit the same player behavior as single video. */

/* =========================================================
   3. Playlist videos + related videos normal size below player
   ========================================================= */
html body .kvs-hometown.playlist-page .playlist-list.thumbs,
html body .kvs-hometown.playlist-page .thumbs.playlist-list{
  display:grid !important;
  grid-template-columns:repeat(auto-fill,minmax(220px,1fr)) !important;
  gap:16px !important;
  width:100% !important;
  max-width:100% !important;
  margin:16px 0 24px !important;
  padding:0 !important;
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
}

html body .kvs-hometown.playlist-page .playlist-list .thumb,
html body .kvs-hometown.playlist-page .playlist-list .thumb.item{
  display:block !important;
  width:auto !important;
  min-width:0 !important;
  max-width:none !important;
  margin:0 !important;
  padding:0 !important;
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
  overflow:visible !important;
}

html body .kvs-hometown.playlist-page .playlist-list .thumb > a{
  display:block !important;
  width:100% !important;
  max-width:100% !important;
  overflow:visible !important;
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
  text-decoration:none !important;
}

html body .kvs-hometown.playlist-page .playlist-list .img-holder{
  position:relative !important;
  width:100% !important;
  max-width:100% !important;
  aspect-ratio:16/9 !important;
  height:auto !important;
  border-radius:13px !important;
  overflow:hidden !important;
  background:#080809 !important;
  outline:1px solid rgba(255,255,255,.045) !important;
  box-shadow:0 12px 32px rgba(0,0,0,.20) !important;
}

html body .kvs-hometown.playlist-page .playlist-list .img-holder img{
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  display:block !important;
}

html body .kvs-hometown.playlist-page .playlist-list .title{
  position:static !important;
  display:-webkit-box !important;
  -webkit-line-clamp:2 !important;
  -webkit-box-orient:vertical !important;
  min-height:34px !important;
  margin:0 !important;
  padding:8px 2px 0 !important;
  overflow:hidden !important;
  background:transparent !important;
  color:rgba(244,244,245,.82) !important;
  font-size:13px !important;
  line-height:1.28 !important;
  font-weight:560 !important;
  opacity:1 !important;
  transform:none !important;
  text-shadow:none !important;
}

html body .kvs-hometown.playlist-page .playlist-list .thumb-bottom{
  position:static !important;
  display:flex !important;
  gap:10px !important;
  align-items:center !important;
  justify-content:flex-start !important;
  padding:4px 2px 0 !important;
  margin:0 !important;
  background:transparent !important;
  border:0 !important;
  opacity:1 !important;
  transform:none !important;
  color:rgba(244,244,245,.48) !important;
}

html body .kvs-hometown.playlist-page .playlist-list .thumb-item{
  display:inline-flex !important;
  align-items:center !important;
  gap:4px !important;
  color:rgba(244,244,245,.48) !important;
  font-size:11px !important;
  font-weight:500 !important;
  line-height:1 !important;
}

html body .kvs-hometown.playlist-page .playlist-list .thumb-item-date,
html body .kvs-hometown.playlist-page .playlist-list .thumb-bottom .thumb-item:nth-child(n+3){
  display:none !important;
}

/* Recommended below main column, wide grid instead of sidebar tiny layout */
html body .kvs-hometown.playlist-page .playlist-related-wide{
  width:100% !important;
  max-width:100% !important;
  margin:24px 0 0 !important;
  padding:0 !important;
}

html body .kvs-hometown.playlist-page .playlist-related-wide .asside-thumb{
  display:block !important;
  width:100% !important;
  max-width:100% !important;
  margin:0 !important;
  padding:0 !important;
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
}

html body .kvs-hometown.playlist-page .playlist-related-wide .title-asside{
  margin:0 0 12px !important;
  padding:0 !important;
  color:#fff !important;
  font-size:22px !important;
  line-height:1.15 !important;
  font-weight:850 !important;
  letter-spacing:-.02em !important;
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
  text-shadow:none !important;
}

html body .kvs-hometown.playlist-page .playlist-related-wide .hometown-video-grid{
  display:grid !important;
  grid-template-columns:repeat(auto-fill,minmax(220px,1fr)) !important;
  gap:16px !important;
  width:100% !important;
  max-width:100% !important;
  margin:0 !important;
}

html body .kvs-hometown.playlist-page .playlist-related-wide .hometown-video-grid .thumb{
  width:auto !important;
  min-width:0 !important;
  max-width:none !important;
  margin:0 !important;
}

html body .kvs-hometown.playlist-page .playlist-related-wide .thumb-info{
  display:block !important;
  width:100% !important;
  padding:0 !important;
  margin:0 !important;
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
}

@media (max-width:760px){
  html body .kvs-hometown.playlist-page .playlist-list.thumbs,
  html body .kvs-hometown.playlist-page .thumbs.playlist-list,
  html body .kvs-hometown.playlist-page .playlist-related-wide .hometown-video-grid{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:10px !important;
  }
}

/* =========================================================
   4. Active bookmark / watch later buttons: no white, no glow
   ========================================================= */

/* Single buttons selected state: KVS shows delete_fav_* when selected */
html body .kvs-hometown .btn-favourites li[id^="delete_fav_"]:not(.hidden),
html body .kvs-hometown .btn-favourites li[id^="delete_fav_"]:not(.hidden) .btn-holder{
  background:transparent !important;
  background-image:none !important;
  box-shadow:none !important;
  filter:none !important;
}

html body .kvs-hometown .btn-favourites li[id^="delete_fav_"]:not(.hidden) .btn,
html body .kvs-hometown .btn-favourites li[id^="delete_fav_"]:not(.hidden) .btn.delete,
html body .kvs-hometown .video-controls .btn.delete,
html body .kvs-hometown .video-controls a[href="#delete"][data-fav-type]{
  background:rgba(255,255,255,.075) !important;
  background-image:none !important;
  border:1px solid rgba(255,255,255,.12) !important;
  color:#fff !important;
  box-shadow:none !important;
  filter:none !important;
  text-shadow:none !important;
}

html body .kvs-hometown .btn-favourites li[id^="delete_fav_"]:not(.hidden) .btn:hover,
html body .kvs-hometown .btn-favourites li[id^="delete_fav_"]:not(.hidden) .btn.delete:hover,
html body .kvs-hometown .video-controls .btn.delete:hover,
html body .kvs-hometown .video-controls a[href="#delete"][data-fav-type]:hover{
  background:rgba(255,255,255,.105) !important;
  border-color:rgba(255,255,255,.16) !important;
  color:#fff !important;
  box-shadow:none !important;
  filter:none !important;
}

html body .kvs-hometown .btn-favourites li[id^="delete_fav_"]:not(.hidden) .btn i,
html body .kvs-hometown .btn-favourites li[id^="delete_fav_"]:not(.hidden) .btn.delete i,
html body .kvs-hometown .video-controls .btn.delete i,
html body .kvs-hometown .video-controls a[href="#delete"][data-fav-type] i{
  background:transparent !important;
  color:#fff !important;
  box-shadow:none !important;
  filter:none !important;
}

html body .kvs-hometown .btn-favourites li[id^="delete_fav_"]:not(.hidden) .btn svg,
html body .kvs-hometown .btn-favourites li[id^="delete_fav_"]:not(.hidden) .btn.delete svg,
html body .kvs-hometown .video-controls .btn.delete svg,
html body .kvs-hometown .video-controls a[href="#delete"][data-fav-type] svg{
  fill:#fff !important;
  stroke:#fff !important;
  color:#fff !important;
  opacity:1 !important;
  filter:none !important;
}

/* Thumb overlay buttons selected/active/fixed states */
html body .kvs-hometown .thumb [data-fav-video-id],
html body .kvs-hometown .thumb .item-heart,
html body .kvs-hometown .thumb .item-time{
  box-shadow:none !important;
  filter:none !important;
  text-shadow:none !important;
}

html body .kvs-hometown .thumb [data-fav-video-id].active,
html body .kvs-hometown .thumb [data-fav-video-id].added,
html body .kvs-hometown .thumb [data-fav-video-id].selected,
html body .kvs-hometown .thumb [data-fav-video-id].delete,
html body .kvs-hometown .thumb [data-fav-video-id].fixed,
html body .kvs-hometown .thumb .item-heart.active,
html body .kvs-hometown .thumb .item-heart.added,
html body .kvs-hometown .thumb .item-heart.selected,
html body .kvs-hometown .thumb .item-heart.delete,
html body .kvs-hometown .thumb .item-heart.fixed,
html body .kvs-hometown .thumb .item-time.active,
html body .kvs-hometown .thumb .item-time.added,
html body .kvs-hometown .thumb .item-time.selected,
html body .kvs-hometown .thumb .item-time.delete,
html body .kvs-hometown .thumb .item-time.fixed{
  background:rgba(255,255,255,.075) !important;
  background-image:none !important;
  border-color:rgba(255,255,255,.12) !important;
  color:#fff !important;
  box-shadow:none !important;
  filter:none !important;
  text-shadow:none !important;
}

html body .kvs-hometown .thumb [data-fav-video-id].active svg,
html body .kvs-hometown .thumb [data-fav-video-id].added svg,
html body .kvs-hometown .thumb [data-fav-video-id].selected svg,
html body .kvs-hometown .thumb [data-fav-video-id].delete svg,
html body .kvs-hometown .thumb [data-fav-video-id].fixed svg,
html body .kvs-hometown .thumb .item-heart.active svg,
html body .kvs-hometown .thumb .item-heart.added svg,
html body .kvs-hometown .thumb .item-heart.selected svg,
html body .kvs-hometown .thumb .item-heart.delete svg,
html body .kvs-hometown .thumb .item-heart.fixed svg,
html body .kvs-hometown .thumb .item-time.active svg,
html body .kvs-hometown .thumb .item-time.added svg,
html body .kvs-hometown .thumb .item-time.selected svg,
html body .kvs-hometown .thumb .item-time.delete svg,
html body .kvs-hometown .thumb .item-time.fixed svg{
  fill:#fff !important;
  stroke:#fff !important;
  color:#fff !important;
  opacity:1 !important;
  filter:none !important;
}

/* Remove glow pseudo-layers */
html body .kvs-hometown .btn-favourites .btn:before,
html body .kvs-hometown .btn-favourites .btn:after,
html body .kvs-hometown .thumb .item-heart:before,
html body .kvs-hometown .thumb .item-heart:after,
html body .kvs-hometown .thumb .item-time:before,
html body .kvs-hometown .thumb .item-time:after,
html body .kvs-hometown .thumb [data-fav-video-id]:before,
html body .kvs-hometown .thumb [data-fav-video-id]:after{
  box-shadow:none !important;
  filter:none !important;
  text-shadow:none !important;
  background-image:none !important;
}


/* Hometown KVS v116
   Playlist single now also receives .video-page in the wrapper.
   These are only safety guards so playlist inherits the single-video centering/layout
   without new player sizing rules. */

/* Keep playlist related below the main column; don't let video-page sidebar styles affect it */
html body .kvs-hometown.video-page.playlist-page .playlist-related-wide{
  width:100% !important;
  max-width:100% !important;
  margin-top:24px !important;
}

/* The right column on playlist is ads only; no recommended sidebar list */
html body .kvs-hometown.video-page.playlist-page .playlist-ad-col .asside-thumb,
html body .kvs-hometown.video-page.playlist-page .playlist-ad-col section.asside-thumb,
html body .kvs-hometown.video-page.playlist-page .playlist-ad-col .hometown-video-grid{
  display:none !important;
}

/* Do not force playlist player dimensions; inherit single video layout */
html body .kvs-hometown.video-page.playlist-page .player.video{
  aspect-ratio:auto !important;
  min-height:0 !important;
}


/* Hometown KVS v118
   Playlist single sidebar now uses the exact same .col-asside structure as single video:
   ads block first, Recommended Videos underneath.
   No player or centering changes here. */

/* Override old playlist-only safety rules if present */
html body .kvs-hometown.video-page.playlist-page .col-asside .asside-thumb,
html body .kvs-hometown.video-page.playlist-page .col-asside section.asside-thumb{
  display:block !important;
  visibility:visible !important;
  width:100% !important;
  max-width:100% !important;
  height:auto !important;
  overflow:visible !important;
}

html body .kvs-hometown.video-page.playlist-page .col-asside .hometown-video-grid{
  display:grid !important;
  grid-template-columns:1fr !important;
  gap:10px !important;
  width:100% !important;
  max-width:100% !important;
}

html body .kvs-hometown.video-page.playlist-page .col-asside .hometown-video-grid .thumb{
  width:100% !important;
  max-width:100% !important;
  min-width:0 !important;
  margin:0 !important;
}

/* Keep ad block identical in behavior to video single; do not compact it */
html body .kvs-hometown.video-page.playlist-page .col-asside .asside-link{
  display:block !important;
  visibility:visible !important;
  height:auto !important;
  max-height:none !important;
  overflow:hidden !important;
}


/* Hometown KVS v119
   Fix clipped eye/like icons under videos inside playlist single.
   No layout/player/sidebar changes. */

html body .kvs-hometown.video-page.playlist-page .playlist-list .thumb-bottom,
html body .kvs-hometown.video-page.playlist-page .playlist-list .thumb-bottom-videos{
  overflow:visible !important;
}

html body .kvs-hometown.video-page.playlist-page .playlist-list .thumb-item{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:flex-start !important;
  gap:5px !important;
  min-height:16px !important;
  line-height:16px !important;
  overflow:visible !important;
}

html body .kvs-hometown.video-page.playlist-page .playlist-list .thumb-item i{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  width:15px !important;
  height:15px !important;
  min-width:15px !important;
  min-height:15px !important;
  max-width:15px !important;
  max-height:15px !important;
  margin:0 !important;
  padding:0 !important;
  line-height:1 !important;
  overflow:visible !important;
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
  color:rgba(244,244,245,.52) !important;
}

html body .kvs-hometown.video-page.playlist-page .playlist-list .thumb-item svg,
html body .kvs-hometown.video-page.playlist-page .playlist-list .thumb-item .svg-icon{
  display:block !important;
  width:13px !important;
  height:13px !important;
  min-width:13px !important;
  min-height:13px !important;
  max-width:13px !important;
  max-height:13px !important;
  margin:0 !important;
  padding:0 !important;
  overflow:visible !important;
  fill:currentColor !important;
  stroke:currentColor !important;
  color:currentColor !important;
  opacity:.82 !important;
  transform:none !important;
  clip-path:none !important;
}

html body .kvs-hometown.video-page.playlist-page .playlist-list .thumb > a:hover .thumb-item i{
  color:rgba(244,244,245,.72) !important;
}


/* Hometown KVS v121
   Based on v119.
   Fix only:
   1) Playlist thumb favourite/watch-later buttons bigger, but keep normal top-right position.
   2) Remove hover background square from title/views/rating area.
   3) Hide visual scrollbar on logged-in command row while preserving horizontal scroll.
*/

/* 1) Playlist single: keep fav/watch buttons in normal top-right position */
html body .kvs-hometown.video-page.playlist-page .playlist-list .img-holder{
  position:relative !important;
  overflow:hidden !important;
}

html body .kvs-hometown.video-page.playlist-page .playlist-list .item-top{
  position:absolute !important;
  top:8px !important;
  right:8px !important;
  left:auto !important;
  bottom:auto !important;
  z-index:8 !important;
  display:flex !important;
  flex-direction:row !important;
  align-items:center !important;
  justify-content:flex-end !important;
  gap:6px !important;
  width:auto !important;
  height:auto !important;
  max-width:none !important;
  max-height:none !important;
  margin:0 !important;
  padding:0 !important;
  transform:none !important;
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
  overflow:visible !important;
}

html body .kvs-hometown.video-page.playlist-page .playlist-list .item-heart,
html body .kvs-hometown.video-page.playlist-page .playlist-list .item-time,
html body .kvs-hometown.video-page.playlist-page .playlist-list [data-fav-video-id]{
  position:relative !important;
  top:auto !important;
  right:auto !important;
  left:auto !important;
  bottom:auto !important;
  width:30px !important;
  height:30px !important;
  min-width:30px !important;
  min-height:30px !important;
  max-width:30px !important;
  max-height:30px !important;
  padding:0 !important;
  margin:0 !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  border-radius:999px !important;
  background:rgba(8,8,9,.56) !important;
  background-image:none !important;
  border:1px solid rgba(255,255,255,.12) !important;
  box-shadow:none !important;
  filter:none !important;
  color:rgba(255,255,255,.88) !important;
  overflow:visible !important;
  transform:none !important;
}

html body .kvs-hometown.video-page.playlist-page .playlist-list .item-heart:hover,
html body .kvs-hometown.video-page.playlist-page .playlist-list .item-time:hover,
html body .kvs-hometown.video-page.playlist-page .playlist-list [data-fav-video-id]:hover{
  background:rgba(255,255,255,.10) !important;
  border-color:rgba(255,255,255,.18) !important;
  color:#fff !important;
}

html body .kvs-hometown.video-page.playlist-page .playlist-list .item-heart svg,
html body .kvs-hometown.video-page.playlist-page .playlist-list .item-time svg,
html body .kvs-hometown.video-page.playlist-page .playlist-list [data-fav-video-id] svg{
  width:15px !important;
  height:15px !important;
  min-width:15px !important;
  min-height:15px !important;
  max-width:15px !important;
  max-height:15px !important;
  margin:0 !important;
  padding:0 !important;
  display:block !important;
  fill:currentColor !important;
  stroke:currentColor !important;
  color:currentColor !important;
  opacity:1 !important;
  overflow:visible !important;
  transform:none !important;
}

/* 2) Remove hover background square from title/views/rating below thumbs */
html body .kvs-hometown .hometown-video-grid .thumb-info,
html body .kvs-hometown .hometown-video-grid .thumb-info:hover,
html body .kvs-hometown .hometown-video-grid .thumb:hover .thumb-info,
html body .kvs-hometown .hometown-video-grid .thumb > a:hover .thumb-info,
html body .kvs-hometown .hometown-video-grid .thumb .title,
html body .kvs-hometown .hometown-video-grid .thumb:hover .title,
html body .kvs-hometown .hometown-video-grid .thumb > a:hover .title,
html body .kvs-hometown .hometown-video-grid .thumb .thumb-bottom,
html body .kvs-hometown .hometown-video-grid .thumb:hover .thumb-bottom,
html body .kvs-hometown .hometown-video-grid .thumb > a:hover .thumb-bottom,
html body .kvs-hometown .hometown-video-grid .thumb .thumb-bottom-videos,
html body .kvs-hometown .hometown-video-grid .thumb:hover .thumb-bottom-videos,
html body .kvs-hometown .hometown-video-grid .thumb > a:hover .thumb-bottom-videos{
  background:transparent !important;
  background-color:transparent !important;
  background-image:none !important;
  border:0 !important;
  border-color:transparent !important;
  box-shadow:none !important;
  outline:0 !important;
}

html body .kvs-hometown .hometown-video-grid .thumb-info:before,
html body .kvs-hometown .hometown-video-grid .thumb-info:after,
html body .kvs-hometown .hometown-video-grid .title:before,
html body .kvs-hometown .hometown-video-grid .title:after,
html body .kvs-hometown .hometown-video-grid .thumb-bottom:before,
html body .kvs-hometown .hometown-video-grid .thumb-bottom:after,
html body .kvs-hometown .hometown-video-grid .thumb-bottom-videos:before,
html body .kvs-hometown .hometown-video-grid .thumb-bottom-videos:after{
  content:none !important;
  display:none !important;
  width:0 !important;
  height:0 !important;
  background:none !important;
  background-color:transparent !important;
  background-image:none !important;
  border:0 !important;
  box-shadow:none !important;
  outline:0 !important;
}

/* Some old rule puts the square on the link/card itself when hovering */
html body .kvs-hometown .hometown-video-grid .thumb:hover,
html body .kvs-hometown .hometown-video-grid .thumb:hover > a,
html body .kvs-hometown .hometown-video-grid .thumb > a:hover{
  background:transparent !important;
  background-color:transparent !important;
  background-image:none !important;
  box-shadow:none !important;
}

/* Keep only the image hover effect, not the text/stats box */
html body .kvs-hometown .hometown-video-grid .thumb:hover .img-holder,
html body .kvs-hometown .hometown-video-grid .thumb > a:hover .img-holder{
  background-color:#080809 !important;
}

/* 3) Logged-in command row: scroll works, scrollbar invisible */
html body .kvs-hometown .profile-menu,
html body .kvs-hometown .profile-tabs,
html body .kvs-hometown .member-menu,
html body .kvs-hometown .member-tabs,
html body .kvs-hometown .member-links,
html body .kvs-hometown .member-nav,
html body .kvs-hometown .profile-nav,
html body .kvs-hometown .user-menu,
html body .kvs-hometown .user-tabs,
html body .kvs-hometown .user-options,
html body .kvs-hometown .account-options,
html body .kvs-hometown .top-member-menu,
html body .kvs-hometown .top-options .buttons-row{
  scrollbar-width:none !important;
  -ms-overflow-style:none !important;
}

html body .kvs-hometown .profile-menu::-webkit-scrollbar,
html body .kvs-hometown .profile-tabs::-webkit-scrollbar,
html body .kvs-hometown .member-menu::-webkit-scrollbar,
html body .kvs-hometown .member-tabs::-webkit-scrollbar,
html body .kvs-hometown .member-links::-webkit-scrollbar,
html body .kvs-hometown .member-nav::-webkit-scrollbar,
html body .kvs-hometown .profile-nav::-webkit-scrollbar,
html body .kvs-hometown .user-menu::-webkit-scrollbar,
html body .kvs-hometown .user-tabs::-webkit-scrollbar,
html body .kvs-hometown .user-options::-webkit-scrollbar,
html body .kvs-hometown .account-options::-webkit-scrollbar,
html body .kvs-hometown .top-member-menu::-webkit-scrollbar,
html body .kvs-hometown .top-options .buttons-row::-webkit-scrollbar{
  display:none !important;
  width:0 !important;
  height:0 !important;
}

@media (max-width:1180px){
  html body .kvs-hometown .profile-menu,
  html body .kvs-hometown .profile-tabs,
  html body .kvs-hometown .member-menu,
  html body .kvs-hometown .member-tabs,
  html body .kvs-hometown .member-links,
  html body .kvs-hometown .member-nav,
  html body .kvs-hometown .profile-nav,
  html body .kvs-hometown .user-menu,
  html body .kvs-hometown .user-tabs,
  html body .kvs-hometown .user-options,
  html body .kvs-hometown .account-options,
  html body .kvs-hometown .top-member-menu,
  html body .kvs-hometown .top-options .buttons-row{
    display:flex !important;
    flex-wrap:nowrap !important;
    overflow-x:auto !important;
    overflow-y:hidden !important;
    -webkit-overflow-scrolling:touch !important;
    scrollbar-width:none !important;
    -ms-overflow-style:none !important;
  }

  html body .kvs-hometown .profile-menu > *,
  html body .kvs-hometown .profile-tabs > *,
  html body .kvs-hometown .member-menu > *,
  html body .kvs-hometown .member-tabs > *,
  html body .kvs-hometown .member-links > *,
  html body .kvs-hometown .member-nav > *,
  html body .kvs-hometown .profile-nav > *,
  html body .kvs-hometown .user-menu > *,
  html body .kvs-hometown .user-tabs > *,
  html body .kvs-hometown .user-options > *,
  html body .kvs-hometown .account-options > *,
  html body .kvs-hometown .top-member-menu > *,
  html body .kvs-hometown .top-options .buttons-row > *{
    flex:0 0 auto !important;
  }
}


/* Hometown KVS v124
   Built from v121.
   Fix only:
   - Header Upload dropdown closed by default, column on hover.
   - Header user dropdown closed by default, column on hover.
   - Page-level member-control-bar scrollbar hidden.
   Do not touch thumbs, playlist single, player, sidebar, or page grids.
*/

/* =========================================================
   HEADER DROPDOWNS: closed by default
   ========================================================= */

/* Upload dropdown in header */
html body .kvs-hometown .topbar .header-upload-holder{
  position:relative !important;
  overflow:visible !important;
}

html body .kvs-hometown .topbar .header-upload-holder .upload-list{
  display:none !important;
  visibility:hidden !important;
  opacity:0 !important;
  pointer-events:none !important;
  position:absolute !important;
  top:calc(100% + 10px) !important;
  right:0 !important;
  left:auto !important;
  z-index:10000 !important;
  min-width:180px !important;
  width:max-content !important;
  max-width:260px !important;
  flex-direction:column !important;
  align-items:stretch !important;
  justify-content:flex-start !important;
  gap:4px !important;
  overflow:visible !important;
  transform:translateY(4px) !important;
}

/* Upload dropdown opens only on hover/focus */
html body .kvs-hometown .topbar .header-upload-holder:hover .upload-list,
html body .kvs-hometown .topbar .header-upload-holder:focus-within .upload-list{
  display:flex !important;
  visibility:visible !important;
  opacity:1 !important;
  pointer-events:auto !important;
  transform:translateY(0) !important;
}

html body .kvs-hometown .topbar .header-upload-holder .upload-list a{
  display:flex !important;
  flex:0 0 auto !important;
  align-items:center !important;
  justify-content:flex-start !important;
  gap:8px !important;
  width:100% !important;
  white-space:nowrap !important;
}

/* Header user dropdown */
html body .kvs-hometown .topbar .mebers-block.header-member,
html body .kvs-hometown .topbar .header-member{
  position:relative !important;
  overflow:visible !important;
}

/* This overrides the broad v121 rule that made .member-links flex/open on small screens */
html body .kvs-hometown .topbar .mebers-block.header-member .member-links,
html body .kvs-hometown .topbar .header-member .member-links,
html body .kvs-hometown .topbar ul.member-links{
  display:none !important;
  visibility:hidden !important;
  opacity:0 !important;
  pointer-events:none !important;
  position:absolute !important;
  top:calc(100% + 10px) !important;
  right:0 !important;
  left:auto !important;
  z-index:10000 !important;
  min-width:220px !important;
  width:max-content !important;
  max-width:290px !important;
  height:auto !important;
  max-height:none !important;
  margin:0 !important;
  padding:8px !important;
  flex-direction:column !important;
  flex-wrap:nowrap !important;
  align-items:stretch !important;
  justify-content:flex-start !important;
  gap:4px !important;
  overflow:visible !important;
  transform:translateY(4px) !important;
}

/* User dropdown opens only on hover/focus */
html body .kvs-hometown .topbar .mebers-block.header-member:hover .member-links,
html body .kvs-hometown .topbar .mebers-block.header-member:focus-within .member-links,
html body .kvs-hometown .topbar .header-member:hover .member-links,
html body .kvs-hometown .topbar .header-member:focus-within .member-links{
  display:flex !important;
  visibility:visible !important;
  opacity:1 !important;
  pointer-events:auto !important;
  transform:translateY(0) !important;
}

html body .kvs-hometown .topbar .member-links li{
  display:block !important;
  width:100% !important;
  flex:0 0 auto !important;
  margin:0 !important;
  padding:0 !important;
}

html body .kvs-hometown .topbar .member-links a{
  display:flex !important;
  flex:0 0 auto !important;
  align-items:center !important;
  justify-content:flex-start !important;
  gap:8px !important;
  width:100% !important;
  white-space:nowrap !important;
}

/* Protect header dropdowns from any horizontal-scroll rules */
@media (max-width:1180px){
  html body .kvs-hometown .topbar .header-upload-holder .upload-list,
  html body .kvs-hometown .topbar .mebers-block.header-member .member-links,
  html body .kvs-hometown .topbar .header-member .member-links{
    flex-direction:column !important;
    flex-wrap:nowrap !important;
    overflow:visible !important;
    overflow-x:visible !important;
    overflow-y:visible !important;
    -webkit-overflow-scrolling:auto !important;
    scrollbar-width:auto !important;
    -ms-overflow-style:auto !important;
  }

  html body .kvs-hometown .topbar .header-upload-holder .upload-list > *,
  html body .kvs-hometown .topbar .mebers-block.header-member .member-links > *,
  html body .kvs-hometown .topbar .header-member .member-links > *{
    flex:0 0 auto !important;
  }
}

/* =========================================================
   PAGE MEMBER CONTROL BAR: hide visual scrollbar only here
   ========================================================= */

/* The horizontal Profile / Community / Messages / Playlists row lives directly inside main.content */
html body .kvs-hometown main.content > .member-control-bar,
html body .kvs-hometown .content.main > .member-control-bar{
  display:flex !important;
  flex-wrap:nowrap !important;
  overflow-x:auto !important;
  overflow-y:hidden !important;
  -webkit-overflow-scrolling:touch !important;
  scrollbar-width:none !important;
  -ms-overflow-style:none !important;
  scrollbar-gutter:auto !important;
}

html body .kvs-hometown main.content > .member-control-bar::-webkit-scrollbar,
html body .kvs-hometown .content.main > .member-control-bar::-webkit-scrollbar{
  display:none !important;
  width:0 !important;
  height:0 !important;
}

html body .kvs-hometown main.content > .member-control-bar::-webkit-scrollbar-track,
html body .kvs-hometown main.content > .member-control-bar::-webkit-scrollbar-thumb,
html body .kvs-hometown .content.main > .member-control-bar::-webkit-scrollbar-track,
html body .kvs-hometown .content.main > .member-control-bar::-webkit-scrollbar-thumb{
  display:none !important;
  width:0 !important;
  height:0 !important;
  background:transparent !important;
}

html body .kvs-hometown main.content > .member-control-bar > *,
html body .kvs-hometown .content.main > .member-control-bar > *{
  flex:0 0 auto !important;
}


/* Hometown KVS v125
   Playlist list polish only:
   - Remove orange title hover on /playlists/ and /my/playlists/
   - Edit icon no orange
   - Select/check icon centered, no orange glow
   - Bottom management buttons use lighter text
*/

/* Playlist card title: no orange hover */
html body .kvs-hometown .playlist-thumbs .thumb .title,
html body .kvs-hometown .playlist-thumbs .thumb a .title{
  color:rgba(244,244,245,.86) !important;
  background:transparent !important;
  background-image:none !important;
  box-shadow:none !important;
  text-shadow:none !important;
}

html body .kvs-hometown .playlist-thumbs .thumb:hover .title,
html body .kvs-hometown .playlist-thumbs .thumb a:hover .title,
html body .kvs-hometown .playlist-thumbs .thumb > a:hover .title{
  color:#fff !important;
  background:transparent !important;
  background-image:none !important;
  border-color:transparent !important;
  box-shadow:none !important;
  text-shadow:none !important;
}

html body .kvs-hometown .playlist-thumbs .thumb .title:before,
html body .kvs-hometown .playlist-thumbs .thumb .title:after,
html body .kvs-hometown .playlist-thumbs .thumb:hover .title:before,
html body .kvs-hometown .playlist-thumbs .thumb:hover .title:after{
  content:none !important;
  display:none !important;
  background:none !important;
  background-image:none !important;
  border:0 !important;
  box-shadow:none !important;
}

/* My playlists controls: shared button base */
html body .kvs-hometown .playlist-thumbs .item-control,
html body .kvs-hometown .playlist-thumbs .item-control-holder{
  overflow:visible !important;
}

html body .kvs-hometown .playlist-thumbs .item-control .toggle-button,
html body .kvs-hometown .playlist-thumbs .item-control .edit-link{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  width:29px !important;
  height:29px !important;
  min-width:29px !important;
  min-height:29px !important;
  max-width:29px !important;
  max-height:29px !important;
  padding:0 !important;
  margin:0 !important;
  border-radius:999px !important;
  background:rgba(8,8,9,.56) !important;
  background-image:none !important;
  border:1px solid rgba(255,255,255,.12) !important;
  color:rgba(255,255,255,.86) !important;
  box-shadow:none !important;
  filter:none !important;
  text-shadow:none !important;
  overflow:visible !important;
}

/* Edit icon: remove orange inherited state */
html body .kvs-hometown .playlist-thumbs .item-control .edit-link,
html body .kvs-hometown .playlist-thumbs .item-control .edit-link:hover,
html body .kvs-hometown .playlist-thumbs .item-control .edit-link:focus{
  background:rgba(8,8,9,.56) !important;
  background-image:none !important;
  border-color:rgba(255,255,255,.12) !important;
  color:rgba(255,255,255,.86) !important;
  box-shadow:none !important;
  outline:0 !important;
}

html body .kvs-hometown .playlist-thumbs .item-control .edit-link:hover{
  background:rgba(255,255,255,.10) !important;
  border-color:rgba(255,255,255,.18) !important;
  color:#fff !important;
}

/* Check/select button: center icon and remove glow */
html body .kvs-hometown .playlist-thumbs .item-control .toggle-button[data-action="select"],
html body .kvs-hometown .playlist-thumbs .item-control .toggle-button[data-action="select"]:hover,
html body .kvs-hometown .playlist-thumbs .item-control .toggle-button[data-action="select"].active,
html body .kvs-hometown .playlist-thumbs .item-control .toggle-button[data-action="select"].selected{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  background:rgba(8,8,9,.56) !important;
  background-image:none !important;
  border-color:rgba(255,255,255,.12) !important;
  color:rgba(255,255,255,.88) !important;
  box-shadow:none !important;
  filter:none !important;
  text-shadow:none !important;
  outline:0 !important;
}

html body .kvs-hometown .playlist-thumbs .item-control .toggle-button[data-action="select"]:hover,
html body .kvs-hometown .playlist-thumbs .item-control .toggle-button[data-action="select"].active,
html body .kvs-hometown .playlist-thumbs .item-control .toggle-button[data-action="select"].selected{
  background:rgba(255,255,255,.10) !important;
  border-color:rgba(255,255,255,.18) !important;
  color:#fff !important;
}

/* Native checkbox hidden but still functional; this avoids off-center visual junk */
html body .kvs-hometown .playlist-thumbs .item-control .toggle-button[data-action="select"] input.checkbox{
  position:absolute !important;
  inset:0 !important;
  width:100% !important;
  height:100% !important;
  margin:0 !important;
  padding:0 !important;
  opacity:0 !important;
  cursor:pointer !important;
}

/* If the theme draws the check with pseudo-elements, center it */
html body .kvs-hometown .playlist-thumbs .item-control .toggle-button[data-action="select"]:before,
html body .kvs-hometown .playlist-thumbs .item-control .toggle-button[data-action="select"]:after{
  box-shadow:none !important;
  filter:none !important;
  text-shadow:none !important;
  background-image:none !important;
}

html body .kvs-hometown .playlist-thumbs .item-control .toggle-button[data-action="select"]:before{
  position:static !important;
  margin:0 !important;
  transform:none !important;
  color:currentColor !important;
}

/* SVGs inside controls */
html body .kvs-hometown .playlist-thumbs .item-control .toggle-button svg,
html body .kvs-hometown .playlist-thumbs .item-control .edit-link svg{
  display:block !important;
  width:15px !important;
  height:15px !important;
  min-width:15px !important;
  min-height:15px !important;
  margin:0 !important;
  padding:0 !important;
  fill:currentColor !important;
  stroke:currentColor !important;
  color:currentColor !important;
  opacity:1 !important;
  filter:none !important;
}

/* Remove orange glow around controls */
html body .kvs-hometown .playlist-thumbs .item-control .toggle-button:before,
html body .kvs-hometown .playlist-thumbs .item-control .toggle-button:after,
html body .kvs-hometown .playlist-thumbs .item-control .edit-link:before,
html body .kvs-hometown .playlist-thumbs .item-control .edit-link:after{
  box-shadow:none !important;
  filter:none !important;
  text-shadow:none !important;
  background-image:none !important;
  border-color:rgba(255,255,255,.12) !important;
}

/* My playlists bottom buttons: lighter text */
html body .kvs-hometown .playlist-thumbs .bottom input.submit,
html body .kvs-hometown .playlist-thumbs .bottom input[type="button"].submit,
html body .kvs-hometown .playlist-thumbs form .bottom input.submit{
  min-height:32px !important;
  height:32px !important;
  padding:0 13px !important;
  border-radius:999px !important;
  font-size:12px !important;
  font-weight:500 !important;
  line-height:1 !important;
  letter-spacing:0 !important;
  text-transform:none !important;
  background:rgba(255,255,255,.030) !important;
  background-image:none !important;
  border:1px solid rgba(255,255,255,.055) !important;
  color:rgba(244,244,245,.78) !important;
  box-shadow:none !important;
  text-shadow:none !important;
}

html body .kvs-hometown .playlist-thumbs .bottom input.submit:hover,
html body .kvs-hometown .playlist-thumbs .bottom input[type="button"].submit:hover,
html body .kvs-hometown .playlist-thumbs form .bottom input.submit:hover{
  background:rgba(255,255,255,.070) !important;
  border-color:rgba(255,255,255,.095) !important;
  color:#fff !important;
}

html body .kvs-hometown .playlist-thumbs .bottom input.submit:disabled,
html body .kvs-hometown .playlist-thumbs .bottom input[type="button"].submit:disabled{
  opacity:.42 !important;
  cursor:not-allowed !important;
  color:rgba(244,244,245,.48) !important;
}


/* Hometown KVS v126
   /my/playlists/ controls fix only:
   - Restore visible centered check icon.
   - Align check and edit buttons in same row.
   - No orange glow.
*/

html body .kvs-hometown .playlist-thumbs .item-control{
  position:absolute !important;
  top:8px !important;
  left:8px !important;
  right:auto !important;
  bottom:auto !important;
  z-index:10 !important;
  display:block !important;
  width:auto !important;
  height:auto !important;
  margin:0 !important;
  padding:0 !important;
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
  overflow:visible !important;
}

html body .kvs-hometown .playlist-thumbs .item-control .item-control-holder{
  display:flex !important;
  flex-direction:row !important;
  align-items:center !important;
  justify-content:flex-start !important;
  gap:7px !important;
  width:auto !important;
  height:auto !important;
  margin:0 !important;
  padding:0 !important;
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
  overflow:visible !important;
}

html body .kvs-hometown .playlist-thumbs .item-control .toggle-button,
html body .kvs-hometown .playlist-thumbs .item-control .edit-link{
  position:relative !important;
  top:auto !important;
  left:auto !important;
  right:auto !important;
  bottom:auto !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  width:29px !important;
  height:29px !important;
  min-width:29px !important;
  min-height:29px !important;
  max-width:29px !important;
  max-height:29px !important;
  padding:0 !important;
  margin:0 !important;
  border-radius:999px !important;
  background:rgba(8,8,9,.58) !important;
  background-image:none !important;
  border:1px solid rgba(255,255,255,.12) !important;
  color:rgba(255,255,255,.88) !important;
  box-shadow:none !important;
  filter:none !important;
  text-shadow:none !important;
  outline:0 !important;
  transform:none !important;
  overflow:visible !important;
  vertical-align:top !important;
}

html body .kvs-hometown .playlist-thumbs .item-control .toggle-button:hover,
html body .kvs-hometown .playlist-thumbs .item-control .edit-link:hover{
  background:rgba(255,255,255,.10) !important;
  border-color:rgba(255,255,255,.18) !important;
  color:#fff !important;
  box-shadow:none !important;
  filter:none !important;
}

/* The checkbox itself stays invisible but clickable */
html body .kvs-hometown .playlist-thumbs .item-control .toggle-button[data-action="select"] input.checkbox{
  position:absolute !important;
  inset:0 !important;
  width:100% !important;
  height:100% !important;
  margin:0 !important;
  padding:0 !important;
  opacity:0 !important;
  cursor:pointer !important;
  z-index:3 !important;
}

/* Draw the visible check icon ourselves, centered */
html body .kvs-hometown .playlist-thumbs .item-control .toggle-button[data-action="select"]::before{
  content:"✓" !important;
  position:absolute !important;
  inset:0 !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  width:100% !important;
  height:100% !important;
  margin:0 !important;
  padding:0 !important;
  color:rgba(255,255,255,.88) !important;
  font-size:15px !important;
  line-height:1 !important;
  font-weight:700 !important;
  font-family:Arial, sans-serif !important;
  background:transparent !important;
  background-image:none !important;
  border:0 !important;
  box-shadow:none !important;
  filter:none !important;
  text-shadow:none !important;
  transform:none !important;
  pointer-events:none !important;
  z-index:2 !important;
}

html body .kvs-hometown .playlist-thumbs .item-control .toggle-button[data-action="select"]::after{
  content:none !important;
  display:none !important;
}

/* Edit icon centered and monochrome */
html body .kvs-hometown .playlist-thumbs .item-control .edit-link i,
html body .kvs-hometown .playlist-thumbs .item-control .edit-link svg,
html body .kvs-hometown .playlist-thumbs .item-control .edit-link .svg-icon{
  display:block !important;
  width:15px !important;
  height:15px !important;
  min-width:15px !important;
  min-height:15px !important;
  max-width:15px !important;
  max-height:15px !important;
  margin:0 !important;
  padding:0 !important;
  color:currentColor !important;
  fill:currentColor !important;
  stroke:currentColor !important;
  opacity:1 !important;
  filter:none !important;
  transform:none !important;
}

/* Remove any inherited orange decoration/glow */
html body .kvs-hometown .playlist-thumbs .item-control .toggle-button::before,
html body .kvs-hometown .playlist-thumbs .item-control .toggle-button::after,
html body .kvs-hometown .playlist-thumbs .item-control .edit-link::before,
html body .kvs-hometown .playlist-thumbs .item-control .edit-link::after{
  box-shadow:none !important;
  filter:none !important;
  text-shadow:none !important;
  background-image:none !important;
}


/* Hometown KVS v127
   Managed video grids polish:
   Applies to /my/playlists/ID and /my/favorites/videos/
   - HD badge must not sit over select/check/edit controls.
   - Select/check/edit controls stay aligned top-left.
   - Management buttons use thinner text.
*/

/* Managed grids use form[data-controls="true"] */
html body .kvs-hometown form[data-controls="true"].hometown-video-grid .thumb .img-holder,
html body .kvs-hometown form[data-controls="true"] .hometown-video-grid .thumb .img-holder,
html body .kvs-hometown form[data-controls="true"] .thumb .img-holder{
  position:relative !important;
  overflow:hidden !important;
}

/* Controls container: always top-left, one row */
html body .kvs-hometown form[data-controls="true"].hometown-video-grid .thumb .item-control,
html body .kvs-hometown form[data-controls="true"] .hometown-video-grid .thumb .item-control,
html body .kvs-hometown form[data-controls="true"] .thumb .item-control{
  position:absolute !important;
  top:8px !important;
  left:8px !important;
  right:auto !important;
  bottom:auto !important;
  z-index:14 !important;
  display:block !important;
  width:auto !important;
  height:auto !important;
  margin:0 !important;
  padding:0 !important;
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
  overflow:visible !important;
}

html body .kvs-hometown form[data-controls="true"].hometown-video-grid .thumb .item-control-holder,
html body .kvs-hometown form[data-controls="true"] .hometown-video-grid .thumb .item-control-holder,
html body .kvs-hometown form[data-controls="true"] .thumb .item-control-holder{
  display:flex !important;
  flex-direction:row !important;
  align-items:center !important;
  justify-content:flex-start !important;
  gap:7px !important;
  width:auto !important;
  height:auto !important;
  margin:0 !important;
  padding:0 !important;
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
  overflow:visible !important;
}

/* Check/edit controls: aligned and monochrome */
html body .kvs-hometown form[data-controls="true"] .thumb .item-control .toggle-button,
html body .kvs-hometown form[data-controls="true"] .thumb .item-control .edit-link{
  position:relative !important;
  top:auto !important;
  left:auto !important;
  right:auto !important;
  bottom:auto !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  width:29px !important;
  height:29px !important;
  min-width:29px !important;
  min-height:29px !important;
  max-width:29px !important;
  max-height:29px !important;
  padding:0 !important;
  margin:0 !important;
  border-radius:999px !important;
  background:rgba(8,8,9,.58) !important;
  background-image:none !important;
  border:1px solid rgba(255,255,255,.12) !important;
  color:rgba(255,255,255,.88) !important;
  box-shadow:none !important;
  filter:none !important;
  text-shadow:none !important;
  outline:0 !important;
  transform:none !important;
  overflow:visible !important;
  vertical-align:top !important;
}

html body .kvs-hometown form[data-controls="true"] .thumb .item-control .toggle-button:hover,
html body .kvs-hometown form[data-controls="true"] .thumb .item-control .edit-link:hover{
  background:rgba(255,255,255,.10) !important;
  border-color:rgba(255,255,255,.18) !important;
  color:#fff !important;
}

/* Native checkbox invisible but still clickable */
html body .kvs-hometown form[data-controls="true"] .thumb .item-control .toggle-button[data-action="select"] input.checkbox{
  position:absolute !important;
  inset:0 !important;
  width:100% !important;
  height:100% !important;
  margin:0 !important;
  padding:0 !important;
  opacity:0 !important;
  cursor:pointer !important;
  z-index:3 !important;
}

/* Draw visible centered check */
html body .kvs-hometown form[data-controls="true"] .thumb .item-control .toggle-button[data-action="select"]::before{
  content:"✓" !important;
  position:absolute !important;
  inset:0 !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  width:100% !important;
  height:100% !important;
  margin:0 !important;
  padding:0 !important;
  color:rgba(255,255,255,.88) !important;
  font-size:15px !important;
  line-height:1 !important;
  font-weight:700 !important;
  font-family:Arial, sans-serif !important;
  background:transparent !important;
  background-image:none !important;
  border:0 !important;
  box-shadow:none !important;
  filter:none !important;
  text-shadow:none !important;
  transform:none !important;
  pointer-events:none !important;
  z-index:2 !important;
}

html body .kvs-hometown form[data-controls="true"] .thumb .item-control .toggle-button[data-action="select"]::after{
  content:none !important;
  display:none !important;
}

/* Edit icon centered */
html body .kvs-hometown form[data-controls="true"] .thumb .item-control .edit-link i,
html body .kvs-hometown form[data-controls="true"] .thumb .item-control .edit-link svg,
html body .kvs-hometown form[data-controls="true"] .thumb .item-control .edit-link .svg-icon{
  display:block !important;
  width:15px !important;
  height:15px !important;
  min-width:15px !important;
  min-height:15px !important;
  max-width:15px !important;
  max-height:15px !important;
  margin:0 !important;
  padding:0 !important;
  color:currentColor !important;
  fill:currentColor !important;
  stroke:currentColor !important;
  opacity:1 !important;
  filter:none !important;
  transform:none !important;
}

/* Remove inherited orange decoration/glow */
html body .kvs-hometown form[data-controls="true"] .thumb .item-control .toggle-button::before,
html body .kvs-hometown form[data-controls="true"] .thumb .item-control .toggle-button::after,
html body .kvs-hometown form[data-controls="true"] .thumb .item-control .edit-link::before,
html body .kvs-hometown form[data-controls="true"] .thumb .item-control .edit-link::after{
  box-shadow:none !important;
  filter:none !important;
  text-shadow:none !important;
  background-image:none !important;
}

/* HD badge top-right, separate from controls */
html body .kvs-hometown form[data-controls="true"].hometown-video-grid .thumb .qualtiy,
html body .kvs-hometown form[data-controls="true"] .hometown-video-grid .thumb .qualtiy,
html body .kvs-hometown form[data-controls="true"] .thumb .qualtiy{
  position:absolute !important;
  top:8px !important;
  right:8px !important;
  left:auto !important;
  bottom:auto !important;
  z-index:10 !important;
  transform:none !important;
  margin:0 !important;
}

/* Duration stays bottom-left */
html body .kvs-hometown form[data-controls="true"].hometown-video-grid .thumb .item-bottom,
html body .kvs-hometown form[data-controls="true"] .hometown-video-grid .thumb .item-bottom,
html body .kvs-hometown form[data-controls="true"] .thumb .item-bottom{
  position:absolute !important;
  left:8px !important;
  right:8px !important;
  bottom:8px !important;
  top:auto !important;
  z-index:9 !important;
  transform:none !important;
}

/* Management buttons: Select All / Delete Selected / Move / Delete / Edit Playlist */
html body .kvs-hometown form[data-controls="true"] .bottom input.submit,
html body .kvs-hometown form[data-controls="true"] .bottom input[type="button"].submit,
html body .kvs-hometown form[data-controls="true"] .bottom input[type="submit"].submit,
html body .kvs-hometown form[data-controls="true"] .bottom .submit{
  min-height:32px !important;
  height:32px !important;
  padding:0 14px !important;
  border-radius:999px !important;
  font-size:12px !important;
  font-weight:500 !important;
  line-height:1 !important;
  letter-spacing:0 !important;
  text-transform:none !important;
  background:rgba(255,255,255,.030) !important;
  background-image:none !important;
  border:1px solid rgba(255,255,255,.055) !important;
  color:rgba(244,244,245,.78) !important;
  box-shadow:none !important;
  text-shadow:none !important;
}

html body .kvs-hometown form[data-controls="true"] .bottom input.submit:hover,
html body .kvs-hometown form[data-controls="true"] .bottom input[type="button"].submit:hover,
html body .kvs-hometown form[data-controls="true"] .bottom input[type="submit"].submit:hover,
html body .kvs-hometown form[data-controls="true"] .bottom .submit:hover{
  background:rgba(255,255,255,.070) !important;
  border-color:rgba(255,255,255,.095) !important;
  color:#fff !important;
}

html body .kvs-hometown form[data-controls="true"] .bottom input.submit:disabled,
html body .kvs-hometown form[data-controls="true"] .bottom input[type="button"].submit:disabled,
html body .kvs-hometown form[data-controls="true"] .bottom input[type="submit"].submit:disabled,
html body .kvs-hometown form[data-controls="true"] .bottom .submit.disabled,
html body .kvs-hometown form[data-controls="true"] .bottom .submit:disabled{
  opacity:.42 !important;
  cursor:not-allowed !important;
  color:rgba(244,244,245,.48) !important;
}

/* Keep the buttons area clean */
html body .kvs-hometown form[data-controls="true"] .bottom{
  gap:8px !important;
}


/* Hometown KVS v129
   Exact /my/subscriptions/ selectors.
   Template uses .list-subscriptions, not .list-members-subscriptions.
*/

/* Card action row */
html body .kvs-hometown .list-subscriptions .item-control,
html body .kvs-hometown .list-subscriptions .item-control-holder{
  overflow:visible !important;
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
}

/* Check pill + Unsubscribe button */
html body .kvs-hometown .list-subscriptions .item-control .toggle-button{
  position:relative !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  min-height:32px !important;
  height:32px !important;
  margin:0 !important;
  border-radius:999px !important;
  background:rgba(255,255,255,.030) !important;
  background-image:none !important;
  border:1px solid rgba(255,255,255,.055) !important;
  color:rgba(244,244,245,.82) !important;
  box-shadow:none !important;
  filter:none !important;
  text-shadow:none !important;
  outline:0 !important;
  transform:none !important;
  overflow:visible !important;
}

/* Select/check pill size */
html body .kvs-hometown .list-subscriptions .item-control .toggle-button[data-action="select"]{
  width:29px !important;
  min-width:29px !important;
  max-width:29px !important;
  padding:0 !important;
}

/* Unsubscribe button text thinner */
html body .kvs-hometown .list-subscriptions .item-control .toggle-button.btn[data-action="delete"]{
  width:auto !important;
  min-width:auto !important;
  max-width:none !important;
  padding:0 13px !important;
  font-size:12px !important;
  font-weight:500 !important;
  line-height:1 !important;
  letter-spacing:0 !important;
  text-transform:none !important;
}

html body .kvs-hometown .list-subscriptions .item-control .toggle-button:hover,
html body .kvs-hometown .list-subscriptions .item-control .toggle-button.active,
html body .kvs-hometown .list-subscriptions .item-control .toggle-button.selected{
  background:rgba(255,255,255,.070) !important;
  border-color:rgba(255,255,255,.095) !important;
  color:#fff !important;
  box-shadow:none !important;
  filter:none !important;
}

/* Native checkbox invisible but clickable */
html body .kvs-hometown .list-subscriptions .item-control .toggle-button[data-action="select"] input.checkbox{
  position:absolute !important;
  inset:0 !important;
  width:100% !important;
  height:100% !important;
  margin:0 !important;
  padding:0 !important;
  opacity:0 !important;
  cursor:pointer !important;
  z-index:3 !important;
}

/* Centered visible check */
html body .kvs-hometown .list-subscriptions .item-control .toggle-button[data-action="select"]::before{
  content:"✓" !important;
  position:absolute !important;
  inset:0 !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  width:100% !important;
  height:100% !important;
  margin:0 !important;
  padding:0 !important;
  color:rgba(255,255,255,.88) !important;
  font-size:15px !important;
  line-height:1 !important;
  font-weight:700 !important;
  font-family:Arial, sans-serif !important;
  background:transparent !important;
  background-image:none !important;
  border:0 !important;
  box-shadow:none !important;
  filter:none !important;
  text-shadow:none !important;
  transform:none !important;
  pointer-events:none !important;
  z-index:2 !important;
}

html body .kvs-hometown .list-subscriptions .item-control .toggle-button[data-action="select"]::after{
  content:none !important;
  display:none !important;
}

/* Kill orange glow/decorations on select/delete controls */
html body .kvs-hometown .list-subscriptions .item-control .toggle-button,
html body .kvs-hometown .list-subscriptions .item-control .toggle-button *,
html body .kvs-hometown .list-subscriptions .item-control .toggle-button::before,
html body .kvs-hometown .list-subscriptions .item-control .toggle-button::after{
  box-shadow:none !important;
  filter:none !important;
  text-shadow:none !important;
  background-image:none !important;
}

/* Bottom buttons: Select All / Unsubscribe Selected */
html body .kvs-hometown .list-subscriptions .bottom input.submit,
html body .kvs-hometown .list-subscriptions .bottom input[type="button"].submit{
  min-height:32px !important;
  height:32px !important;
  padding:0 13px !important;
  border-radius:999px !important;
  font-size:12px !important;
  font-weight:500 !important;
  line-height:1 !important;
  letter-spacing:0 !important;
  text-transform:none !important;
  background:rgba(255,255,255,.030) !important;
  background-image:none !important;
  border:1px solid rgba(255,255,255,.055) !important;
  color:rgba(244,244,245,.78) !important;
  box-shadow:none !important;
  text-shadow:none !important;
}

html body .kvs-hometown .list-subscriptions .bottom input.submit:hover,
html body .kvs-hometown .list-subscriptions .bottom input[type="button"].submit:hover{
  background:rgba(255,255,255,.070) !important;
  border-color:rgba(255,255,255,.095) !important;
  color:#fff !important;
}

html body .kvs-hometown .list-subscriptions .bottom input.submit:disabled,
html body .kvs-hometown .list-subscriptions .bottom input[type="button"].submit:disabled{
  opacity:.42 !important;
  cursor:not-allowed !important;
  color:rgba(244,244,245,.48) !important;
}


/* Hometown KVS v130
   Right sidebar additions:
   Models -> Categories -> Tags -> Sites.
   Left sidebar Friend Sites block prepared after Account section.
*/

/* Right sidebar new blocks use same pill language as Models / Tags */
html body .kvs-hometown .right-sidebar .right-categories,
html body .kvs-hometown .right-sidebar .right-sites{
  background:transparent !important;
  background-image:none !important;
  border-color:rgba(255,255,255,.038) !important;
  box-shadow:none !important;
}

html body .kvs-hometown .right-sidebar .right-categories .headline,
html body .kvs-hometown .right-sidebar .right-sites .headline,
html body .kvs-hometown .right-sidebar .right-categories .heading,
html body .kvs-hometown .right-sidebar .right-sites .heading{
  display:none !important;
}

html body .kvs-hometown .right-sidebar .right-categories ul,
html body .kvs-hometown .right-sidebar .right-categories .list,
html body .kvs-hometown .right-sidebar .right-sites ul,
html body .kvs-hometown .right-sidebar .right-sites .list{
  display:flex !important;
  flex-wrap:wrap !important;
  align-items:flex-start !important;
  gap:7px !important;
  margin:0 !important;
  padding:0 !important;
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
  grid-template-columns:none !important;
}

html body .kvs-hometown .right-sidebar .right-categories li,
html body .kvs-hometown .right-sidebar .right-sites li{
  width:auto !important;
  max-width:100% !important;
  margin:0 !important;
  padding:0 !important;
  list-style:none !important;
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
  overflow:visible !important;
}

html body .kvs-hometown .right-sidebar .right-categories a,
html body .kvs-hometown .right-sidebar .right-sites a{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:6px !important;
  min-height:30px !important;
  max-width:100% !important;
  padding:0 10px !important;
  border:1px solid rgba(255,255,255,.038) !important;
  border-radius:999px !important;
  background:rgba(255,255,255,.025) !important;
  background-image:none !important;
  color:rgba(244,244,245,.74) !important;
  font-size:12px !important;
  font-weight:500 !important;
  line-height:1 !important;
  text-decoration:none !important;
  box-shadow:none !important;
  text-shadow:none !important;
  white-space:nowrap !important;
  overflow:hidden !important;
  text-overflow:ellipsis !important;
}

html body .kvs-hometown .right-sidebar .right-categories a:hover,
html body .kvs-hometown .right-sidebar .right-sites a:hover{
  background:rgba(255,255,255,.055) !important;
  background-image:none !important;
  border-color:rgba(255,255,255,.065) !important;
  color:#fff !important;
}

html body .kvs-hometown .right-sidebar .right-categories a:before,
html body .kvs-hometown .right-sidebar .right-categories a:after,
html body .kvs-hometown .right-sidebar .right-sites a:before,
html body .kvs-hometown .right-sidebar .right-sites a:after{
  content:none !important;
  display:none !important;
  background:none !important;
  background-image:none !important;
  border:0 !important;
  box-shadow:none !important;
}

html body .kvs-hometown .right-sidebar .right-categories .rating,
html body .kvs-hometown .right-sidebar .right-sites .rating{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  min-width:18px !important;
  height:18px !important;
  margin-left:2px !important;
  padding:0 5px !important;
  border-radius:999px !important;
  background:rgba(255,255,255,.055) !important;
  color:rgba(244,244,245,.62) !important;
  font-size:10px !important;
  font-weight:600 !important;
  line-height:1 !important;
}

/* Keep right sidebar sections compact with the new blocks */
html body .kvs-hometown .right-sidebar .side-section + .side-section{
  margin-top:14px !important;
}

/* Left sidebar Friend Sites block */
html body .kvs-hometown .left-sidebar .side-friend-sites{
  margin-top:14px !important;
}

html body .kvs-hometown .left-sidebar .side-friend-sites .side-link{
  background:transparent !important;
  background-image:none !important;
}

html body .kvs-hometown .left-sidebar .side-friend-sites .side-link:hover{
  background:rgba(255,255,255,.045) !important;
  background-image:none !important;
}


/* Hometown KVS v131
   Categories and Sites now use real getBlock results, not getGlobal.
   This ensures labels/items actually render in the right sidebar.
*/

html body .kvs-hometown .right-sidebar .right-sidebar-pills{
  display:flex !important;
  flex-wrap:wrap !important;
  align-items:flex-start !important;
  gap:7px !important;
  margin:0 !important;
  padding:0 !important;
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
}

html body .kvs-hometown .right-sidebar .right-sidebar-pills a{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  gap:6px !important;
  min-height:30px !important;
  max-width:100% !important;
  padding:0 10px !important;
  border:1px solid rgba(255,255,255,.038) !important;
  border-radius:999px !important;
  background:rgba(255,255,255,.025) !important;
  background-image:none !important;
  color:rgba(244,244,245,.74) !important;
  font-size:12px !important;
  font-weight:500 !important;
  line-height:1 !important;
  text-decoration:none !important;
  box-shadow:none !important;
  text-shadow:none !important;
  white-space:nowrap !important;
  overflow:hidden !important;
  text-overflow:ellipsis !important;
}

html body .kvs-hometown .right-sidebar .right-sidebar-pills a:hover{
  background:rgba(255,255,255,.055) !important;
  border-color:rgba(255,255,255,.065) !important;
  color:#fff !important;
}

html body .kvs-hometown .right-sidebar .right-sidebar-pills .rating{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  min-width:18px !important;
  height:18px !important;
  margin-left:2px !important;
  padding:0 5px !important;
  border-radius:999px !important;
  background:rgba(255,255,255,.055) !important;
  color:rgba(244,244,245,.62) !important;
  font-size:10px !important;
  font-weight:600 !important;
  line-height:1 !important;
}


/* Hometown KVS v132
   Right sidebar Categories / Sites: show only labels, no count numbers.
*/

html body .kvs-hometown .right-sidebar .right-categories .rating,
html body .kvs-hometown .right-sidebar .right-sites .rating,
html body .kvs-hometown .right-sidebar .right-sidebar-pills .rating{
  display:none !important;
}


/* Hometown KVS v134
   Safe Friend Sites block.
   Built from v132 stable, not v133.
*/

html body .kvs-hometown .left-sidebar .side-friend-sites{
  margin-top:14px !important;
}

html body .kvs-hometown .left-sidebar .side-friend-sites .friend-site-link{
  background:transparent !important;
  background-image:none !important;
}

html body .kvs-hometown .left-sidebar .side-friend-sites .friend-site-link:hover{
  background:rgba(255,255,255,.045) !important;
  background-image:none !important;
  color:#fff !important;
}

html body .kvs-hometown .left-sidebar .side-friend-sites .friend-site-ico{
  color:rgba(244,244,245,.62) !important;
  background:rgba(255,255,255,.035) !important;
  background-image:none !important;
  border:1px solid rgba(255,255,255,.045) !important;
  box-shadow:none !important;
}

html body .kvs-hometown .left-sidebar .side-friend-sites .friend-site-link:hover .friend-site-ico{
  color:#fff !important;
  background:rgba(255,255,255,.085) !important;
  border-color:rgba(255,255,255,.11) !important;
}

html body .kvs-hometown .left-sidebar .side-friend-sites .friend-site-ico img{
  display:block !important;
  width:18px !important;
  height:18px !important;
  min-width:18px !important;
  min-height:18px !important;
  max-width:18px !important;
  max-height:18px !important;
  object-fit:cover !important;
  border-radius:5px !important;
  margin:0 !important;
  padding:0 !important;
}

/* Compact sidebar hover: keep Friend Sites icon white like the rest */
html body .kvs-hometown.sidebar-compact .left-sidebar .side-friend-sites .friend-site-link:hover .friend-site-ico,
html body .kvs-hometown .left-sidebar.compact .side-friend-sites .friend-site-link:hover .friend-site-ico,
html body .kvs-hometown.sidebar-collapsed .left-sidebar .side-friend-sites .friend-site-link:hover .friend-site-ico{
  color:#fff !important;
  background:rgba(255,255,255,.10) !important;
  border-color:rgba(255,255,255,.13) !important;
}

html body .kvs-hometown.sidebar-compact .left-sidebar .side-friend-sites .friend-site-link:hover .friend-site-ico i,
html body .kvs-hometown .left-sidebar.compact .side-friend-sites .friend-site-link:hover .friend-site-ico i,
html body .kvs-hometown.sidebar-collapsed .left-sidebar .side-friend-sites .friend-site-link:hover .friend-site-ico i{
  color:#fff !important;
}


/* Hometown KVS v135
   Friend Sites icon style fix only.
   - Remove custom square/pill styling from the Friend Sites icon.
   - Let it behave like the rest of left sidebar icons.
   - Compact sidebar hover: white icon box with black icon, same as other sidebar items.
*/

/* Normal sidebar: no custom weird pill/square on Friend Sites icon */
html body .kvs-hometown .left-sidebar .side-friend-sites .friend-site-ico,
html body .kvs-hometown .left-sidebar .side-friend-sites .side-ico.friend-site-ico{
  background:transparent !important;
  background-image:none !important;
  border:0 !important;
  box-shadow:none !important;
  filter:none !important;
  color:inherit !important;
}

html body .kvs-hometown .left-sidebar .side-friend-sites .friend-site-ico i,
html body .kvs-hometown .left-sidebar .side-friend-sites .side-ico.friend-site-ico i{
  color:currentColor !important;
  background:transparent !important;
  background-image:none !important;
  border:0 !important;
  box-shadow:none !important;
  filter:none !important;
}

/* Normal expanded hover: inherit the normal side-link hover, no extra box */
html body .kvs-hometown .left-sidebar .side-friend-sites .friend-site-link:hover .friend-site-ico,
html body .kvs-hometown .left-sidebar .side-friend-sites .side-link:hover .side-ico.friend-site-ico{
  background:transparent !important;
  background-image:none !important;
  border:0 !important;
  box-shadow:none !important;
  color:inherit !important;
}

/* If image is used, keep it clean and not boxed */
html body .kvs-hometown .left-sidebar .side-friend-sites .friend-site-ico img{
  display:block !important;
  width:18px !important;
  height:18px !important;
  min-width:18px !important;
  min-height:18px !important;
  max-width:18px !important;
  max-height:18px !important;
  object-fit:cover !important;
  border-radius:4px !important;
  margin:0 !important;
  padding:0 !important;
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
  filter:none !important;
}

/* Compact/collapsed sidebar: match the rest of icons exactly on hover */
html body .kvs-hometown.sidebar-compact .left-sidebar .side-friend-sites .friend-site-link:hover .friend-site-ico,
html body .kvs-hometown.sidebar-compact .left-sidebar .side-friend-sites .side-link:hover .side-ico.friend-site-ico,
html body .kvs-hometown.sidebar-collapsed .left-sidebar .side-friend-sites .friend-site-link:hover .friend-site-ico,
html body .kvs-hometown.sidebar-collapsed .left-sidebar .side-friend-sites .side-link:hover .side-ico.friend-site-ico,
html body .kvs-hometown .left-sidebar.compact .side-friend-sites .friend-site-link:hover .friend-site-ico,
html body .kvs-hometown .left-sidebar.compact .side-friend-sites .side-link:hover .side-ico.friend-site-ico,
html body .kvs-hometown .left-sidebar.collapsed .side-friend-sites .friend-site-link:hover .friend-site-ico,
html body .kvs-hometown .left-sidebar.collapsed .side-friend-sites .side-link:hover .side-ico.friend-site-ico{
  background:#fff !important;
  background-image:none !important;
  border-color:#fff !important;
  box-shadow:none !important;
  color:#000 !important;
}

/* Compact/collapsed FA icon must become black inside the white hover box */
html body .kvs-hometown.sidebar-compact .left-sidebar .side-friend-sites .friend-site-link:hover .friend-site-ico i,
html body .kvs-hometown.sidebar-compact .left-sidebar .side-friend-sites .side-link:hover .side-ico.friend-site-ico i,
html body .kvs-hometown.sidebar-collapsed .left-sidebar .side-friend-sites .friend-site-link:hover .friend-site-ico i,
html body .kvs-hometown.sidebar-collapsed .left-sidebar .side-friend-sites .side-link:hover .side-ico.friend-site-ico i,
html body .kvs-hometown .left-sidebar.compact .side-friend-sites .friend-site-link:hover .friend-site-ico i,
html body .kvs-hometown .left-sidebar.compact .side-friend-sites .side-link:hover .side-ico.friend-site-ico i,
html body .kvs-hometown .left-sidebar.collapsed .side-friend-sites .friend-site-link:hover .friend-site-ico i,
html body .kvs-hometown .left-sidebar.collapsed .side-friend-sites .side-link:hover .side-ico.friend-site-ico i{
  color:#000 !important;
}

/* Compact image hover: white box remains, image keeps natural colors */
html body .kvs-hometown.sidebar-compact .left-sidebar .side-friend-sites .friend-site-link:hover .friend-site-ico img,
html body .kvs-hometown.sidebar-collapsed .left-sidebar .side-friend-sites .friend-site-link:hover .friend-site-ico img,
html body .kvs-hometown .left-sidebar.compact .side-friend-sites .friend-site-link:hover .friend-site-ico img,
html body .kvs-hometown .left-sidebar.collapsed .side-friend-sites .friend-site-link:hover .friend-site-ico img{
  filter:none !important;
}


/* Hometown KVS v136
   Friend Sites compact sidebar hover fix.
   The WHITE hover must apply to the whole sidebar button (.side-link),
   not just the small icon box.
*/

/* Whole Friend Sites button in compact/collapsed sidebar */
html body .kvs-hometown.sidebar-collapsed .left-sidebar .side-friend-sites .side-link.friend-site-link:hover,
html body .kvs-hometown.sidebar-collapsed .left-sidebar .side-friend-sites .friend-site-link:hover,
html body .kvs-hometown.sidebar-compact .left-sidebar .side-friend-sites .side-link.friend-site-link:hover,
html body .kvs-hometown.sidebar-compact .left-sidebar .side-friend-sites .friend-site-link:hover,
html body .kvs-hometown .left-sidebar.compact .side-friend-sites .side-link.friend-site-link:hover,
html body .kvs-hometown .left-sidebar.compact .side-friend-sites .friend-site-link:hover,
html body .kvs-hometown .left-sidebar.collapsed .side-friend-sites .side-link.friend-site-link:hover,
html body .kvs-hometown .left-sidebar.collapsed .side-friend-sites .friend-site-link:hover{
  background:#fff !important;
  background-image:none !important;
  border-color:#fff !important;
  color:#050506 !important;
  box-shadow:none !important;
}

/* Icon inside the white button must be black */
html body .kvs-hometown.sidebar-collapsed .left-sidebar .side-friend-sites .side-link.friend-site-link:hover .side-ico,
html body .kvs-hometown.sidebar-collapsed .left-sidebar .side-friend-sites .friend-site-link:hover .side-ico,
html body .kvs-hometown.sidebar-compact .left-sidebar .side-friend-sites .side-link.friend-site-link:hover .side-ico,
html body .kvs-hometown.sidebar-compact .left-sidebar .side-friend-sites .friend-site-link:hover .side-ico,
html body .kvs-hometown .left-sidebar.compact .side-friend-sites .side-link.friend-site-link:hover .side-ico,
html body .kvs-hometown .left-sidebar.compact .side-friend-sites .friend-site-link:hover .side-ico,
html body .kvs-hometown .left-sidebar.collapsed .side-friend-sites .side-link.friend-site-link:hover .side-ico,
html body .kvs-hometown .left-sidebar.collapsed .side-friend-sites .friend-site-link:hover .side-ico{
  color:#050506 !important;
  background:transparent !important;
  background-image:none !important;
  border:0 !important;
  box-shadow:none !important;
}

/* FA icon black */
html body .kvs-hometown.sidebar-collapsed .left-sidebar .side-friend-sites .side-link.friend-site-link:hover .side-ico i,
html body .kvs-hometown.sidebar-collapsed .left-sidebar .side-friend-sites .friend-site-link:hover .side-ico i,
html body .kvs-hometown.sidebar-compact .left-sidebar .side-friend-sites .side-link.friend-site-link:hover .side-ico i,
html body .kvs-hometown.sidebar-compact .left-sidebar .side-friend-sites .friend-site-link:hover .side-ico i,
html body .kvs-hometown .left-sidebar.compact .side-friend-sites .side-link.friend-site-link:hover .side-ico i,
html body .kvs-hometown .left-sidebar.compact .side-friend-sites .friend-site-link:hover .side-ico i,
html body .kvs-hometown .left-sidebar.collapsed .side-friend-sites .side-link.friend-site-link:hover .side-ico i,
html body .kvs-hometown .left-sidebar.collapsed .side-friend-sites .friend-site-link:hover .side-ico i{
  color:#050506 !important;
}

/* Keep compact sizing identical to the rest of sidebar buttons */
html body .kvs-hometown.sidebar-collapsed .left-sidebar .side-friend-sites .side-link.friend-site-link,
html body .kvs-hometown.sidebar-collapsed .left-sidebar .side-friend-sites .friend-site-link,
html body .kvs-hometown.sidebar-compact .left-sidebar .side-friend-sites .side-link.friend-site-link,
html body .kvs-hometown.sidebar-compact .left-sidebar .side-friend-sites .friend-site-link,
html body .kvs-hometown .left-sidebar.compact .side-friend-sites .side-link.friend-site-link,
html body .kvs-hometown .left-sidebar.compact .side-friend-sites .friend-site-link,
html body .kvs-hometown .left-sidebar.collapsed .side-friend-sites .side-link.friend-site-link,
html body .kvs-hometown .left-sidebar.collapsed .side-friend-sites .friend-site-link{
  width:48px !important;
  height:44px !important;
  min-height:44px !important;
  padding:0 !important;
  margin:0 0 6px !important;
  justify-content:center !important;
  gap:0 !important;
  border-radius:13px !important;
  position:relative !important;
}

/* Hide text in compact mode like the other sidebar links */
html body .kvs-hometown.sidebar-collapsed .left-sidebar .side-friend-sites .side-link.friend-site-link > span:not(.side-ico),
html body .kvs-hometown.sidebar-collapsed .left-sidebar .side-friend-sites .friend-site-link > span:not(.side-ico),
html body .kvs-hometown.sidebar-compact .left-sidebar .side-friend-sites .side-link.friend-site-link > span:not(.side-ico),
html body .kvs-hometown.sidebar-compact .left-sidebar .side-friend-sites .friend-site-link > span:not(.side-ico),
html body .kvs-hometown .left-sidebar.compact .side-friend-sites .side-link.friend-site-link > span:not(.side-ico),
html body .kvs-hometown .left-sidebar.compact .side-friend-sites .friend-site-link > span:not(.side-ico),
html body .kvs-hometown .left-sidebar.collapsed .side-friend-sites .side-link.friend-site-link > span:not(.side-ico),
html body .kvs-hometown .left-sidebar.collapsed .side-friend-sites .friend-site-link > span:not(.side-ico){
  display:none !important;
}

/* Tooltip label for Friend Sites in compact mode, same as rest */
html body .kvs-hometown.sidebar-collapsed .left-sidebar .side-friend-sites .side-link.friend-site-link:hover::after,
html body .kvs-hometown.sidebar-collapsed .left-sidebar .side-friend-sites .friend-site-link:hover::after,
html body .kvs-hometown.sidebar-compact .left-sidebar .side-friend-sites .side-link.friend-site-link:hover::after,
html body .kvs-hometown.sidebar-compact .left-sidebar .side-friend-sites .friend-site-link:hover::after,
html body .kvs-hometown .left-sidebar.compact .side-friend-sites .side-link.friend-site-link:hover::after,
html body .kvs-hometown .left-sidebar.compact .side-friend-sites .friend-site-link:hover::after,
html body .kvs-hometown .left-sidebar.collapsed .side-friend-sites .side-link.friend-site-link:hover::after,
html body .kvs-hometown .left-sidebar.collapsed .side-friend-sites .friend-site-link:hover::after{
  content:attr(data-label);
  position:absolute;
  left:calc(100% + 10px);
  top:50%;
  transform:translateY(-50%);
  background:rgba(18,18,20,.92) !important;
  border:1px solid rgba(255,255,255,.11) !important;
  color:#fff !important;
  font-size:12px;
  font-weight:800;
  white-space:nowrap;
  padding:6px 9px;
  border-radius:8px;
  box-shadow:0 12px 30px rgba(0,0,0,.35);
  z-index:120;
  -webkit-backdrop-filter:blur(14px) !important;
  backdrop-filter:blur(14px) !important;
}


/* Hometown KVS v139
   Only change from v136:
   Left sidebar unified color #141414.
   No popup / login / signup / button changes.
*/

html body .kvs-hometown .left-sidebar,
html body .kvs-hometown .sidebar.left-sidebar{
  background:#141414 !important;
  background-color:#141414 !important;
  background-image:none !important;
}

/* Force the upper/lower/internal areas of the left sidebar to use the same tone */
html body .kvs-hometown .left-sidebar .side-section,
html body .kvs-hometown .left-sidebar .sidebar-inner,
html body .kvs-hometown .left-sidebar .sidebar-content,
html body .kvs-hometown .left-sidebar .side-scroll,
html body .kvs-hometown .left-sidebar .sticky,
html body .kvs-hometown .left-sidebar .sticky-holder{
  background:transparent !important;
  background-color:transparent !important;
  background-image:none !important;
  box-shadow:none !important;
}

/* Remove any overlay/gradient that creates a second tone */
html body .kvs-hometown .left-sidebar::before,
html body .kvs-hometown .left-sidebar::after,
html body .kvs-hometown .sidebar.left-sidebar::before,
html body .kvs-hometown .sidebar.left-sidebar::after{
  content:none !important;
  display:none !important;
  background:none !important;
  background-color:transparent !important;
  background-image:none !important;
  border:0 !important;
  box-shadow:none !important;
}

/* Scrollbar track/corner same sidebar color */
html body .kvs-hometown .left-sidebar{
  scrollbar-color:rgba(255,255,255,.20) #141414 !important;
}

html body .kvs-hometown .left-sidebar::-webkit-scrollbar-track,
html body .kvs-hometown .left-sidebar::-webkit-scrollbar-corner{
  background:#141414 !important;
  background-color:#141414 !important;
}

/* Mobile/compact left sidebar also same color */
@media (max-width:1180px){
  html body .kvs-hometown .left-sidebar,
  html body .kvs-hometown .sidebar.left-sidebar{
    background:#141414 !important;
    background-color:#141414 !important;
    background-image:none !important;
  }
}


/* Hometown KVS v142
   Only change from v139:
   The second/lower left sidebar tone is painted by .kvs-hometown .app-shell.
   Force the left sidebar column area in .app-shell to #141414.
   No popup/button/player/grid changes.
*/

/* Real left sidebar */
html body .kvs-hometown .left-sidebar,
html body .kvs-hometown .sidebar.left-sidebar{
  background:#141414 !important;
  background-color:#141414 !important;
  background-image:none !important;
}

/* App shell background behind the left sidebar */
html body .kvs-hometown .app-shell{
  background-color:transparent !important;
  background-image:
    linear-gradient(to right,
      #141414 0,
      #141414 242px,
      transparent 242px,
      transparent 100%
    ) !important;
  background-repeat:no-repeat !important;
  background-position:left top !important;
  background-size:100% 100% !important;
}

/* Compact/collapsed left sidebar width */
html body .kvs-hometown.sidebar-compact .app-shell,
html body .kvs-hometown.sidebar-collapsed .app-shell,
html body .kvs-hometown.compact .app-shell,
html body .kvs-hometown.collapsed .app-shell,
html body.sidebar-compact .kvs-hometown .app-shell,
html body.sidebar-collapsed .kvs-hometown .app-shell,
html body.compact-sidebar .kvs-hometown .app-shell,
html body.collapsed-sidebar .kvs-hometown .app-shell{
  background-image:
    linear-gradient(to right,
      #141414 0,
      #141414 72px,
      transparent 72px,
      transparent 100%
    ) !important;
}

/* Keep sidebar internals transparent over #141414 */
html body .kvs-hometown .left-sidebar .side-section,
html body .kvs-hometown .left-sidebar .sidebar-inner,
html body .kvs-hometown .left-sidebar .sidebar-content,
html body .kvs-hometown .left-sidebar .side-scroll,
html body .kvs-hometown .left-sidebar .sticky,
html body .kvs-hometown .left-sidebar .sticky-holder{
  background:transparent !important;
  background-color:transparent !important;
  background-image:none !important;
  box-shadow:none !important;
}

/* Remove overlays/gradients from left sidebar itself */
html body .kvs-hometown .left-sidebar::before,
html body .kvs-hometown .left-sidebar::after,
html body .kvs-hometown .sidebar.left-sidebar::before,
html body .kvs-hometown .sidebar.left-sidebar::after{
  content:none !important;
  display:none !important;
  background:none !important;
  background-color:transparent !important;
  background-image:none !important;
  border:0 !important;
  box-shadow:none !important;
}

/* Mobile: don't draw fake column behind content */
@media (max-width:1180px){
  html body .kvs-hometown .app-shell{
    background-image:none !important;
  }

  html body .kvs-hometown .left-sidebar,
  html body .kvs-hometown .sidebar.left-sidebar{
    background:#141414 !important;
    background-color:#141414 !important;
    background-image:none !important;
  }
}


/* Hometown KVS v144
   Based on v142.
   Keep dropdown fixes from v143, but DO NOT change general app-shell/background color.
   No popup/button/player/grid changes.
*/

/* =========================================================
   Header dropdowns: keep hover area alive
   ========================================================= */

/* Upload and user holders must create a hover area that includes the dropdown */
html body .kvs-hometown .topbar .header-upload-holder,
html body .kvs-hometown .header-upload-holder,
html body .kvs-hometown .topbar .mebers-block.header-member,
html body .kvs-hometown .topbar .header-member,
html body .kvs-hometown .header-member{
  position:relative !important;
  overflow:visible !important;
}

/* Invisible bridge between button and dropdown */
html body .kvs-hometown .topbar .header-upload-holder::after,
html body .kvs-hometown .header-upload-holder::after,
html body .kvs-hometown .topbar .mebers-block.header-member::after,
html body .kvs-hometown .topbar .header-member::after,
html body .kvs-hometown .header-member::after{
  content:"" !important;
  position:absolute !important;
  left:-8px !important;
  right:-8px !important;
  top:100% !important;
  height:16px !important;
  background:transparent !important;
  pointer-events:auto !important;
  z-index:9998 !important;
}

/* Upload dropdown: closed by default, attached close enough to the button */
html body .kvs-hometown .topbar .header-upload-holder .upload-list,
html body .kvs-hometown .header-upload-holder .upload-list{
  display:none !important;
  visibility:hidden !important;
  opacity:0 !important;
  pointer-events:none !important;
  position:absolute !important;
  top:100% !important;
  right:0 !important;
  left:auto !important;
  z-index:10000 !important;
  min-width:180px !important;
  width:max-content !important;
  max-width:260px !important;
  flex-direction:column !important;
  align-items:stretch !important;
  justify-content:flex-start !important;
  gap:4px !important;
  margin-top:6px !important;
  padding:8px !important;
  overflow:visible !important;
  transform:none !important;
}

/* Upload dropdown opens on hover/focus and remains open while hovering dropdown itself */
html body .kvs-hometown .topbar .header-upload-holder:hover .upload-list,
html body .kvs-hometown .topbar .header-upload-holder:focus-within .upload-list,
html body .kvs-hometown .header-upload-holder:hover .upload-list,
html body .kvs-hometown .header-upload-holder:focus-within .upload-list,
html body .kvs-hometown .header-upload-holder .upload-list:hover{
  display:flex !important;
  visibility:visible !important;
  opacity:1 !important;
  pointer-events:auto !important;
}

/* User dropdown: closed by default, attached close enough to the button */
html body .kvs-hometown .topbar .mebers-block.header-member .member-links,
html body .kvs-hometown .topbar .header-member .member-links,
html body .kvs-hometown .header-member .member-links{
  display:none !important;
  visibility:hidden !important;
  opacity:0 !important;
  pointer-events:none !important;
  position:absolute !important;
  top:100% !important;
  right:0 !important;
  left:auto !important;
  z-index:10000 !important;
  min-width:220px !important;
  width:max-content !important;
  max-width:290px !important;
  height:auto !important;
  max-height:none !important;
  margin-top:6px !important;
  padding:8px !important;
  flex-direction:column !important;
  flex-wrap:nowrap !important;
  align-items:stretch !important;
  justify-content:flex-start !important;
  gap:4px !important;
  overflow:visible !important;
  transform:none !important;
}

/* User dropdown opens on hover/focus and remains open while hovering dropdown itself */
html body .kvs-hometown .topbar .mebers-block.header-member:hover .member-links,
html body .kvs-hometown .topbar .mebers-block.header-member:focus-within .member-links,
html body .kvs-hometown .topbar .header-member:hover .member-links,
html body .kvs-hometown .topbar .header-member:focus-within .member-links,
html body .kvs-hometown .header-member:hover .member-links,
html body .kvs-hometown .header-member:focus-within .member-links,
html body .kvs-hometown .header-member .member-links:hover{
  display:flex !important;
  visibility:visible !important;
  opacity:1 !important;
  pointer-events:auto !important;
}

/* Force dropdown items to stay vertical */
html body .kvs-hometown .topbar .header-upload-holder .upload-list > *,
html body .kvs-hometown .header-upload-holder .upload-list > *,
html body .kvs-hometown .topbar .mebers-block.header-member .member-links > *,
html body .kvs-hometown .topbar .header-member .member-links > *,
html body .kvs-hometown .header-member .member-links > *{
  flex:0 0 auto !important;
  width:100% !important;
}

html body .kvs-hometown .topbar .header-upload-holder .upload-list a,
html body .kvs-hometown .header-upload-holder .upload-list a,
html body .kvs-hometown .topbar .mebers-block.header-member .member-links a,
html body .kvs-hometown .topbar .header-member .member-links a,
html body .kvs-hometown .header-member .member-links a{
  display:flex !important;
  align-items:center !important;
  justify-content:flex-start !important;
  width:100% !important;
  white-space:nowrap !important;
}

/* Mobile/small screens: do not convert header dropdowns into horizontal scroll rows */
@media (max-width:1180px){
  html body .kvs-hometown .topbar .header-upload-holder .upload-list,
  html body .kvs-hometown .header-upload-holder .upload-list,
  html body .kvs-hometown .topbar .mebers-block.header-member .member-links,
  html body .kvs-hometown .topbar .header-member .member-links,
  html body .kvs-hometown .header-member .member-links{
    flex-direction:column !important;
    flex-wrap:nowrap !important;
    overflow:visible !important;
    overflow-x:visible !important;
    overflow-y:visible !important;
    scrollbar-width:auto !important;
    -ms-overflow-style:auto !important;
  }
}

/* =========================================================
   Header username hover: remove orange
   ========================================================= */

html body .kvs-hometown .topbar .header-member:hover,
html body .kvs-hometown .topbar .mebers-block.header-member:hover,
html body .kvs-hometown .topbar .header-member:hover > a,
html body .kvs-hometown .topbar .mebers-block.header-member:hover > a,
html body .kvs-hometown .topbar .header-member a:hover,
html body .kvs-hometown .topbar .mebers-block.header-member a:hover,
html body .kvs-hometown .header-member:hover,
html body .kvs-hometown .header-member:hover > a,
html body .kvs-hometown .header-member a:hover{
  color:#fff !important;
  background:rgba(255,255,255,.055) !important;
  background-image:none !important;
  border-color:rgba(255,255,255,.075) !important;
  box-shadow:none !important;
  text-shadow:none !important;
}

html body .kvs-hometown .topbar .header-member:hover svg,
html body .kvs-hometown .topbar .mebers-block.header-member:hover svg,
html body .kvs-hometown .header-member:hover svg{
  color:#fff !important;
  fill:#fff !important;
  stroke:#fff !important;
}

/* Kill orange pseudo lines/glow on username/header member */
html body .kvs-hometown .topbar .header-member::before,
html body .kvs-hometown .topbar .header-member::after,
html body .kvs-hometown .topbar .mebers-block.header-member::before,
html body .kvs-hometown .topbar .mebers-block.header-member::after,
html body .kvs-hometown .header-member::before,
html body .kvs-hometown .header-member::after{
  box-shadow:none !important;
  filter:none !important;
  text-shadow:none !important;
  background-image:none !important;
}


/* Hometown KVS v145
   Fix exact selector from DevTools:
   .kvs-hometown .app-shell::before
   This is the lower/second left sidebar tone.
   Do NOT change general app-shell background.
*/

html body .kvs-hometown .app-shell::before{
  background:#141414 !important;
  background-color:#141414 !important;
  background-image:none !important;
  box-shadow:none !important;
  border-color:rgba(255,255,255,.055) !important;
}

/* If the theme uses both pseudo layers */
html body .kvs-hometown .app-shell::after{
  background-image:none !important;
  box-shadow:none !important;
}

/* Keep the real left sidebar matching the pseudo background */
html body .kvs-hometown .left-sidebar,
html body .kvs-hometown .sidebar.left-sidebar{
  background:#141414 !important;
  background-color:#141414 !important;
  background-image:none !important;
}

/* Keep sidebar internals transparent over the same color */
html body .kvs-hometown .left-sidebar .side-section,
html body .kvs-hometown .left-sidebar .sidebar-inner,
html body .kvs-hometown .left-sidebar .sidebar-content,
html body .kvs-hometown .left-sidebar .side-scroll,
html body .kvs-hometown .left-sidebar .sticky,
html body .kvs-hometown .left-sidebar .sticky-holder{
  background:transparent !important;
  background-color:transparent !important;
  background-image:none !important;
  box-shadow:none !important;
}
