/*
Theme Name: Competitor Blog Type
Theme URI: https://example.com/
Description: A clean, content-first blog child theme for Hello Elementor, sharing the Competitors gaming-brand palette (dark with a gold accent). Editor-driven homepage with featured image, intro, a chosen-category posts row and continuation content, plus a sidebar, single, archive, search, page and 404 templates. Colors, header button and homepage posts are editable from the Customizer.
Author: Digi Ads
Author URI: https://example.com/
Template: hello-elementor
Version: 1.1.0
Text Domain: competitor-blog-type
License: GNU General Public License v2 or later
Tags: blog, dark, child-theme, two-columns, custom-logo
*/

:root{
  --cb-bg:#0c1020;
  --cb-bg-2:#141a32;
  --cb-surface:#1b2240;
  --cb-border:rgba(255,255,255,.08);
  --cb-primary:#ffc629;
  --cb-primary-d:#e0a800;
  --cb-text:#eef1fb;
  --cb-muted:#9aa3c7;
  --cb-header:#0c1020;
  --cb-radius:16px;
  --cb-maxw:1600px;
  --cb-font:"Poppins",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;
  --cb-page-bg:#0c1020;--cb-header-bg:#0c1020;--cb-footer-bg:#141a32;--cb-content-bg:#141a32;--cb-sidebar-bg:#141a32;
  --cb-btn-bg:#ffc629;--cb-btn-text:#1a1300;--cb-header-text:#9aa3c7;--cb-footer-text:#9aa3c7;
  --cb-header-font:var(--cb-font);--cb-header-weight:600;
  --cb-h1-font:var(--cb-font);--cb-h1-weight:800;--cb-h1-color:#eef1fb;
  --cb-h2-font:var(--cb-font);--cb-h2-weight:700;--cb-h2-color:#eef1fb;
  --cb-h3-font:var(--cb-font);--cb-h3-weight:700;--cb-h3-color:#eef1fb;
  --cb-h4-font:var(--cb-font);--cb-h4-weight:700;--cb-h4-color:#eef1fb;
  --cb-h5-font:var(--cb-font);--cb-h5-weight:700;--cb-h5-color:#eef1fb;
  --cb-h6-font:var(--cb-font);--cb-h6-weight:700;--cb-h6-color:#eef1fb;
  --cb-p-font:var(--cb-font);--cb-p-weight:400;--cb-p-color:#dfe3f3;
  --cb-sb-surface:#1b2240;--cb-sb-border:rgba(255,255,255,.08);--cb-sb-text:#eef1fb;--cb-sb-muted:#9aa3c7;--cb-sb-btn:#ffc629;--cb-sb-btn-text:#1a1300;
}

/* ---------- Base ---------- */
body.cb-body{
  margin:0;background:var(--cb-bg);color:var(--cb-text);
  font-family:var(--cb-font);line-height:1.65;-webkit-font-smoothing:antialiased;
}
.cb-body a{color:inherit;text-decoration:none;}
.cb-body img{max-width:100%;height:auto;display:block;}
.cb-container{max-width:var(--cb-maxw);margin:0 auto;padding:0 20px;}
h1,h2,h3,h4,h5,h6{font-family:var(--cb-font);color:var(--cb-text);line-height:1.25;}
.cb-screen-reader-text{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);}

/* ---------- Buttons / badges ---------- */
.cb-btn{display:inline-block;padding:11px 20px;border-radius:999px;font-weight:700;font-size:14px;cursor:pointer;border:none;transition:transform .12s ease,filter .12s ease;}
.cb-btn-primary{background:var(--cb-primary);color:#1a1300;}
.cb-btn-primary:hover{filter:brightness(1.06);transform:translateY(-1px);}
.cb-btn-ghost{background:transparent;border:1px solid var(--cb-border);color:var(--cb-text);}
.cb-btn-ghost:hover{border-color:var(--cb-primary);color:var(--cb-primary);}
.cb-badge{display:inline-block;padding:4px 12px;border-radius:999px;background:rgba(255,198,41,.14);color:var(--cb-primary);font-size:12px;font-weight:700;letter-spacing:.3px;text-transform:uppercase;}

/* ---------- Header ---------- */
.cb-header{position:sticky;top:0;z-index:50;background:var(--cb-header);border-bottom:1px solid var(--cb-border);}
.cb-header-inner{display:flex;align-items:center;gap:20px;height:110px;}
.cb-logo{display:flex;align-items:center;flex:0 0 auto;line-height:0;}
.cb-logo img,
.cb-logo .custom-logo{
	height:40px;
	width:auto;
	max-width:none;
	display:block;
}
.cb-logo-text{font-weight:800;font-size:22px;color:var(--cb-primary);letter-spacing:.4px;line-height:1;}
.cb-nav{margin-left:auto;}
.cb-nav ul{list-style:none;display:flex;gap:6px;margin:0;padding:0;}
.cb-nav a{display:block;padding:9px 14px;border-radius:10px;font-size:14.5px;font-weight:500;color:var(--cb-muted);transition:color .15s,background .15s;}
.cb-nav a:hover,.cb-nav .current-menu-item>a{color:var(--cb-text);background:rgba(255,255,255,.05);}
.cb-search-toggle{background:transparent;border:1px solid var(--cb-border);color:var(--cb-text);width:40px;height:40px;border-radius:10px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;}
.cb-search-toggle:hover{border-color:var(--cb-primary);color:var(--cb-primary);}
.cb-cta{flex:0 0 auto;background:var(--cb-primary);color:#1a1300;font-weight:700;font-size:14px;padding:10px 16px;border-radius:999px;line-height:1;}
.cb-cta:hover{filter:brightness(1.06);}
.cb-burger{display:none;background:transparent;border:1px solid var(--cb-border);color:var(--cb-text);width:42px;height:40px;border-radius:10px;cursor:pointer;font-size:18px;}
.cb-searchbar{display:none;border-bottom:1px solid var(--cb-border);background:var(--cb-bg-2);}
.cb-searchbar.is-open{display:block;}
.cb-searchbar .cb-container{padding-top:14px;padding-bottom:14px;}

/* Header Buttons */
.cb-header-buttons{
    display:flex;
    align-items:center;
    gap:12px;
}

.cb-cta{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:12px 24px;
    text-decoration:none;
    font-weight:700;
    border-radius:10px;
    transition:all .3s ease;
}

.cb-cta-login{
    background:#fff;
    color:#111;
    border:2px solid #111;
}

.cb-cta-login:hover{
    background:#111;
    color:#fff;
}

.cb-cta-register{
    background:#ffb400;
    color:#111;
}

.cb-cta-register:hover{
    background:#ff9800;
}

/* ---------- Search form ---------- */
.cb-searchform{display:flex;gap:10px;}
.cb-searchform input[type="search"],.cb-searchform input[type="text"]{
  flex:1;background:var(--cb-surface);border:1px solid var(--cb-border);color:var(--cb-text);
  border-radius:10px;padding:11px 14px;font-size:14px;font-family:inherit;
}
.cb-searchform input::placeholder{color:var(--cb-muted);}
.cb-searchform button{flex:0 0 auto;}

/* ---------- Layout: content + sidebar ---------- */
.cb-wrap{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:40px;padding:40px 0 64px;}
.cb-wrap--full{display:block;}
.cb-main{min-width:0;}

/* ---------- Page head (archive / single) ---------- */
.cb-page-head{padding:34px 0 6px;}
.cb-breadcrumb{font-size:12.5px;color:var(--cb-muted);margin-bottom:12px;}
.cb-breadcrumb a:hover{color:var(--cb-primary);}
.cb-archive-title{font-size:clamp(24px,3.4vw,34px);font-weight:800;margin:0;}
.cb-archive-desc{color:var(--cb-muted);margin-top:10px;max-width:680px;}

/* ---------- Featured post ---------- */
.cb-featured{background:var(--cb-bg-2);border:1px solid var(--cb-border);border-radius:var(--cb-radius);overflow:hidden;margin-bottom:34px;}
.cb-featured-media{position:relative;aspect-ratio:16/8;background:var(--cb-surface);}
.cb-featured-media img{width:100%;height:100%;object-fit:cover;}
.cb-featured-ph{display:flex;align-items:center;justify-content:center;height:100%;color:var(--cb-primary);font-weight:800;font-size:46px;opacity:.4;}
.cb-featured-body{padding:24px 26px 28px;}
.cb-featured-title{font-size:clamp(22px,2.6vw,30px);font-weight:800;margin:12px 0 10px;line-height:1.2;}
.cb-featured-title a:hover{color:var(--cb-primary);}
.cb-featured-excerpt{color:var(--cb-muted);margin:0 0 18px;}

/* ---------- Post grid + cards ---------- */
.cb-section-title{font-size:18px;font-weight:800;margin:0 0 18px;display:flex;align-items:center;gap:10px;}
.cb-section-title::before{content:"";width:18px;height:3px;border-radius:3px;background:var(--cb-primary);display:inline-block;}
.cb-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;}
.cb-card{background:var(--cb-bg-2);border:1px solid var(--cb-border);border-radius:14px;overflow:hidden;display:flex;flex-direction:column;transition:transform .14s ease,border-color .14s ease;}
.cb-card:hover{transform:translateY(-3px);border-color:rgba(255,198,41,.4);}
.cb-card-media{aspect-ratio:16/9;background:var(--cb-surface);}
.cb-card-media img{width:100%;height:100%;object-fit:cover;}
.cb-card-ph{display:flex;align-items:center;justify-content:center;height:100%;color:var(--cb-primary);font-weight:800;font-size:30px;opacity:.4;}
.cb-card-body{padding:16px 18px 18px;display:flex;flex-direction:column;gap:9px;flex:1;}
.cb-card-title{font-size:17px;font-weight:700;line-height:1.3;margin:0;}
.cb-card-title a:hover{color:var(--cb-primary);}
.cb-card-excerpt{color:var(--cb-muted);font-size:14px;margin:0;}
.cb-meta{display:flex;align-items:center;gap:8px;flex-wrap:wrap;color:var(--cb-muted);font-size:12.5px;margin-top:auto;}
.cb-meta .cb-dot{opacity:.5;}

/* ---------- Pagination ---------- */
.cb-pagination{margin-top:34px;}
.cb-pagination .nav-links{display:flex;gap:8px;flex-wrap:wrap;justify-content:center;}
.cb-pagination .page-numbers{display:inline-flex;align-items:center;justify-content:center;min-width:40px;height:40px;padding:0 12px;border-radius:10px;border:1px solid var(--cb-border);color:var(--cb-muted);font-weight:600;font-size:14px;}
.cb-pagination .page-numbers.current{background:var(--cb-primary);color:#1a1300;border-color:var(--cb-primary);}
.cb-pagination a.page-numbers:hover{color:var(--cb-primary);border-color:var(--cb-primary);}

/* ---------- Sidebar ---------- */
.cb-sidebar{min-width:0;}
.cb-widget{background:var(--cb-bg-2);border:1px solid var(--cb-border);border-radius:14px;padding:20px;margin-bottom:22px;}
.cb-widget-title{font-size:15px;font-weight:800;margin:0 0 14px;text-transform:uppercase;letter-spacing:.4px;}
.cb-widget ul{list-style:none;margin:0;padding:0;}
.cb-rp{display:flex;gap:12px;padding:10px 0;border-top:1px solid var(--cb-border);}
.cb-rp:first-child{border-top:none;padding-top:0;}
.cb-rp-thumb{flex:0 0 64px;width:64px;height:64px;border-radius:10px;overflow:hidden;background:var(--cb-surface);}
.cb-rp-thumb img{width:100%;height:100%;object-fit:cover;}
.cb-rp-title{font-size:13.5px;font-weight:600;line-height:1.35;margin:0 0 4px;}
.cb-rp-title a:hover{color:var(--cb-primary);}
.cb-rp-date{font-size:12px;color:var(--cb-muted);}
.cb-cats li{display:flex;justify-content:space-between;gap:10px;padding:9px 0;border-top:1px solid var(--cb-border);font-size:14px;}
.cb-cats li:first-child{border-top:none;}
.cb-cats a{color:var(--cb-muted);} .cb-cats a:hover{color:var(--cb-primary);}
.cb-cats .cb-count{font-size:12px;color:var(--cb-muted);background:var(--cb-surface);border-radius:999px;padding:1px 9px;}
.cb-widget select,.cb-widget .wp-block-search__input{width:100%;background:var(--cb-surface);border:1px solid var(--cb-border);color:var(--cb-text);border-radius:10px;padding:9px 12px;font-family:inherit;}
.cb-widget a{color:var(--cb-muted);} .cb-widget a:hover{color:var(--cb-primary);}

/* ---------- Single ---------- */
.cb-single-head{max-width:820px;}
.cb-single-title{font-size:clamp(26px,4vw,40px);font-weight:800;line-height:1.18;margin:12px 0 14px;}
.cb-single-meta{display:flex;align-items:center;gap:12px;color:var(--cb-muted);font-size:14px;margin-bottom:22px;}
.cb-avatar{width:38px;height:38px;border-radius:50%;overflow:hidden;background:var(--cb-surface);flex:0 0 auto;}
.cb-single-media{border-radius:var(--cb-radius);overflow:hidden;margin:0 0 26px;background:var(--cb-surface);}
.cb-single-media img{width:100%;}
.cb-article{font-size:var(--cb-article-size,16.5px);color:#dfe3f3;}
.cb-article p{margin:0 0 1.15em;}
.cb-article h2{font-size:25px;margin:1.5em 0 .5em;}
.cb-article h3{font-size:20px;margin:1.3em 0 .5em;}
.cb-article a{color:var(--cb-primary);text-decoration:underline;text-underline-offset:3px;}
.cb-article ul,.cb-article ol{margin:0 0 1.2em;padding-left:1.3em;}
.cb-article li{margin:.3em 0;}
.cb-article img,.cb-article .wp-block-image{border-radius:12px;margin:1.2em 0;}
.cb-article blockquote{margin:1.4em 0;padding:6px 20px;border-left:3px solid var(--cb-primary);color:var(--cb-text);font-style:italic;}
.cb-article code{background:var(--cb-surface);padding:2px 6px;border-radius:6px;font-size:.92em;}
.cb-tags{display:flex;flex-wrap:wrap;gap:8px;margin:28px 0;}
.cb-tags a{font-size:12.5px;color:var(--cb-muted);border:1px solid var(--cb-border);padding:5px 12px;border-radius:999px;}
.cb-tags a:hover{border-color:var(--cb-primary);color:var(--cb-primary);}
.cb-author{display:flex;gap:16px;align-items:flex-start;background:var(--cb-bg-2);border:1px solid var(--cb-border);border-radius:14px;padding:20px;margin:28px 0;}
.cb-author .cb-avatar{width:56px;height:56px;}
.cb-author-name{font-weight:800;margin:0 0 4px;}
.cb-author-bio{color:var(--cb-muted);font-size:14px;margin:0;}
.cb-related{margin-top:40px;}

/* ---------- Comments ---------- */
.cb-comments{margin-top:40px;}
.cb-comments .comment-list{list-style:none;margin:0;padding:0;}
.cb-comments .comment-body{background:var(--cb-bg-2);border:1px solid var(--cb-border);border-radius:12px;padding:16px 18px;margin:0 0 16px;}
.cb-comments .children{list-style:none;margin:0 0 0 26px;padding:0;}
.cb-comments .comment-author{font-weight:700;font-size:14px;}
.cb-comments .comment-metadata{font-size:12px;color:var(--cb-muted);}
.cb-comments input[type="text"],.cb-comments input[type="email"],.cb-comments input[type="url"],.cb-comments textarea{
  width:100%;background:var(--cb-surface);border:1px solid var(--cb-border);color:var(--cb-text);border-radius:10px;padding:11px 13px;font-family:inherit;margin-bottom:12px;
}

/* ---------- Page ---------- */
.cb-page{max-width:820px;margin:0 auto;}
.cb-page-title{font-size:clamp(26px,4vw,38px);font-weight:800;margin:0 0 18px;}

/* ---------- Blog Home template ---------- */
.cb-home-banner{padding-top:30px;}
.cb-home-banner img{width:100%;height:auto;display:block;border-radius:var(--cb-radius);}
.cb-banner-link{display:block;}
.cb-home-intro {

	background:
		linear-gradient(
			145deg,
			#ffffff 0%,
			#faf3f6 100%
		);

	border:1px solid rgba(213,128,152,0.18);

	border-radius:20px;

	padding:clamp(22px,3vw,32px);

	box-shadow:
		0 12px 35px rgba(213,128,152,0.12),
		inset 0 1px 2px rgba(255,255,255,0.8);

	color:#333333;

}
.cb-home-intro .cb-page-title{margin-bottom:12px;}
.cb-home-posts{padding:26px 0;}
.cb-section-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:18px;}
.cb-section-head .cb-section-title{margin:0;}
.cb-viewall-link{color:var(--cb-primary);font-weight:700;font-size:14px;white-space:nowrap;}
.cb-viewall-link:hover{filter:brightness(1.08);}
.cb-grid--3{grid-template-columns:repeat(3,1fr);}
.cb-home-rest {

	background:
		linear-gradient(
			145deg,
			#ffffff 0%,
			#faf3f6 100%
		);

	border:1px solid rgba(213,128,152,0.18);

	border-radius:20px;

	padding:clamp(22px,3vw,32px);

	box-shadow:
		0 12px 35px rgba(213,128,152,0.12),
		inset 0 1px 2px rgba(255,255,255,0.8);

	color:#333333;

}
/* ---------- 404 ---------- */
.cb-404{text-align:center;padding:80px 0;}
.cb-404 h1{font-size:90px;margin:0;color:var(--cb-primary);}
.cb-404 p{color:var(--cb-muted);}
.cb-404 .cb-searchform{max-width:420px;margin:24px auto 0;}

/* ---------- Footer ---------- */
.cb-footer{background:var(--cb-bg-2);border-top:1px solid var(--cb-border);padding:34px 0;margin-top:20px;}
.cb-footer-inner{display:flex;align-items:center;justify-content:space-between;gap:18px;flex-wrap:wrap;}
.cb-footer-nav ul{list-style:none;display:flex;gap:16px;margin:0;padding:0;}
.cb-footer-nav a{color:var(--cb-muted);font-size:14px;} .cb-footer-nav a:hover{color:var(--cb-primary);}
.cb-copy{color:var(--cb-muted);font-size:13.5px;}

/* ---------- Responsive ---------- */
@media (max-width:980px){
  .cb-wrap{grid-template-columns:1fr;gap:30px;}
  .cb-sidebar{order:2;}
  .cb-grid--3{grid-template-columns:repeat(2,1fr);}
}
@media (max-width:680px){
  .cb-grid{grid-template-columns:1fr;}
  .cb-grid--3{grid-template-columns:1fr;}
  .cb-nav{display:none;position:absolute;left:0;right:0;top:70px;background:var(--cb-header);border-bottom:1px solid var(--cb-border);margin:0;}
  .cb-nav.is-open{display:block;}
  .cb-nav ul{flex-direction:column;gap:0;padding:8px 12px;}
  .cb-nav a{padding:13px 12px;border-radius:0;}
  .cb-burger{display:inline-flex;align-items:center;justify-content:center;}
  .cb-cta{margin-left:auto;}
  .cb-header-inner{height:64px;}
  .cb-footer-inner{flex-direction:column;text-align:center;}
}

/* ============================================================
   Customizer-driven theming (backgrounds, gradients, type)
   ============================================================ */
body.cb-body{background:var(--cb-page-bg);font-family:var(--cb-p-font);font-weight:var(--cb-p-weight);}
.cb-header{background:var(--cb-header-bg);}
.cb-nav a{font-family:var(--cb-header-font);font-weight:var(--cb-header-weight);color:var(--cb-header-text);}
.cb-nav a:hover,.cb-nav .current-menu-item>a{color:var(--cb-text);}
.cb-logo-text{font-family:var(--cb-header-font);}
.cb-cta{background:var(--cb-btn-bg);color:var(--cb-btn-text);}
.cb-footer{background:var(--cb-footer-bg);}
.cb-copy,.cb-footer-nav a{color:var(--cb-footer-text);}
.cb-home-intro,.cb-home-rest,.cb-card,.cb-featured{background:var(--cb-content-bg);}
.cb-widget{background:var(--cb-sidebar-bg);}

h1{font-family:var(--cb-h1-font);font-weight:var(--cb-h1-weight);color:var(--cb-h1-color);}
h2{font-family:var(--cb-h2-font);font-weight:var(--cb-h2-weight);color:var(--cb-h2-color);}
h3{font-family:var(--cb-h3-font);font-weight:var(--cb-h3-weight);color:var(--cb-h3-color);}
h4{font-family:var(--cb-h4-font);font-weight:var(--cb-h4-weight);color:var(--cb-h4-color);}
h5{font-family:var(--cb-h5-font);font-weight:var(--cb-h5-weight);color:var(--cb-h5-color);}
h6{font-family:var(--cb-h6-font);font-weight:var(--cb-h6-weight);color:var(--cb-h6-color);}
.cb-single-title,.cb-archive-title,.cb-page-title{font-family:var(--cb-h1-font);font-weight:var(--cb-h1-weight);color:var(--cb-h1-color);}
.cb-article{color:var(--cb-p-color);font-family:var(--cb-p-font);}
.cb-article p,.cb-article li{color:var(--cb-p-color);font-family:var(--cb-p-font);font-weight:var(--cb-p-weight);}

/* Sidebar assets auto-harmonized with the chosen Sidebar background */
.cb-widget{border-color:var(--cb-sb-border);}
.cb-widget-title,.cb-rp-title,.cb-rp-title a{color:var(--cb-sb-text);}
.cb-rp{border-top-color:var(--cb-sb-border);}
.cb-rp-thumb{background:var(--cb-sb-surface);}
.cb-rp-date{color:var(--cb-sb-muted);}
.cb-cats li{border-top-color:var(--cb-sb-border);}
.cb-cats a{color:var(--cb-sb-muted);}
.cb-count{background:var(--cb-sb-surface);color:var(--cb-sb-muted);}
.cb-sidebar .cb-searchform input[type="search"],
.cb-sidebar .cb-searchform input[type="text"],
.cb-widget select,.cb-widget .wp-block-search__input{background:var(--cb-sb-surface);border-color:var(--cb-sb-border);color:var(--cb-sb-text);}
.cb-sidebar .cb-searchform button{background:var(--cb-sb-btn);color:var(--cb-sb-btn-text);}

/* ==========================================
   GLOBAL HOVER & ACTIVE COLOR SYSTEM
   Theme Color: #D58098
========================================== */


/* LINKS */

a:hover,
a:focus {
	color:#D58098 !important;
}


/* BUTTON HOVER */

button:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover {

	background:linear-gradient(
		135deg,
		#F3A6B8 0%,
		#D58098 50%,
		#B85F7B 100%
	) !important;

	color:#ffffff !important;

	box-shadow:
		inset 0 1px 3px rgba(255,255,255,.45),
		0 5px 15px rgba(213,128,152,.35);

}


/* CTA HOVER */

.cb-cta:hover,
.cb-cta-login:hover,
.cb-cta-register:hover {

	background:linear-gradient(
		135deg,
		#F3A6B8,
		#D58098,
		#B85F7B
	) !important;

	color:#fff !important;

	box-shadow:
		inset 0 1px 3px rgba(255,255,255,.5),
		0 6px 18px rgba(213,128,152,.45);

}


/* NAVIGATION */

nav a:hover,
.cb-nav a:hover,
.menu a:hover {

	color:#D58098 !important;

}


.cb-nav .current-menu-item a,
.cb-nav .current_page_item a {

	color:#D58098 !important;

}


/* FOOTER LINKS */

footer a:hover,
.cb-footer a:hover {

	color:#D58098 !important;

}


/* CARDS */

.card:hover,
.post-card:hover,
.article-card:hover {

	border-color:#D58098 !important;

}


/* ICONS */

svg:hover,
i:hover {

	color:#D58098 !important;

}


/* LIST */

li:hover > a {

	color:#D58098 !important;

}


/* ACTIVE */

a:active,
a.active {

	color:#D58098 !important;

}


button:active,
input[type="button"]:active,
input[type="submit"]:active,
.cb-cta:active {

	background:linear-gradient(
		135deg,
		#D58098,
		#F3A6B8
	) !important;

	color:#fff !important;

}


/* FOCUS */

a:focus,
button:focus,
input:focus {

	outline-color:#D58098 !important;

}



/* ==========================================
   HEADER BUTTON STYLE
========================================== */


/* LOGIN */

.cb-cta-login {

	background:#0B1026;

	color:#fff !important;

	border:2px solid #D58098;

	border-radius:999px;

	font-weight:700;

	transition:.3s ease;

}


.cb-cta-login:hover {

	transform:translateY(-2px);

}



/* REGISTER */

.cb-cta-register {

	background:linear-gradient(
		135deg,
		#D58098,
		#F3A6B8,
		#C85F7D
	);

	color:#fff !important;

	border-radius:999px;

	font-weight:700;

	box-shadow:
		0 4px 12px rgba(213,128,152,.35),
		inset 0 1px 3px rgba(255,255,255,.35);

	transition:.3s ease;

}


.cb-cta-register:hover {

	transform:translateY(-2px);

	box-shadow:
		0 6px 18px rgba(213,128,152,.45);

}



/* ==========================================
   GLOSSY FOOTER STYLE
========================================== */


.cb-footer {

	background:linear-gradient(
		135deg,
		#111827,
		#1f2937,
		#0B1026
	);

	color:#fff;

	position:relative;

	overflow:hidden;

}


.cb-footer::before {

	content:"";

	position:absolute;

	top:0;

	left:-50%;

	width:200%;

	height:2px;

	background:linear-gradient(
		90deg,
		transparent,
		#D58098,
		transparent
	);

}


.cb-footer .cb-copy {

	color:#fff;

	text-shadow:
		0 2px 4px rgba(0,0,0,.35);

}


.cb-footer a {

	color:#fff;

	transition:.3s ease;

}


.cb-footer a:hover {

	color:#D58098 !important;

	text-shadow:
		0 0 8px rgba(213,128,152,.8);

}


.cb-footer-inner {

	position:relative;

	z-index:2;

}

/* ==========================================
   GLOSSY STICKY HEADER
   Theme Color: #D58098
========================================== */


.cb-header {

	position:sticky;

	top:0;

	z-index:9999;

	width:100%;

	background:linear-gradient(
		135deg,
		#0B1026 0%,
		#111827 50%,
		#1f2937 100%
	);

	overflow:visible;

}



/* Pink glossy line */

.cb-header::before {

	content:"";

	position:absolute;

	bottom:0;

	left:0;

	width:100%;

	height:3px;

	background:linear-gradient(
		90deg,
		transparent,
		#D58098,
		#F3A6B8,
		#D58098,
		transparent
	);

	box-shadow:
		0 0 10px rgba(213,128,152,.8);

	z-index:1;

}



/* Light reflection */

.cb-header::after {

	content:"";

	position:absolute;

	top:0;

	left:0;

	width:100%;

	height:50%;

	background:linear-gradient(
		180deg,
		rgba(255,255,255,.08),
		transparent
	);

	pointer-events:none;

	z-index:1;

}



/* Header content */

.cb-header-inner {

	position:relative;

	z-index:5;

}



/* ==========================================
   NAVIGATION
========================================== */


.cb-nav a {

	color:#ffffff;

	transition:.3s ease;

}


.cb-nav a:hover {

	color:#D58098 !important;

	text-shadow:
		0 0 8px rgba(213,128,152,.8);

}



/* ==========================================
   LOGO
========================================== */


.cb-logo:hover {

	filter:
		drop-shadow(0 0 8px rgba(213,128,152,.8));

}



/* ==========================================
   SEARCH + BURGER ICON
========================================== */


.cb-search-toggle,
.cb-burger {

	color:#fff;

	transition:.3s ease;

}


.cb-search-toggle:hover,
.cb-burger:hover {

	color:#D58098 !important;

	filter:
		drop-shadow(0 0 8px rgba(213,128,152,.8));

}



/* ==========================================
   HEADER BUTTONS FIX
========================================== */


.cb-header-buttons,
.cb-search-toggle,
.cb-burger,
.cb-nav {

	position:relative;

	z-index:10;

}



/* Keep effects behind */

.cb-header::before,
.cb-header::after {

	pointer-events:none;

}



/* ==========================================
   MOBILE MENU FIX
========================================== */


.cb-burger {

	position:relative;

	z-index:10001;

	cursor:pointer;

}



.cb-nav {

	position:relative;

	z-index:10000;

}




@media (max-width:680px){


	.cb-header {

		overflow:visible !important;

	}



	.cb-nav {

		display:none;

		position:absolute;

		left:0;

		right:0;

		top:100%;

		background:#0B1026;

		border-bottom:1px solid #D58098;

		z-index:99999;

	}



	.cb-nav.is-open {

		display:block !important;

	}



	.cb-nav ul {

		display:flex;

		flex-direction:column;

		padding:8px 12px;

	}



	.cb-nav a {

		padding:13px 12px;

	}



	.cb-burger {

		position:relative;

		z-index:100000;

		cursor:pointer;

	}



	.cb-header::before,
	.cb-header::after {

		pointer-events:none;

	}


}

/* ==========================================
   POST CARD GLOSSY STYLE
   Theme: #D58098
========================================== */


.cb-card {

	background:linear-gradient(
		145deg,
		#ffffff 0%,
		#faf3f6 100%
	);

	border:1px solid rgba(213,128,152,.18);

	border-radius:20px;

	overflow:hidden;

	box-shadow:
		0 8px 25px rgba(0,0,0,.08);

	transition:.35s ease;

}



.cb-card:hover {

	transform:translateY(-6px);

	border-color:#D58098;

	box-shadow:
		0 15px 35px rgba(213,128,152,.25);

}



/* Image */

.cb-card-media {

	display:block;

	overflow:hidden;

}



.cb-card-media img {

	width:100%;

	transition:.4s ease;

}



.cb-card:hover .cb-card-media img {

	transform:scale(1.05);

}



/* Card Content */

.cb-card-body {

	padding:25px;

	color:#0B1026;

}



/* Title */

.cb-card-title,
.cb-card-title a {

	color:#0B1026 !important;

	font-weight:700;

}


.cb-card-title a:hover {

	color:#D58098 !important;

}



/* Excerpt */

.cb-card-excerpt {

	color:#444 !important;

	line-height:1.7;

}



/* Category */

.cb-card .cb-category,
.cb-card .cb-category a {

	color:#fff !important;

}



/* Meta */

.cb-card .cb-meta,
.cb-card .cb-meta a {

	color:#666 !important;

}



/* Links */

.cb-card a {

	text-decoration:none;

}





/* ==========================================
   SIDEBAR GLOSSY STYLE
   Theme: #D58098
========================================== */


.cb-sidebar {

	min-width:0;

}



/* Sidebar Box */

.cb-widget {

	background:linear-gradient(
		145deg,
		#ffffff 0%,
		#faf3f6 100%
	);

	border:1px solid rgba(213,128,152,.18);

	border-radius:20px;

	padding:20px;

	margin-bottom:22px;

	box-shadow:

		0 10px 30px rgba(213,128,152,.18),

		0 0 25px rgba(213,128,152,.15),

		inset 0 1px 3px rgba(255,255,255,.9);

	transition:.35s ease;

}



.cb-widget:hover {

	border-color:#D58098;

	transform:translateY(-3px);

	box-shadow:

		0 15px 40px rgba(213,128,152,.28),

		0 0 35px rgba(213,128,152,.20),

		inset 0 1px 3px rgba(255,255,255,.9);

}



/* Sidebar Title */

.cb-widget-title {

	color:#0B1026;

	font-size:15px;

	font-weight:800;

	margin-bottom:14px;

	text-transform:uppercase;

	letter-spacing:.4px;

}



/* Sidebar Text */

.cb-widget,
.cb-widget p {

	color:#444;

}



/* Sidebar Links */

.cb-widget a {

	color:#555;

	transition:.3s ease;

}


.cb-widget a:hover {

	color:#D58098;

}



/* Recent Posts */

.cb-rp {

	display:flex;

	gap:12px;

	padding:10px 0;

	border-top:1px solid rgba(213,128,152,.15);

}



.cb-rp:first-child {

	border-top:none;

	padding-top:0;

}



.cb-rp-thumb {

	flex:0 0 64px;

	width:64px;

	height:64px;

	border-radius:10px;

	overflow:hidden;

	background:#faf3f6;

}



.cb-rp-thumb img {

	width:100%;

	height:100%;

	object-fit:cover;

}



.cb-rp-title {

	font-size:13.5px;

	font-weight:600;

	line-height:1.35;

}



.cb-rp-date {

	font-size:12px;

	color:#777;

}





/* Categories */

.cb-cats li {

	display:flex;

	justify-content:space-between;

	gap:10px;

	padding:9px 0;

	border-top:1px solid rgba(213,128,152,.15);

	font-size:14px;

}


.cb-cats li:first-child {

	border-top:none;

}


.cb-cats a {

	color:#555;

}


.cb-cats a:hover {

	color:#D58098;

}



.cb-cats .cb-count {

	font-size:12px;

	color:#777;

	background:#faf3f6;

	border-radius:999px;

	padding:1px 9px;

}



/* Sidebar Inputs */

.cb-widget select,
.cb-widget .wp-block-search__input {

	width:100%;

	background:#fff;

	border:1px solid rgba(213,128,152,.25);

	color:#0B1026;

	border-radius:10px;

	padding:9px 12px;

}



/* Sidebar Button */

.cb-widget button,
.cb-widget input[type="submit"],
.cb-widget .button,
.cb-widget .wp-block-search__button {

	background:linear-gradient(
		135deg,
		#f3a6bd 0%,
		#D58098 45%,
		#b85f7b 100%
	) !important;

	color:#fff !important;

	border:none;

	border-radius:999px;

	padding:11px 22px;

	font-weight:700;

	box-shadow:

		0 8px 20px rgba(213,128,152,.35),

		inset 0 1px 2px rgba(255,255,255,.5);

	transition:.3s ease;

}



.cb-widget button:hover,
.cb-widget input[type="submit"]:hover,
.cb-widget .button:hover,
.cb-widget .wp-block-search__button:hover {

	transform:translateY(-2px);

	box-shadow:

		0 12px 30px rgba(213,128,152,.55),

		inset 0 1px 3px rgba(255,255,255,.7);

}

/* ==========================================
   FULL WIDTH HOMEPAGE SLIDER
========================================== */


.cb-slider {

	width:100%;

	overflow:hidden;

	position:relative;

	margin:0;

}


.cb-slides {

	position:relative;

	width:100%;

}



.cb-slide {

	width:100%;

	display:none;

	animation:cbFade .6s ease;

}



.cb-slide.active {

	display:block;

}



.cb-slide img {

	display:block;

	width:100%;

	height:auto;

	object-fit:cover;

}

@media (max-width:680px){

	/* HEADER COMPACT ONLY */

	.cb-header-inner{

		height:60px;

		padding:0 12px;

		gap:8px;

	}


	/* LOGO */

	.cb-logo img,
	.cb-logo .custom-logo{

		height:28px;

	}


	.cb-logo-text{

		font-size:18px;

	}



	/* BUTTON CONTAINER */

	.cb-header-buttons{

		gap:6px;

		margin-left:auto;

	}


	/* LOGIN REGISTER */

	.cb-cta,
	.cb-cta-login,
	.cb-cta-register{

		padding:7px 12px;

		font-size:11px;

		border-radius:999px;

	}



	/* SEARCH + BURGER */

	.cb-search-toggle,
	.cb-burger{

		width:32px;

		height:32px;

		font-size:14px;

	}



	/* NAV */

	.cb-nav{

		display:none;

		position:absolute;

		left:0;

		right:0;

		top:60px;

		background:#0B1026;

	}



	.cb-nav.is-open{

		display:block !important;

	}


	.cb-nav ul{

		flex-direction:column;

		padding:8px 12px;

	}



	.cb-nav a{

		padding:12px;

	}



	/* GRID */

	.cb-grid{

		grid-template-columns:1fr;

	}


	.cb-grid--3{

		grid-template-columns:1fr;

	}



	/* FOOTER */

	.cb-footer-inner{

		flex-direction:column;

		text-align:center;

	}

}

.cb-home-intro, .cb-home-rest { background: transparent !important; border: none !important; box-shadow: none !important; }

/* ==========================================
   HUGE FLOATING DICE + PLAYING CARDS
   SLOW NATURAL MOVEMENT
========================================== */


.cb-body::before,
.cb-body::after,
.cb-container::before,
.cb-container::after {

	position:fixed;

	z-index:-1;

	pointer-events:none;

	opacity:.18;

	filter:
		blur(1px)
		drop-shadow(0 25px 45px rgba(213,128,152,.35));

}



/* =========================
   BIG DICE LEFT
========================= */

.cb-body::before {

	content:"";

	width:260px;

	height:260px;

	left:-40px;

	top:320px;

	background:
		radial-gradient(circle,#D58098 22px,transparent 23px),
		radial-gradient(circle,#D58098 22px,transparent 23px),
		#fff;

	background-position:
		55px 55px,
		160px 160px;

	border-radius:45px;

	border:10px solid #D58098;

	transform:rotate(-18deg);

	animation:diceSlow1 18s ease-in-out infinite;

}



/* =========================
   BIG CARD RIGHT
========================= */

.cb-body::after {

	content:"♠";

	width:300px;

	height:420px;

	right:-80px;

	top:400px;

	background:
		linear-gradient(
			145deg,
			#ffffff,
			#f9e4ec
		);

	border-radius:35px;

	border:10px solid #D58098;

	color:#D58098;

	font-size:170px;

	font-weight:900;

	display:flex;

	align-items:center;

	justify-content:center;

	transform:rotate(15deg);

	animation:cardSlow1 22s ease-in-out infinite;

}



/* =========================
   LOWER DICE
========================= */

.cb-container::before {

	content:"";

	width:230px;

	height:230px;

	left:8%;

	top:1450px;

	background:
		radial-gradient(circle,#D58098 20px,transparent 21px),
		#fff;

	background-size:80px 80px;

	border-radius:40px;

	border:9px solid #D58098;

	transform:rotate(25deg);

	animation:diceSlow2 24s ease-in-out infinite;

}



/* =========================
   LOWER CARD
========================= */

.cb-container::after {

	content:"♥";

	width:280px;

	height:400px;

	right:7%;

	top:2100px;

	background:
		linear-gradient(
			145deg,
			#ffffff,
			#fbe8ef
		);

	border-radius:35px;

	border:10px solid #D58098;

	color:#D58098;

	font-size:160px;

	font-weight:900;

	display:flex;

	align-items:center;

	justify-content:center;

	transform:rotate(-18deg);

	animation:cardSlow2 25s ease-in-out infinite;

}



/* ==========================================
   SLOW FLOAT
========================================== */


@keyframes diceSlow1 {

	0%,100%{
		transform:translate(0,0) rotate(-18deg);
	}

	50%{
		transform:translate(25px,35px) rotate(-10deg);
	}

}



@keyframes diceSlow2 {

	0%,100%{
		transform:translate(0,0) rotate(25deg);
	}

	50%{
		transform:translate(-30px,25px) rotate(18deg);
	}

}



@keyframes cardSlow1 {

	0%,100%{
		transform:translate(0,0) rotate(15deg);
	}

	50%{
		transform:translate(-35px,40px) rotate(8deg);
	}

}



@keyframes cardSlow2 {

	0%,100%{
		transform:translate(0,0) rotate(-18deg);
	}

	50%{
		transform:translate(35px,-35px) rotate(-10deg);
	}

}



/* MOBILE */

@media(max-width:680px){


	/* BIG DICE LEFT */

	.cb-body::before {

		width:140px;
		height:140px;

		left:-30px;
		top:260px;

		border-radius:30px;

		border-width:6px;

		opacity:.14;

		background:
			radial-gradient(circle,#D58098 12px,transparent 13px),
			radial-gradient(circle,#D58098 12px,transparent 13px),
			#fff;

		background-position:
			30px 30px,
			85px 85px;

	}



	/* BIG CARD RIGHT */

	.cb-body::after {

		width:170px;
		height:240px;

		right:-45px;

		top:520px;

		border-radius:25px;

		border-width:6px;

		opacity:.14;

		font-size:90px;

	}



	/* LOWER DICE */

	.cb-container::before {

		width:120px;
		height:120px;

		left:5%;

		top:1200px;

		border-radius:25px;

		border-width:6px;

		opacity:.14;

		background:
			radial-gradient(circle,#D58098 10px,transparent 11px),
			#fff;

		background-size:60px 60px;

	}



	/* LOWER CARD */

	.cb-container::after {

		width:160px;
		height:230px;

		right:-35px;

		top:1650px;

		border-radius:25px;

		border-width:6px;

		opacity:.14;

		font-size:85px;

	}


}

/* ==========================================
   GLOBAL SPACE BELOW HEADER
========================================== */

.cb-header + * {
	margin-top:30px;
}


/* ==========================================
   AUTHOR PAGE BUILDER — COMPETITORS BLOG STYLES
========================================== */

.cblog-author-section {
    padding: 60px 20px;
}

.cblog-author-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    gap: 40px;
}

.cblog-author-container.cblog-columns-1 {
    grid-template-columns: 1fr;
}

.cblog-author-container.cblog-columns-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.cblog-author-container.cblog-columns-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.cblog-author-column {
    box-sizing: border-box;
    color: var(--cblog-body-color);
}

.cblog-author-column h1,
.cblog-author-column h2,
.cblog-author-column h3,
.cblog-author-column h4,
.cblog-author-column h5,
.cblog-author-column h6 {
    color: var(--cblog-header-color);
    margin-top: 0;
}

.cblog-author-content,
.cblog-author-content p,
.cblog-author-content span,
.cblog-author-content li {
    color: var(--cblog-body-color);
}

.cblog-author-content a:not(.button) {
    color: var(--cblog-header-color);
    text-decoration: underline;
}

.cblog-author-content a.button,
.cblog-author-content .button,
.cblog-author-button {
    background-color: var(--cblog-button-bg);
    color: var(--cblog-button-text);
    padding: 12px 25px;
    border-radius: 8px;
    display: inline-block;
    text-decoration: none;
    transition: .3s ease;
}

.cblog-author-content a.button:hover,
.cblog-author-content .button:hover,
.cblog-author-button:hover {
    background-color: var(--cblog-button-hover);
    color: var(--cblog-button-text);
}

.cblog-author-content img {
    max-width: 100%;
    height: auto;
    display: block;
}

@media (max-width: 900px) {
    .cblog-author-container.cblog-columns-2,
    .cblog-author-container.cblog-columns-3 {
        grid-template-columns: 1fr;
    }
    .cblog-author-section {
        padding: 40px 20px;
    }
}

@media (max-width: 600px) {
    .cblog-author-section {
        padding: 30px 15px;
    }
    .cblog-author-container {
        gap: 25px;
    }
}

/* ============================================================
   PREMIUM GLOSSY FOOTER (Desktop Horizontal, Mobile Vertical)
   ============================================================ */

.cb-footer {
    background: linear-gradient(145deg, #0c1020 0%, #141a32 50%, #1b2240 100%);
    padding: 40px 0 20px;
    border-top: 2px solid rgba(213, 128, 152, 0.25);
    text-align: center;
    position: relative;
    overflow: hidden;
}

/* Glossy Shine */
.cb-footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 200%;
    height: 2px;
    background: linear-gradient(90deg, transparent, #D58098, #ff8acb, #D58098, transparent);
    animation: footerShine 5s ease-in-out infinite;
    box-shadow: 0 0 20px rgba(213, 128, 152, 0.3);
}

@keyframes footerShine {
    0% { left: -100%; opacity: 0; }
    30% { opacity: 1; }
    70% { opacity: 1; }
    100% { left: 100%; opacity: 0; }
}

/* Logo */
.cb-footer-logo {
    margin-bottom: 20px;
}

.cb-footer-logo img {
    max-height: 50px;
    width: auto;
    display: inline-block;
}

.cb-footer-logo .cb-logo-text {
    font-size: 24px;
    font-weight: 800;
    color: #ffc629;
    letter-spacing: 0.5px;
}

/* Menus Wrapper */
.cb-footer-menus-wrapper {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-bottom: 20px;
}

/* Desktop: Horizontal */
.cb-footer-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 16px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.cb-footer-menu li {
    margin: 0;
    padding: 0;
}

.cb-footer-menu a {
    display: inline-block;
    padding: 8px 18px;
    font-size: 14px;
    font-weight: 500;
    color: #eef1fb;
    text-decoration: none;
    border-radius: 999px;
    background: rgba(213, 128, 152, 0.06);
    border: 1px solid rgba(213, 128, 152, 0.12);
    transition: all 0.3s ease;
}

.cb-footer-menu a:hover {
    background: linear-gradient(135deg, #D58098, #ff8acb);
    color: #0c1020;
    border-color: transparent;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(213, 128, 152, 0.3);
}

/* Divider */
.cb-footer-divider {
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.06);
    margin: 10px 0 20px;
}

/* Copyright */
.cb-footer-bottom {
    display: flex;
    justify-content: center;
}

.cb-copy {
    font-size: 13px;
    color: #9aa3c7;
    letter-spacing: 0.3px;
}

/* ============================================================
   PREMIUM GLOSSY FOOTER (Desktop Horizontal, Mobile 2 Columns)
   ============================================================ */

.cb-footer {
    background: linear-gradient(145deg, #0c1020 0%, #141a32 50%, #1b2240 100%);
    padding: 40px 0 20px;
    border-top: 2px solid rgba(213, 128, 152, 0.25);
    text-align: center;
    position: relative;
    overflow: hidden;
}

/* Glossy Shine */
.cb-footer::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 200%;
    height: 2px;
    background: linear-gradient(90deg, transparent, #D58098, #ff8acb, #D58098, transparent);
    animation: footerShine 5s ease-in-out infinite;
    box-shadow: 0 0 20px rgba(213, 128, 152, 0.3);
}

@keyframes footerShine {
    0% { left: -100%; opacity: 0; }
    30% { opacity: 1; }
    70% { opacity: 1; }
    100% { left: 100%; opacity: 0; }
}

/* Logo */
.cb-footer-logo {
    margin-bottom: 20px;
}

.cb-footer-logo img {
    max-height: 50px;
    width: auto;
    display: inline-block;
}

.cb-footer-logo .cb-logo-text {
    font-size: 24px;
    font-weight: 800;
    color: #ffc629;
    letter-spacing: 0.5px;
}

/* ===== DESKTOP MENUS (Horizontal) ===== */
.desktop-menus {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-bottom: 20px;
}

.desktop-menus .cb-footer-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 16px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.desktop-menus .cb-footer-menu li {
    margin: 0;
    padding: 0;
}

.desktop-menus .cb-footer-menu a {
    display: inline-block;
    padding: 8px 18px;
    font-size: 14px;
    font-weight: 500;
    color: #eef1fb;
    text-decoration: none;
    border-radius: 999px;
    background: rgba(213, 128, 152, 0.06);
    border: 1px solid rgba(213, 128, 152, 0.12);
    transition: all 0.3s ease;
}

.desktop-menus .cb-footer-menu a:hover {
    background: linear-gradient(135deg, #D58098, #ff8acb);
    color: #0c1020;
    border-color: transparent;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(213, 128, 152, 0.3);
}

/* ===== MOBILE 2 COLUMNS (Only shows on mobile) ===== */
.cb-footer-mobile-grid {
    display: none; /* Hidden on desktop */
    width: 100%;
    margin-bottom: 20px;
}

.cb-footer-col {
    text-align: left;
    padding: 0 10px;
}

.cb-footer-label {
    font-size: 15px;
    font-weight: 700;
    color: #ffc629;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 10px;
    border-bottom: 1px solid rgba(213, 128, 152, 0.15);
    padding-bottom: 6px;
}

.cb-footer-col-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.cb-footer-col-menu li {
    margin-bottom: 6px;
}

.cb-footer-col-menu a {
    display: inline-block;
    padding: 5px 0;
    font-size: 13px;
    color: #9aa3c7;
    text-decoration: none;
    transition: all 0.3s ease;
}

.cb-footer-col-menu a:hover {
    color: #D58098;
    padding-left: 6px;
}

/* Divider */
.cb-footer-divider {
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.06);
    margin: 10px 0 20px;
}

/* Copyright */
.cb-footer-bottom {
    display: flex;
    justify-content: center;
}

.cb-copy {
    font-size: 13px;
    color: #9aa3c7;
    letter-spacing: 0.3px;
}

/* ============================================================
   RESPONSIVE: Hide Desktop, Show Mobile 2-Column
   ============================================================ */
@media (max-width: 768px) {
    .desktop-menus {
        display: none !important;
    }

    .cb-footer-mobile-grid {
        display: grid !important;
        grid-template-columns: 1fr 1fr !important;
        gap: 20px !important;
        padding: 0 10px !important;
    }

    .cb-footer-col {
        text-align: left;
    }
}

@media (max-width: 480px) {
    .cb-footer-mobile-grid {
        gap: 15px !important;
        padding: 0 5px !important;
    }

    .cb-footer-label {
        font-size: 13px;
    }

    .cb-footer-col-menu a {
        font-size: 12px;
    }
}