/*
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
*/

/* ============================================================
   MOBILE VIEW - Fixed 480px center column
   ============================================================ */

/* Reset and Base */
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html, body {
    margin: 0;
    padding: 0;
    min-height: 100vh;
}

body.cb-body {
    background: #161616 !important;
    color: #eef1fb;
    font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    line-height: 1.65;
    -webkit-font-smoothing: antialiased;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    min-height: 100vh;
    margin: 0;
    padding-bottom: 0;
}

/* Mobile Container - 480px center column */
.cb-mobile-wrapper {
    width: 100%;
    max-width: 480px;
    min-height: 100vh;
    background: #181A21;
    position: relative;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    box-shadow: 0 0 40px rgba(0,0,0,0.8);
    overflow: visible;
    padding-bottom: 80px;
}

/* Remove default container padding for mobile */
.cb-container {
    max-width: 100%;
    margin: 0;
    padding: 0 20px;
}

/* ============================================================
   HEADER - Mobile View (Sticky)
   ============================================================ */
.cb-header {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 999;
    background: #21262E !important;
    border-bottom: 1px solid rgba(255,255,255,.06);
    height: 60px;
    min-height: 60px;
    width: 100%;
    flex-shrink: 0;
}

.cb-header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 60px;
    padding: 0 15px;
    gap: 10px;
    width: 100%;
}

/* Site Logo - Small */
.cb-logo {
    display: flex;
    align-items: center;
    flex: 0 0 auto;
    line-height: 0;
    margin-right: auto;
}

.cb-logo img {
    height: 24px !important;
    width: auto !important;
    max-width: 80px !important;
    display: block;
    object-fit: contain;
}

.cb-logo .custom-logo {
    height: 24px !important;
    width: auto !important;
    max-width: 80px !important;
    display: block;
    object-fit: contain;
}

.cb-logo-text {
    font-weight: 800;
    font-size: 14px;
    color: #ffc629;
    letter-spacing: .4px;
    line-height: 1;
}

/* Header Right Icons - Nasa tabi ng button */
.cb-header-actions {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
}

/* Search Icon - No background */
.cb-search-toggle {
    background: transparent !important;
    border: none !important;
    color: #8F98A6 !important;
    width: 24px;
    height: 24px;
    cursor: default;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    transition: none;
    opacity: 1;
    order: 2;
}

.cb-search-toggle svg {
    width: 20px;
    height: 20px;
    stroke: #8F98A6;
}

/* Headset Icon - No background */
.cb-headset-icon {
    background: transparent !important;
    border: none !important;
    color: #8F98A6 !important;
    width: 24px;
    height: 24px;
    cursor: default;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    order: 3;
}

.cb-headset-icon svg {
    width: 20px;
    height: 20px;
    stroke: #8F98A6;
    fill: none;
}

/* Login/Register Button - Gradient - Una sa right side */
.cb-cta {
    flex: 0 0 auto;
    background: linear-gradient(90deg, #E04546 0%, #F85758 100%) !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    padding: 12px 20px !important;
    border-radius: 8px;
    line-height: 1;
    text-decoration: none;
    border: none;
    cursor: pointer;
    white-space: nowrap;
    letter-spacing: 0.3px;
    min-height: 42px !important;
    display: flex;
    align-items: center;
    transition: opacity 0.2s ease;
    order: 1;
}

.cb-cta:hover {
    opacity: 0.9;
    transform: none !important;
}

/* Hide burger menu in mobile view */
.cb-burger {
    display: none !important;
}

/* Hide navigation in header */
.cb-nav {
    display: none !important;
}

/* Hide search bar */
.cb-searchbar {
    display: none !important;
}

/* ============================================================
   MAIN CONTENT - Full width inside 480px container
   ============================================================ */
#cb-content {
    flex: 1;
    width: 100%;
    padding: 0;
}

/* ============================================================
   LAYOUT: Content + Sidebar - Mobile
   ============================================================ */
.cb-wrap {
    display: flex;
    flex-direction: column;
    gap: 20px;
    padding: 20px 15px 40px;
    width: 100%;
}

.cb-main {
    width: 100%;
    min-width: 0;
}

.cb-sidebar {
    width: 100%;
    order: 2;
}

/* ============================================================
   POST GRID - Mobile (1 column)
   ============================================================ */
.cb-grid {
    display: grid;
    grid-template-columns: 1fr !important;
    gap: 16px;
    width: 100%;
}

.cb-grid--3 {
    grid-template-columns: 1fr !important;
}

/* ============================================================
   CARDS - Mobile
   ============================================================ */
.cb-card {
    background: #21262E;
    border: 1px solid rgba(255,255,255,.06);
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: none;
    width: 100%;
}

.cb-card:hover {
    transform: none !important;
    border-color: rgba(238, 79, 80, 0.3) !important;
}

.cb-card-media {
    aspect-ratio: 16/9;
    background: #2a303a;
    position: relative;
    overflow: hidden;
}

.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: #EE4F50;
    font-weight: 800;
    font-size: 30px;
    opacity: .4;
    background: #2a303a;
}

.cb-card-body {
    padding: 14px 16px 16px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    flex: 1;
}

/* Card Badge - Category */
.cb-card .cb-badge {
    display: inline-block;
    padding: 3px 10px;
    border-radius: 999px;
    background: rgba(238, 79, 80, 0.15);
    color: #EE4F50;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    text-decoration: none;
    align-self: flex-start;
}

.cb-card .cb-badge:hover {
    background: #EE4F50;
    color: #FFFFFF;
}

/* Card Title */
.cb-card-title {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
    margin: 0;
}

.cb-card-title a {
    color: #eef1fb;
    text-decoration: none;
    transition: color 0.2s ease;
}

.cb-card-title a:hover {
    color: #EE4F50;
}

/* Card Excerpt */
.cb-card-excerpt {
    color: #9aa3c7;
    font-size: 13px;
    margin: 0;
    line-height: 1.5;
}

/* Card Meta */
.cb-card .cb-meta {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
    color: #9aa3c7;
    font-size: 12px;
    margin-top: auto;
    padding-top: 6px;
    border-top: 1px solid rgba(255,255,255,.04);
}

.cb-card .cb-meta .cb-dot {
    opacity: .5;
}

.cb-card .cb-meta span {
    color: #9aa3c7;
}

/* ============================================================
   FEATURED POST - Mobile
   ============================================================ */
.cb-featured {
    background: #21262E;
    border: 1px solid rgba(255,255,255,.06);
    border-radius: 12px;
    overflow: hidden;
    margin-bottom: 20px;
    width: 100%;
}

.cb-featured:hover {
    border-color: rgba(238, 79, 80, 0.3) !important;
}

.cb-featured-media {
    position: relative;
    aspect-ratio: 16/8;
    background: #2a303a;
    overflow: hidden;
}

.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: #EE4F50;
    font-weight: 800;
    font-size: 36px;
    opacity: .4;
    background: #2a303a;
}

.cb-featured-body {
    padding: 18px 20px 22px;
}

/* Featured Badge */
.cb-featured-body .cb-badge {
    display: inline-block;
    padding: 3px 10px;
    border-radius: 999px;
    background: rgba(238, 79, 80, 0.15);
    color: #EE4F50;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    text-decoration: none;
}

.cb-featured-body .cb-badge:hover {
    background: #EE4F50;
    color: #FFFFFF;
}

.cb-featured-title {
    font-size: 20px;
    font-weight: 800;
    margin: 10px 0 8px;
    line-height: 1.2;
}

.cb-featured-title a {
    color: #eef1fb;
    text-decoration: none;
    transition: color 0.2s ease;
}

.cb-featured-title a:hover {
    color: #EE4F50;
}

.cb-featured-excerpt {
    color: #9aa3c7;
    margin: 0 0 14px;
    font-size: 14px;
    line-height: 1.6;
}

.cb-featured .cb-meta {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
    color: #9aa3c7;
    font-size: 12px;
    padding-top: 6px;
    border-top: 1px solid rgba(255,255,255,.04);
}

.cb-featured .cb-meta .cb-dot {
    opacity: .5;
}

.cb-featured .cb-meta span {
    color: #9aa3c7;
}

/* ============================================================
   SIDEBAR - Mobile
   ============================================================ */
.cb-sidebar {
    width: 100%;
    order: 2;
}

/* Widget Container */
.cb-widget {
    background: #21262E;
    border: 1px solid rgba(255,255,255,.06);
    border-radius: 12px;
    padding: 16px;
    margin-bottom: 16px;
    width: 100%;
}

.cb-widget:hover {
    border-color: rgba(238, 79, 80, 0.2);
}

/* Widget Title */
.cb-widget-title {
    font-size: 14px;
    font-weight: 800;
    margin: 0 0 12px;
    text-transform: uppercase;
    letter-spacing: 0.4px;
    color: #eef1fb;
    padding-bottom: 8px;
    border-bottom: 2px solid rgba(238, 79, 80, 0.3);
}

/* Widget Lists */
.cb-widget ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

/* Recent Posts */
.cb-rp {
    display: flex;
    gap: 12px;
    padding: 10px 0;
    border-top: 1px solid rgba(255,255,255,.06);
}

.cb-rp:first-child {
    border-top: none;
    padding-top: 0;
}

.cb-rp-thumb {
    flex: 0 0 56px;
    width: 56px;
    height: 56px;
    border-radius: 8px;
    overflow: hidden;
    background: #2a303a;
    border: 1px solid rgba(255,255,255,.04);
}

.cb-rp-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cb-rp-thumb .cb-rp-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #EE4F50;
    font-weight: 700;
    font-size: 18px;
    background: #2a303a;
    opacity: 0.5;
}

.cb-rp-title {
    font-size: 13px;
    font-weight: 600;
    line-height: 1.35;
    margin: 0 0 4px;
}

.cb-rp-title a {
    color: #eef1fb;
    text-decoration: none;
    transition: color 0.2s ease;
}

.cb-rp-title a:hover {
    color: #EE4F50;
}

.cb-rp-date {
    font-size: 11px;
    color: #9aa3c7;
}

/* Categories */
.cb-cats li {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    padding: 8px 0;
    border-top: 1px solid rgba(255,255,255,.06);
    font-size: 13px;
}

.cb-cats li:first-child {
    border-top: none;
}

.cb-cats a {
    color: #9aa3c7;
    text-decoration: none;
    transition: color 0.2s ease;
}

.cb-cats a:hover {
    color: #EE4F50;
}

.cb-count {
    font-size: 11px;
    color: #9aa3c7;
    background: #2a303a;
    border-radius: 999px;
    padding: 1px 8px;
    font-weight: 600;
}

/* Search Form in Sidebar */
.cb-widget .cb-searchform {
    display: flex;
    gap: 8px;
    width: 100%;
}

.cb-widget .cb-searchform input[type="search"],
.cb-widget .cb-searchform input[type="text"] {
    flex: 1;
    background: #2a303a;
    border: 1px solid rgba(255,255,255,.06);
    color: #eef1fb;
    border-radius: 8px;
    padding: 10px 12px;
    font-size: 13px;
    font-family: inherit;
    width: 100%;
    transition: border-color 0.2s ease;
}

.cb-widget .cb-searchform input[type="search"]:focus,
.cb-widget .cb-searchform input[type="text"]:focus {
    border-color: #EE4F50;
    outline: none;
}

.cb-widget .cb-searchform input::placeholder {
    color: #8F98A6;
}

.cb-widget .cb-searchform button {
    flex: 0 0 auto;
    background: linear-gradient(90deg, #E04546 0%, #F85758 100%);
    color: #ffffff;
    font-weight: 700;
    font-size: 13px;
    padding: 10px 16px;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    line-height: 1;
    transition: opacity 0.2s ease;
}

.cb-widget .cb-searchform button:hover {
    opacity: 0.9;
}

/* Widget Links */
.cb-widget a {
    color: #9aa3c7;
    text-decoration: none;
    transition: color 0.2s ease;
}

.cb-widget a:hover {
    color: #EE4F50;
}

/* Widget Select & Input */
.cb-widget select,
.cb-widget .wp-block-search__input {
    width: 100%;
    background: #2a303a;
    border: 1px solid rgba(255,255,255,.06);
    color: #eef1fb;
    border-radius: 8px;
    padding: 9px 12px;
    font-family: inherit;
    font-size: 13px;
}

.cb-widget select:focus,
.cb-widget .wp-block-search__input:focus {
    border-color: #EE4F50;
    outline: none;
}

/* Tag Cloud */
.cb-widget .tagcloud a {
    display: inline-block;
    padding: 4px 10px;
    margin: 3px 2px;
    background: #2a303a;
    border-radius: 999px;
    font-size: 12px !important;
    color: #9aa3c7;
    text-decoration: none;
    transition: all 0.2s ease;
    border: 1px solid rgba(255,255,255,.04);
}

.cb-widget .tagcloud a:hover {
    background: #EE4F50;
    color: #FFFFFF;
    border-color: #EE4F50;
    transform: translateY(-1px);
}

/* Calendar Widget */
.cb-widget .wp-calendar-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
}

.cb-widget .wp-calendar-table caption {
    color: #eef1fb;
    font-weight: 700;
    padding: 4px 0 8px;
}

.cb-widget .wp-calendar-table th {
    color: #9aa3c7;
    padding: 4px;
    text-align: center;
}

.cb-widget .wp-calendar-table td {
    color: #9aa3c7;
    padding: 4px;
    text-align: center;
    border: 1px solid rgba(255,255,255,.04);
}

.cb-widget .wp-calendar-table td a {
    color: #EE4F50;
    font-weight: 700;
}

.cb-widget .wp-calendar-table td a:hover {
    color: #E04546;
}

.cb-widget .wp-calendar-nav {
    display: flex;
    justify-content: space-between;
    padding-top: 8px;
}

.cb-widget .wp-calendar-nav a {
    color: #9aa3c7;
    text-decoration: none;
}

.cb-widget .wp-calendar-nav a:hover {
    color: #EE4F50;
}

/* ============================================================
   SINGLE POST - Mobile
   ============================================================ */
.cb-single-head {
    max-width: 100%;
    text-align: center;
    padding: 0 0 16px;
}

.cb-single-head .cb-badge {
    display: inline-block;
    padding: 3px 10px;
    border-radius: 999px;
    background: rgba(238, 79, 80, 0.15);
    color: #EE4F50;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    text-decoration: none;
    margin-bottom: 8px;
}

.cb-single-head .cb-badge:hover {
    background: #EE4F50;
    color: #FFFFFF;
}

.cb-single-title {
    font-size: 24px;
    font-weight: 800;
    line-height: 1.18;
    margin: 10px 0 12px;
    color: #eef1fb;
    text-align: center;
}

.cb-single-meta {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #9aa3c7;
    font-size: 13px;
    margin-bottom: 18px;
    flex-wrap: wrap;
}

.cb-single-meta .cb-avatar {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    overflow: hidden;
    background: #2a303a;
    flex: 0 0 auto;
    border: 2px solid rgba(238, 79, 80, 0.2);
}

.cb-single-meta .cb-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cb-single-meta .cb-dot {
    opacity: 0.5;
}

.cb-single-meta a {
    color: #9aa3c7;
    text-decoration: none;
    transition: color 0.2s ease;
}

.cb-single-meta a:hover {
    color: #EE4F50;
}

.cb-single-media {
    border-radius: 12px;
    overflow: hidden;
    margin: 0 0 24px;
    background: transparent;
}

.cb-single-media img {
    width: 100%;
    height: auto;
    display: block;
}

/* ============================================================
   ARTICLE CONTENT
   ============================================================ */
.cb-article {
    font-size: 15px;
    color: #dfe3f3;
    line-height: 1.8;
}

.cb-article p {
    margin: 0 0 1.15em;
    font-size: 15px;
    line-height: 1.8;
    color: #dfe3f3;
}

.cb-article h1,
.cb-article h2,
.cb-article h3,
.cb-article h4,
.cb-article h5,
.cb-article h6 {
    color: #eef1fb;
    margin-top: 1.5em;
    margin-bottom: 0.5em;
}

.cb-article h1 {
    font-size: 26px;
}

.cb-article h2 {
    font-size: 22px;
}

.cb-article h3 {
    font-size: 18px;
}

.cb-article h4 {
    font-size: 16px;
}

.cb-article h5 {
    font-size: 15px;
}

.cb-article h6 {
    font-size: 14px;
}

.cb-article a {
    color: #EE4F50;
    text-decoration: underline;
    text-underline-offset: 3px;
    transition: color 0.2s ease;
}

.cb-article a:hover {
    color: #E04546;
}

.cb-article ul,
.cb-article ol {
    margin: 0 0 1.2em;
    padding-left: 1.3em;
    color: #dfe3f3;
}

.cb-article li {
    margin: 0.3em 0;
    color: #dfe3f3;
}

.cb-article img,
.cb-article .wp-block-image {
    border-radius: 12px;
    margin: 1.2em 0;
    max-width: 100%;
    height: auto;
    border: 0px !important;
}

.cb-article .wp-block-image figcaption {
    color: #9aa3c7;
    font-size: 13px;
    text-align: center;
    margin-top: 4px;
}

.cb-article blockquote {
    margin: 1.4em 0;
    padding: 6px 20px;
    border-left: 3px solid #EE4F50;
    color: #eef1fb;
    font-style: italic;
    background: rgba(238, 79, 80, 0.05);
    border-radius: 0 8px 8px 0;
}

.cb-article blockquote p {
    margin: 0;
    color: #eef1fb;
}

.cb-article blockquote cite {
    display: block;
    margin-top: 8px;
    color: #9aa3c7;
    font-size: 13px;
    font-style: normal;
}

.cb-article code,
.cb-article pre {
    background: #2a303a;
    padding: 2px 6px;
    border-radius: 6px;
    font-size: 0.92em;
    color: #eef1fb;
    border: 1px solid rgba(255,255,255,.06);
}

.cb-article pre {
    padding: 16px;
    overflow-x: auto;
}

.cb-article table {
    width: 100%;
    border-collapse: collapse;
    margin: 1.2em 0;
    font-size: 14px;
}

.cb-article table th,
.cb-article table td {
    padding: 8px 12px;
    border: 1px solid rgba(255,255,255,.06);
    text-align: left;
}

.cb-article table th {
    background: #2a303a;
    color: #eef1fb;
    font-weight: 700;
}

.cb-article table td {
    color: #dfe3f3;
}

.cb-article .cb-page-links {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin: 1.5em 0;
    padding: 12px 0;
    border-top: 1px solid rgba(255,255,255,.06);
    border-bottom: 1px solid rgba(255,255,255,.06);
}

.cb-article .cb-page-links a {
    display: inline-block;
    padding: 6px 12px;
    background: #2a303a;
    border-radius: 6px;
    color: #9aa3c7;
    text-decoration: none;
    transition: all 0.2s ease;
}

.cb-article .cb-page-links a:hover {
    background: #EE4F50;
    color: #FFFFFF;
}

.cb-article .cb-page-links span {
    display: inline-block;
    padding: 6px 12px;
    background: #EE4F50;
    border-radius: 6px;
    color: #FFFFFF;
    font-weight: 700;
}

/* ============================================================
   BREADCRUMB - Mobile
   ============================================================ */
.cb-breadcrumb {
    font-size: 12px;
    color: #9aa3c7;
    margin-bottom: 10px;
    text-align: center;
}

.cb-breadcrumb a {
    color: #9aa3c7;
    text-decoration: none;
    transition: color 0.2s ease;
}

.cb-breadcrumb a:hover {
    color: #EE4F50;
}

/* ============================================================
   BADGE - Mobile
   ============================================================ */
.cb-badge {
    display: inline-block;
    padding: 3px 10px;
    border-radius: 999px;
    background: rgba(238, 79, 80, 0.15);
    color: #EE4F50;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.2s ease;
}

.cb-badge:hover {
    background: #EE4F50;
    color: #FFFFFF;
}

/* ============================================================
   META - Mobile
   ============================================================ */
.cb-meta {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
    color: #9aa3c7;
    font-size: 12px;
    margin-top: auto;
}

.cb-meta .cb-dot {
    opacity: .5;
}

/* ============================================================
   PAGINATION - Mobile
   ============================================================ */
.cb-pagination {
    margin-top: 24px;
}

.cb-pagination .nav-links {
    display: flex;
    gap: 6px;
    flex-wrap: wrap;
    justify-content: center;
}

.cb-pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 36px;
    height: 36px;
    padding: 0 10px;
    border-radius: 8px;
    border: 1px solid rgba(255,255,255,.06);
    color: #9aa3c7;
    font-weight: 600;
    font-size: 13px;
    text-decoration: none;
    transition: all 0.2s ease;
}

.cb-pagination .page-numbers.current {
    background: linear-gradient(90deg, #E04546 0%, #F85758 100%);
    color: #ffffff;
    border-color: transparent;
}

.cb-pagination a.page-numbers:hover {
    color: #EE4F50;
    border-color: rgba(238, 79, 80, 0.3);
}

/* ============================================================
   SECTION TITLE - Mobile
   ============================================================ */
.cb-section-title {
    font-size: 16px;
    font-weight: 800;
    margin: 0 0 14px;
    display: flex;
    align-items: center;
    gap: 8px;
    color: #eef1fb;
}

.cb-section-title::before {
    content: "";
    width: 16px;
    height: 3px;
    border-radius: 3px;
    background: #EE4F50;
    display: inline-block;
    flex-shrink: 0;
}

/* ============================================================
   PAGE HEAD - Mobile
   ============================================================ */
.cb-page-head {
    padding: 20px 0 10px;
    width: 100%;
    text-align: center;
}

.cb-archive-title {
    font-size: 22px;
    font-weight: 800;
    margin: 0;
    color: #eef1fb;
    text-align: center;
}

.cb-archive-desc {
    color: #9aa3c7;
    margin-top: 8px;
    max-width: 100%;
    font-size: 14px;
    text-align: center;
}

.cb-page-title {
    font-size: 24px;
    font-weight: 800;
    margin: 0 0 14px;
    color: #eef1fb;
    text-align: center;
}

/* ============================================================
   TAGS - Mobile
   ============================================================ */
.cb-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin: 28px 0 20px;
    justify-content: center;
}

.cb-tags a {
    font-size: 12px;
    color: #9aa3c7;
    border: 1px solid rgba(255,255,255,.06);
    padding: 4px 10px;
    border-radius: 999px;
    text-decoration: none;
    transition: all 0.2s ease;
}

.cb-tags a:hover {
    border-color: #EE4F50;
    color: #EE4F50;
}

/* ============================================================
   AUTHOR BOX - Mobile
   ============================================================ */
.cb-author {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    background: #21262E;
    border: 1px solid rgba(255,255,255,.06);
    border-radius: 12px;
    padding: 16px;
    margin: 20px 0 28px;
    transition: border-color 0.2s ease;
}

.cb-author:hover {
    border-color: rgba(238, 79, 80, 0.2);
}

.cb-author .cb-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    overflow: hidden;
    flex: 0 0 auto;
    border: 2px solid rgba(238, 79, 80, 0.2);
}

.cb-author .cb-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cb-author-name {
    font-weight: 800;
    margin: 0 0 4px;
    color: #eef1fb;
    font-size: 14px;
}

.cb-author-bio {
    color: #9aa3c7;
    font-size: 13px;
    margin: 0;
    line-height: 1.6;
}

/* ============================================================
   RELATED POSTS - Mobile
   ============================================================ */
.cb-related {
    margin-top: 28px;
    width: 100%;
}

.cb-related .cb-section-title {
    font-size: 16px;
    font-weight: 800;
    margin: 0 0 14px;
    display: flex;
    align-items: center;
    gap: 8px;
    color: #eef1fb;
}

.cb-related .cb-section-title::before {
    content: "";
    width: 16px;
    height: 3px;
    border-radius: 3px;
    background: #EE4F50;
    display: inline-block;
    flex-shrink: 0;
}

/* ============================================================
   RESPONSIVE - Small screens
   ============================================================ */
@media (max-width: 480px) {
    .cb-single-title {
        font-size: 20px;
    }
    
    .cb-article {
        font-size: 14px;
    }
    
    .cb-article p {
        font-size: 14px;
    }
    
    .cb-article h1 {
        font-size: 22px;
    }
    
    .cb-article h2 {
        font-size: 18px;
    }
    
    .cb-article h3 {
        font-size: 16px;
    }
    
    .cb-author {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    
    .cb-author .cb-avatar {
        width: 56px;
        height: 56px;
    }
    
    .cb-tags {
        justify-content: center;
    }
}

/* ============================================================
   FOOTER - Mobile
   ============================================================ */
.cb-footer {
    background: #21262E !important;
    border-top: 1px solid rgba(255,255,255,.06);
    padding: 24px 0;
    margin-top: 0;
    width: 100%;
    flex-shrink: 0;
}

.cb-footer-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 12px;
    padding: 0 15px;
}

.cb-copy {
    color: #9aa3c7;
    font-size: 12px;
}

.cb-footer-nav ul {
    list-style: none;
    display: flex;
    gap: 14px;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
    justify-content: center;
}

.cb-footer-nav a {
    color: #9aa3c7;
    font-size: 12px;
    text-decoration: none;
}

.cb-footer-nav a:hover {
    color: #ffc629;
}

/* ============================================================
   PAGE - Mobile
   ============================================================ */
.cb-page {
    max-width: 100%;
    margin: 0;
    width: 100%;
    padding: 0 15px;
}

/* ============================================================
   COMMENTS - Mobile
   ============================================================ */
.cb-comments {
    margin-top: 30px;
    width: 100%;
}

/* Comments Title */
.cb-comments .comments-title,
.cb-comments .comment-reply-title {
    font-size: 18px;
    font-weight: 700;
    color: #eef1fb;
    margin-bottom: 16px;
    padding-bottom: 10px;
    border-bottom: 2px solid rgba(238, 79, 80, 0.3);
}

/* Comment List */
.cb-comments .comment-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.cb-comments .comment {
    margin-bottom: 16px;
}

.cb-comments .comment-body {
    background: #21262E;
    border: 1px solid rgba(255,255,255,.06);
    border-radius: 12px;
    padding: 16px 18px;
    margin: 0;
    transition: border-color 0.2s ease;
}

.cb-comments .comment-body:hover {
    border-color: rgba(238, 79, 80, 0.2);
}

/* Comment Meta */
.cb-comments .comment-meta {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 8px;
}

.cb-comments .comment-author {
    font-weight: 700;
    font-size: 14px;
    color: #eef1fb;
}

.cb-comments .comment-author .avatar {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 6px;
    border: 2px solid rgba(238, 79, 80, 0.2);
}

.cb-comments .comment-author .says {
    display: none;
}

.cb-comments .comment-metadata {
    font-size: 12px;
    color: #9aa3c7;
}

.cb-comments .comment-metadata a {
    color: #9aa3c7;
    text-decoration: none;
    transition: color 0.2s ease;
}

.cb-comments .comment-metadata a:hover {
    color: #EE4F50;
}

/* Comment Content */
.cb-comments .comment-content {
    color: #dfe3f3;
    font-size: 14px;
    line-height: 1.7;
    margin: 6px 0 10px;
}

.cb-comments .comment-content p {
    margin: 0 0 0.8em;
}

.cb-comments .comment-content p:last-child {
    margin-bottom: 0;
}

/* Comment Reply Link */
.cb-comments .reply {
    margin-top: 8px;
}

.cb-comments .comment-reply-link {
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    color: #EE4F50;
    text-decoration: none;
    padding: 4px 12px;
    border-radius: 999px;
    border: 1px solid rgba(238, 79, 80, 0.3);
    transition: all 0.2s ease;
}

.cb-comments .comment-reply-link:hover {
    background: #EE4F50;
    color: #FFFFFF;
    border-color: #EE4F50;
}

/* Nested Comments */
.cb-comments .children {
    list-style: none;
    margin: 12px 0 0 20px;
    padding: 0;
}

.cb-comments .children .comment-body {
    background: #1e2329;
    border-color: rgba(255,255,255,.04);
}

/* Comment Form */
.cb-comments .comment-respond {
    margin-top: 24px;
    background: #21262E;
    border: 1px solid rgba(255,255,255,.06);
    border-radius: 12px;
    padding: 20px;
}

.cb-comments .comment-respond .comment-reply-title {
    font-size: 16px;
    margin-bottom: 14px;
    padding-bottom: 8px;
}

.cb-comments .comment-notes {
    color: #9aa3c7;
    font-size: 13px;
    margin-bottom: 14px;
}

.cb-comments .comment-form {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.cb-comments .comment-form label {
    display: block;
    color: #eef1fb;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 4px;
}

.cb-comments .comment-form input[type="text"],
.cb-comments .comment-form input[type="email"],
.cb-comments .comment-form input[type="url"],
.cb-comments .comment-form textarea {
    width: 100%;
    background: #2a303a;
    border: 1px solid rgba(255,255,255,.06);
    color: #eef1fb;
    border-radius: 8px;
    padding: 10px 12px;
    font-family: inherit;
    font-size: 14px;
    transition: border-color 0.2s ease;
}

.cb-comments .comment-form input[type="text"]:focus,
.cb-comments .comment-form input[type="email"]:focus,
.cb-comments .comment-form input[type="url"]:focus,
.cb-comments .comment-form textarea:focus {
    border-color: #EE4F50;
    outline: none;
}

.cb-comments .comment-form textarea {
    min-height: 100px;
    resize: vertical;
}

.cb-comments .comment-form .comment-form-cookies-consent {
    display: flex;
    align-items: center;
    gap: 8px;
}

.cb-comments .comment-form .comment-form-cookies-consent input[type="checkbox"] {
    width: 16px;
    height: 16px;
    accent-color: #EE4F50;
}

.cb-comments .comment-form .comment-form-cookies-consent label {
    font-size: 12px;
    font-weight: 400;
    color: #9aa3c7;
    margin: 0;
}

/* Submit Button */
.cb-comments .comment-form .submit {
    background: linear-gradient(90deg, #E04546 0%, #F85758 100%);
    color: #ffffff;
    font-weight: 700;
    font-size: 14px;
    padding: 12px 24px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    transition: opacity 0.2s ease;
    align-self: flex-start;
}

.cb-comments .comment-form .submit:hover {
    opacity: 0.9;
}

/* Comment Pagination */
.cb-comments .comment-navigation {
    display: flex;
    justify-content: space-between;
    margin-top: 16px;
}

.cb-comments .comment-navigation a {
    color: #EE4F50;
    text-decoration: none;
    font-weight: 600;
    font-size: 13px;
    padding: 6px 12px;
    border-radius: 8px;
    border: 1px solid rgba(238, 79, 80, 0.2);
    transition: all 0.2s ease;
}

.cb-comments .comment-navigation a:hover {
    background: #EE4F50;
    color: #FFFFFF;
    border-color: #EE4F50;
}

/* No Comments */
.cb-comments .no-comments {
    color: #9aa3c7;
    font-size: 14px;
    text-align: center;
    padding: 20px 0;
}

/* ============================================================
   RESPONSIVE - Small screens
   ============================================================ */
@media (max-width: 480px) {
    .cb-comments .comment-body {
        padding: 14px 14px;
    }
    
    .cb-comments .children {
        margin-left: 12px;
    }
    
    .cb-comments .comment-respond {
        padding: 16px;
    }
    
    .cb-comments .comment-form .submit {
        width: 100%;
        text-align: center;
    }
    
    .cb-comments .comment-meta {
        gap: 6px;
    }
    
    .cb-comments .comment-author {
        font-size: 13px;
    }
}

/* ============================================================
   404 PAGE - Mobile
   ============================================================ */
.cb-404 {
    text-align: center;
    padding: 60px 20px 40px;
    width: 100%;
    min-height: 50vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.cb-404 h1 {
    font-size: 80px;
    font-weight: 900;
    margin: 0;
    color: #EE4F50;
    line-height: 1;
    text-shadow: 0 4px 20px rgba(238, 79, 80, 0.2);
}

.cb-404 h2 {
    font-size: 24px;
    font-weight: 700;
    color: #eef1fb;
    margin: 12px 0 8px;
}

.cb-404 p {
    color: #9aa3c7;
    font-size: 15px;
    margin: 0 0 8px;
    max-width: 320px;
    line-height: 1.6;
}

.cb-404 .cb-404-icon {
    font-size: 60px;
    margin-bottom: 10px;
    opacity: 0.3;
}

.cb-404 .cb-searchform {
    max-width: 320px;
    margin: 20px auto 0;
    width: 100%;
}

.cb-404 .cb-searchform input[type="search"] {
    flex: 1;
    background: #2a303a;
    border: 1px solid rgba(255,255,255,.06);
    color: #eef1fb;
    border-radius: 8px;
    padding: 10px 12px;
    font-size: 14px;
    font-family: inherit;
    width: 100%;
    transition: border-color 0.2s ease;
}

.cb-404 .cb-searchform input[type="search"]:focus {
    border-color: #EE4F50;
    outline: none;
}

.cb-404 .cb-searchform input::placeholder {
    color: #8F98A6;
}

.cb-404 .cb-searchform button {
    flex: 0 0 auto;
    background: linear-gradient(90deg, #E04546 0%, #F85758 100%);
    color: #ffffff;
    font-weight: 700;
    font-size: 13px;
    padding: 10px 16px;
    border-radius: 8px;
    border: none;
    cursor: pointer;
    line-height: 1;
    transition: all 0.2s ease;
}

.cb-404 .cb-searchform button:hover {
    background: #EE4F50 !important;
    color: #FFFFFF !important;
}

.cb-404 .cb-404-actions {
    display: flex;
    gap: 12px;
    margin-top: 24px;
    flex-wrap: wrap;
    justify-content: center;
}

.cb-404 .cb-404-actions .cb-btn {
    min-width: 140px;
    padding: 10px 20px;
}

.cb-404 .cb-404-actions .cb-btn-primary {
    background: linear-gradient(90deg, #E04546 0%, #F85758 100%);
    color: #ffffff;
}

.cb-404 .cb-404-actions .cb-btn-primary:hover {
    background: #EE4F50 !important;
    color: #FFFFFF !important;
}

.cb-404 .cb-404-actions .cb-btn-ghost {
    background: transparent;
    border: 1px solid rgba(255,255,255,.08);
    color: #eef1fb;
}

.cb-404 .cb-404-actions .cb-btn-ghost:hover {
    background: #EE4F50 !important;
    color: #FFFFFF !important;
    border-color: #EE4F50 !important;
}

/* 404 Decorative line */
.cb-404 .cb-404-line {
    width: 60px;
    height: 3px;
    background: #EE4F50;
    border-radius: 3px;
    margin: 16px auto;
}

/* ============================================================
   RESPONSIVE - Small screens
   ============================================================ */
@media (max-width: 480px) {
    .cb-404 {
        padding: 40px 16px 30px;
        min-height: 40vh;
    }
    
    .cb-404 h1 {
        font-size: 60px;
    }
    
    .cb-404 h2 {
        font-size: 20px;
    }
    
    .cb-404 p {
        font-size: 14px;
        max-width: 280px;
    }
    
    .cb-404 .cb-searchform {
        max-width: 280px;
    }
    
    .cb-404 .cb-404-actions {
        flex-direction: column;
        align-items: center;
        width: 100%;
    }
    
    .cb-404 .cb-404-actions .cb-btn {
        width: 100%;
        max-width: 200px;
        text-align: center;
    }
}

/* ============================================================
   HOME BANNER - Mobile
   ============================================================ */
.cb-home-banner {
    padding-top: 16px;
    width: 100%;
    padding: 0 15px;
}

.cb-home-banner img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 12px;
}

.cb-banner-link {
    display: block;
}

.cb-home-intro {
    background: #21262E;
    border: 1px solid rgba(255,255,255,.06);
    border-radius: 12px;
    padding: 18px 16px;
    width: 100%;
}

.cb-home-intro .cb-page-title {
    margin-bottom: 10px;
}

.cb-home-posts {
    padding: 20px 0;
    width: 100%;
}

.cb-section-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
}

.cb-section-head .cb-section-title {
    margin: 0;
}

.cb-viewall-link {
    color: #ffc629;
    font-weight: 700;
    font-size: 13px;
    white-space: nowrap;
    text-decoration: none;
}

.cb-viewall-link:hover {
    filter: brightness(1.08);
}

.cb-home-rest {
    background: #21262E;
    border: 1px solid rgba(255,255,255,.06);
    border-radius: 12px;
    padding: 18px 16px;
    width: 100%;
}

/* ============================================================
   TAGS - Mobile
   ============================================================ */
.cb-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    margin: 20px 0;
}

.cb-tags a {
    font-size: 12px;
    color: #9aa3c7;
    border: 1px solid rgba(255,255,255,.06);
    padding: 4px 10px;
    border-radius: 999px;
    text-decoration: none;
}

.cb-tags a:hover {
    border-color: #ffc629;
    color: #ffc629;
}

/* ============================================================
   AUTHOR BOX - Mobile
   ============================================================ */
.cb-author {
    display: flex;
    gap: 14px;
    align-items: flex-start;
    background: #21262E;
    border: 1px solid rgba(255,255,255,.06);
    border-radius: 12px;
    padding: 16px;
    margin: 20px 0;
}

.cb-author .cb-avatar {
    width: 48px;
    height: 48px;
}

.cb-author-name {
    font-weight: 800;
    margin: 0 0 4px;
    color: #eef1fb;
    font-size: 14px;
}

.cb-author-bio {
    color: #9aa3c7;
    font-size: 13px;
    margin: 0;
}

/* ============================================================
   RELATED POSTS - Mobile
   ============================================================ */
.cb-related {
    margin-top: 28px;
    width: 100%;
}

/* ============================================================
   BUTTONS - Mobile
   ============================================================ */
.cb-btn {
    display: inline-block;
    padding: 9px 16px;
    border-radius: 999px;
    font-weight: 700;
    font-size: 13px;
    cursor: pointer;
    border: none;
    transition: opacity 0.2s ease;
    text-decoration: none;
}

.cb-btn-primary {
    background: linear-gradient(90deg, #E04546 0%, #F85758 100%);
    color: #ffffff !important;
}

.cb-btn-primary:hover {
    opacity: 0.9;
}

.cb-btn-ghost {
    background: transparent;
    border: 1px solid rgba(255,255,255,.08);
    color: #eef1fb;
}

.cb-btn-ghost:hover {
    border-color: #ffc629;
    color: #ffc629;
}

/* ============================================================
   SCROLLBAR - Optional
   ============================================================ */
::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #181A21;
}

::-webkit-scrollbar-thumb {
    background: #656D79;
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: #2a303a;
}

/* ============================================================
   NAVIGATION BOX - Fixed at bottom of screen
   ============================================================ */
.cb-nav-box {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 470px;
    background: #21262E;
    border-radius: 20px 20px 0 0;
    padding: 8px 0 env(safe-area-inset-bottom, 0);
    z-index: 1000;
    box-shadow: 0 -4px 20px rgba(0,0,0,0.5);
}

.cb-nav-box-inner {
    display: flex;
    justify-content: space-around;
    align-items: stretch;
    padding: 0 5px;
    gap: 0;
}

/* Navigation Item - For both <a> and <button> */
.cb-nav-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    padding: 8px 8px 4px;
    flex: 1;
    position: relative;
    min-height: 68px;
    gap: 3px;
    cursor: pointer;
    background: none;
    border: none;
    font-family: inherit;
    color: inherit;
    width: 100%;
}

/* Icon Styles */
.cb-nav-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    color: #656D79;
}

.cb-nav-icon svg {
    width: 24px;
    height: 24px;
    stroke: currentColor;
    fill: none;
}

/* Icon - Active State */
.cb-nav-item.active .cb-nav-icon {
    color: #EE4F50;
}

.cb-nav-item.active .cb-nav-icon svg {
    stroke: #FFFFFF;
    fill: #EE4F50;
}

/* Label Styles */
.cb-nav-label {
    font-size: 10px;
    font-weight: 500;
    color: #656D79;
    letter-spacing: 0.3px;
    text-transform: uppercase;
    line-height: 1.2;
}

/* Label - Active State */
.cb-nav-item.active .cb-nav-label {
    color: #FFFFFF;
}

/* Underline */
.cb-nav-underline {
    display: block;
    width: 24px;
    height: 4px;
    background: transparent;
    border-radius: 4px;
    margin: 2px auto 0;
    flex-shrink: 0;
}

/* Underline - Active State */
.cb-nav-item.active .cb-nav-underline {
    background: #EE4F50;
}

/* ============================================================
   NO HOVER - Keep everything the same except cursor
   ============================================================ */
.cb-nav-item:hover {
    text-decoration: none;
}

.cb-nav-item:hover .cb-nav-icon {
    color: #656D79;
}

.cb-nav-item:hover .cb-nav-icon svg {
    stroke: #656D79;
    fill: none;
}

.cb-nav-item:hover .cb-nav-label {
    color: #656D79;
}

.cb-nav-item:hover .cb-nav-underline {
    background: transparent;
}

/* Active hover - Keep active styles */
.cb-nav-item.active:hover .cb-nav-icon {
    color: #EE4F50;
}

.cb-nav-item.active:hover .cb-nav-icon svg {
    stroke: #FFFFFF;
    fill: #EE4F50;
}

.cb-nav-item.active:hover .cb-nav-label {
    color: #FFFFFF;
}

.cb-nav-item.active:hover .cb-nav-underline {
    background: #EE4F50;
}

/* Menu Button - Ensure consistent layout */
.cb-nav-menu-btn {
    background: none !important;
    border: none !important;
    font-family: inherit !important;
    color: inherit !important;
    cursor: pointer !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    padding: 8px 8px 4px !important;
    flex: 1 !important;
    position: relative !important;
    min-height: 68px !important;
    gap: 3px !important;
    width: 100% !important;
    text-decoration: none !important;
}

/* Make sure menu button hover matches others */
.cb-nav-menu-btn:hover .cb-nav-icon {
    color: #656D79 !important;
}

.cb-nav-menu-btn:hover .cb-nav-icon svg {
    stroke: #656D79 !important;
    fill: none !important;
}

.cb-nav-menu-btn:hover .cb-nav-label {
    color: #656D79 !important;
}

.cb-nav-menu-btn:hover .cb-nav-underline {
    background: transparent !important;
}

/* Remove default button styles */
.cb-nav-menu-btn:focus {
    outline: none !important;
}

/* ============================================================
   MENU POPUP - Fixed on screen with overlay
   ============================================================ */
.cb-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(24, 26, 33, 0.50);
    z-index: 9999;
    display: none;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.cb-menu-overlay.open {
    display: flex;
    animation: cbMenuFadeIn 0.3s ease;
}

@keyframes cbMenuFadeIn {
    from {
        opacity: 0;
        transform: scale(0.95);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

/* Popup Container */
.cb-menu-popup {
    background: #21262E;
    border-radius: 24px;
    max-width: 400px;
    width: 100%;
    padding: 30px 24px 24px;
    position: relative;
    max-height: 80vh;
    overflow-y: auto;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.8);
    border: 1px solid rgba(255, 255, 255, 0.06);
}

/* Close Button - Red hover */
/* Close Button - Red background on hover */
.cb-menu-close {
    position: absolute;
    top: 12px;
    right: 16px;
    background: transparent;
    border: none;
    color: #8F98A6;
    font-size: 24px;
    cursor: pointer;
    padding: 4px 8px;
    line-height: 1;
    transition: all 0.2s ease;
    z-index: 10;
    border-radius: 6px;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cb-menu-close:hover {
    background: #EE4F50 !important;
    color: #FFFFFF !important;
}

/* Logo */
.cb-menu-logo {
    text-align: center;
    margin-bottom: 24px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

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

/* Menu Items Grid */
.cb-menu-items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.cb-menu-item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px 12px;
    background: #2a303a;
    border-radius: 12px;
    color: #eef1fb;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.2s ease;
    text-align: center;
    border: 1px solid transparent;
    min-height: 48px;
}

.cb-menu-item:hover {
    background: #EE4F50;
    color: #FFFFFF;
    border-color: #EE4F50;
    transform: translateY(-2px);
}

/* Full width items - Home and Blogs */
.cb-menu-item:nth-child(1),
.cb-menu-item:nth-child(2) {
    grid-column: 1 / -1;
}

/* Scrollbar styling for popup */
.cb-menu-popup::-webkit-scrollbar {
    width: 4px;
}

.cb-menu-popup::-webkit-scrollbar-track {
    background: transparent;
}

.cb-menu-popup::-webkit-scrollbar-thumb {
    background: #EE4F50;
    border-radius: 4px;
}

/* ============================================================
   RESPONSIVE - Small screens
   ============================================================ */
@media (max-width: 480px) {
    .cb-menu-popup {
        padding: 24px 16px 20px;
        margin: 10px;
    }
    
    .cb-menu-items {
        gap: 8px;
    }
    
    .cb-menu-item {
        font-size: 13px;
        padding: 12px 10px;
        min-height: 44px;
    }
    
    .cb-menu-logo img {
        max-width: 110px;
    }
}

/* ============================================================
   FOOTER - Mobile
   ============================================================ */
.cb-footer {
    background: #181A21 !important;
    border-top: none !important;
    padding: 24px 0 20px;
    margin-top: 200px; /* Added 50px spacer on top */
    width: 100%;
    flex-shrink: 0;
}

.cb-footer-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 16px;
    padding: 0 15px;
}

/* Footer Rows */
.cb-footer-row {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cb-footer-row-1 {
    padding-bottom: 4px;
}

.cb-footer-label {
    font-size: 14px;
    font-weight: 700;
    color: #eef1fb;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

/* Row 2: PAGCOR Logos */
.cb-footer-logos {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
}

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

/* Row 3: Self-Exclusion - No link, no background */
.cb-footer-self-exclusion {
    color: #DBE1EA;
    font-size: 12px;
    font-weight: 400;
    cursor: default;
}

/* Row 4: Seek Logos */
.cb-footer-seek {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.cb-footer-seek img {
    max-height: 40px;
    width: auto;
    display: block;
    opacity: 0.7;
    transition: opacity 0.2s ease;
}

.cb-footer-seek img:hover {
    opacity: 1;
}

/* Separator Line */
.cb-footer-separator {
    width: 100%;
    max-width: 400px;
    height: 1px;
    background: rgba(255,255,255,.08);
    margin: 8px 0;
}

/* Copyright Section */
.cb-footer-copyright {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

/* Footer Menu - 2 columns */
.cb-footer-nav {
    width: 100%;
}

.cb-footer-nav ul {
    list-style: none;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 6px 20px;
    margin: 0;
    padding: 0;
    text-align: center;
}

.cb-footer-nav li {
    display: flex;
    justify-content: center;
}

.cb-footer-nav a {
    color: #fff;
    font-size: 13px;
    text-decoration: none;
    padding: 4px 8px;
    transition: color 0.2s ease;
}

.cb-footer-nav a:hover {
    color: #EE4F50;
}

/* Contact Information */
.cb-footer-contact {
    color: #9aa3c7;
    font-size: 13px;
    padding: 4px 0;
}

.cb-footer-contact a {
    color: #9aa3c7;
    text-decoration: none;
    transition: color 0.2s ease;
}

.cb-footer-contact a:hover {
    color: #EE4F50;
}

/* Copyright */
.cb-footer-copy {
    color: #6a7288;
    font-size: 12px;
    padding: 4px 0;
}

/* ============================================================
   RESPONSIVE - Small screens
   ============================================================ */
@media (max-width: 480px) {
    .cb-footer-logos {
        gap: 12px;
    }
    
    .cb-footer-logos img {
        max-height: 40px;
    }
    
    .cb-footer-seek {
        gap: 10px;
    }
    
    .cb-footer-seek img {
        max-height: 32px;
    }
    
    .cb-footer-nav ul {
        gap: 4px 12px;
    }
    
    .cb-footer-nav a {
        font-size: 12px;
    }
    
    .cb-footer-contact {
        font-size: 12px;
    }
    
    .cb-footer-copy {
        font-size: 11px;
    }
    
    .cb-footer-self-exclusion {
        font-size: 13px;
    }
}

/* ============================================================
   DEFAULT HOVER EFFECTS - Consistent with theme (excluding header)
   ============================================================ */

/* Links hover - Excluding header and gamezone link */
a:hover:not(.cb-logo a):not(.cb-cta):not(.cb-nav-item):not(.cb-menu-item):not(.gamezone-link) {
    color: #EE4F50 !important;
    transition: color 0.2s ease;
}

/* Buttons hover - Excluding header buttons */
button:hover:not(.cb-search-toggle):not(.cb-headset-icon):not(.cb-burger):not(.cb-nav-menu-btn),
input[type="submit"]:hover,
input[type="button"]:hover {
    opacity: 0.9;
    transition: opacity 0.2s ease;
}

/* Primary Button hover */
.cb-btn-primary:hover {
    background: linear-gradient(90deg, #E04546 0%, #F85758 100%) !important;
    opacity: 0.9;
    transform: none !important;
}

/* Ghost Button hover */
.cb-btn-ghost:hover {
    border-color: #EE4F50 !important;
    color: #EE4F50 !important;
    background: transparent !important;
}

/* Post Titles hover */
.entry-title a:hover,
.cb-featured-title a:hover,
.cb-card-title a:hover {
    color: #EE4F50 !important;
}

/* Read More links hover */
.more-link:hover,
.cb-read-more:hover {
    color: #EE4F50 !important;
}

/* Pagination hover */
.cb-pagination a.page-numbers:hover {
    color: #EE4F50 !important;
    border-color: rgba(238, 79, 80, 0.3) !important;
}

/* Widget links hover */
.cb-widget a:hover {
    color: #EE4F50 !important;
}

/* Footer links hover */
.cb-footer a:hover {
    color: #EE4F50 !important;
}

/* Tag links hover */
.cb-tags a:hover {
    border-color: #EE4F50 !important;
    color: #EE4F50 !important;
}

/* Category badge hover */
.cb-badge:hover {
    background: #EE4F50 !important;
    color: #FFFFFF !important;
}

/* Sidebar category links hover */
.cb-cats a:hover {
    color: #EE4F50 !important;
}

/* Recent posts title hover */
.cb-rp-title a:hover {
    color: #EE4F50 !important;
}

/* Comment reply link hover */
.comment-reply-link:hover {
    background: #EE4F50 !important;
    color: #FFFFFF !important;
    border-color: #EE4F50 !important;
}

/* Comment navigation hover */
.comment-navigation a:hover {
    background: #EE4F50 !important;
    color: #FFFFFF !important;
    border-color: #EE4F50 !important;
}

/* Search form button hover */
.cb-searchform button:hover {
    opacity: 0.9;
}

/* Menu items hover (bottom navigation) */
.cb-nav-item:hover .cb-nav-label {
    color: #8B909A !important;
}

.cb-nav-item:hover .cb-nav-icon {
    color: #8B909A !important;
}

.cb-nav-item:hover .cb-nav-icon svg {
    stroke: #8B909A !important;
    fill: none !important;
}

/* Active menu items hover - Keep active styles */
.cb-nav-item.active:hover .cb-nav-label {
    color: #FFFFFF !important;
}

.cb-nav-item.active:hover .cb-nav-icon {
    color: #EE4F50 !important;
}

.cb-nav-item.active:hover .cb-nav-icon svg {
    stroke: #FFFFFF !important;
    fill: #EE4F50 !important;
}

/* Menu popup items hover */
.cb-menu-item:hover {
    background: #EE4F50 !important;
    color: #FFFFFF !important;
    border-color: #EE4F50 !important;
    transform: translateY(-2px) !important;
}

/* Login/Register button - Keep gradient, no hover color change */
.cb-cta:hover {
    opacity: 0.9 !important;
    color: #ffffff !important;
    background: linear-gradient(90deg, #E04546 0%, #F85758 100%) !important;
}

/* ============================================================
   SELECTION COLOR
   ============================================================ */
::selection {
    background: #EE4F50;
    color: #FFFFFF;
}

::-moz-selection {
    background: #EE4F50;
    color: #FFFFFF;
}

/* ============================================================
   VIDEO BANNER - Starts at 60px (below header), no margin/padding
   ============================================================ */
.cb-video-banner {
    width: 100%;
    max-width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden;
    background: #0c0f14;
    position: relative;
}

.cb-video-banner video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    margin: 0;
    padding: 0;
}

/* Remove overlay */
.cb-video-banner::after {
    display: none;
}

/* ============================================================
   RESPONSIVE - Video banner
   ============================================================ */
@media (max-width: 480px) {
    .cb-video-banner {
        margin: 0 !important;
        padding: 0 !important;
    }
}

/* ============================================================
   VIDEO BANNER - No download
   ============================================================ */
.cb-video-banner video {
    pointer-events: none; /* Disables right-click menu on video */
}

.cb-video-link {
    display: block;
    width: 100%;
    cursor: pointer;
    text-decoration: none;
    position: relative;
}

/* Transparent overlay to prevent right-click on video */
.cb-video-link::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
}

/* ============================================================
   MARQUEE SECTION - Recommended Games
   ============================================================ */
.cb-marquee-section {
    width: 100%;
    max-width: 100%;
    padding: 12px 0 10px;
    background: transparent;
    overflow: hidden;
}

.cb-marquee-label {
    font-size: 18px;
    font-weight: 700;
    color: #FFFFFF;
    padding: 0 15px 10px;
    text-align: left;
}

.cb-marquee-track {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.cb-marquee-items {
    display: flex;
    gap: 10px; /* Changed from 0 to 5px */
    animation: marqueeScroll 8s linear infinite;
    width: max-content;
}

.cb-marquee-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    flex: 0 0 auto;
    width: 76px;
    text-decoration: none;
    cursor: pointer;
    padding: 0;
    margin: 0;
}

/* Image Wrapper */
.cb-marquee-image-wrapper {
    display: block;
    width: 100%;
    height: 100%;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    overflow: hidden;
    background: transparent;
}

.cb-marquee-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    background: transparent;
    border: none;
}

.cb-marquee-active {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 11px;
    font-weight: 600;
    color: #fff;
}

.cb-active-dot {
    display: inline-block;
    width: 7px;
    height: 7px;
    background: #00c853;
    border-radius: 50%;
    animation: pulseDot 1.5s ease-in-out infinite;
}

@keyframes pulseDot {
    0%, 100% {
        opacity: 1;
        transform: scale(1);
    }
    50% {
        opacity: 0.5;
        transform: scale(0.8);
    }
}

@keyframes marqueeScroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

/* ============================================================
   RESPONSIVE - Marquee
   ============================================================ */
@media (max-width: 480px) {
    .cb-marquee-item {
        width: 60px;
    }
    
    .cb-marquee-image-wrapper {
        width: 100%;
        height: 100%;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
    }
    
    .cb-marquee-items {
        gap: 5px; /* Keep 5px gap on mobile */
    }
    
    .cb-marquee-label {
        font-size: 16px;
        padding: 0 12px 8px;
    }
    
    .cb-marquee-active {
        font-size: 10px;
    }
}

/* ============================================================
   FEATURED GAMES GRID - With 10px gaps and 15px right padding
   ============================================================ */
.cb-featured-grid {
    display: flex;
    width: 100%;
    max-width: 100%;
    padding: 0 20px 0 10px; /* 10px left, 15px right */
    margin: 0;
    gap: 10px;
    box-sizing: border-box;
    overflow: hidden;
}

/* Left: 36% */
.cb-featured-grid-left {
    flex: 0 0 36%;
    width: 36%;
    background: transparent;
    padding: 0;
    margin: 0;
    min-width: 0;
}

.cb-featured-grid-left a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}

.cb-featured-grid-left img {
    width: 100%;
    height: auto;
    display: block;
    background: transparent;
}

/* Right: 64% */
.cb-featured-grid-right {
    flex: 0 0 64%;
    width: 64%;
    display: flex;
    flex-direction: column;
    padding: 0;
    margin: 0;
    gap: 10px;
    min-width: 0;
}

/* Each row */
.cb-featured-grid-row {
    display: flex;
    width: 100%;
    padding: 0;
    margin: 0;
    gap: 10px;
    min-width: 0;
}

.cb-featured-grid-row .cb-featured-grid-item {
    flex: 1;
    min-width: 0;
    background: transparent;
    padding: 0;
    margin: 0;
}

.cb-featured-grid-row:last-child .cb-featured-grid-item {
    flex: 1;
    min-width: 0;
}

.cb-featured-grid-item a {
    display: block;
    width: 100%;
    text-decoration: none;
}

.cb-featured-grid-item img {
    width: 100%;
    height: auto;
    display: block;
    background: transparent;
}

/* ============================================================
   ONLY CURSOR POINTER
   ============================================================ */
.cb-featured-grid-left a,
.cb-featured-grid-item {
    cursor: pointer;
}

/* ============================================================
   RESPONSIVE - Same layout on mobile
   ============================================================ */
@media (max-width: 768px) {
    .cb-featured-grid {
        flex-direction: row;
        flex-wrap: nowrap;
        gap: 10px;
        padding: 0 15px 0 10px; /* Keep same padding on tablet */
    }
    
    .cb-featured-grid-left {
        flex: 0 0 36%;
        width: 36%;
    }
    
    .cb-featured-grid-right {
        flex: 0 0 64%;
        width: 64%;
        gap: 10px;
    }
    
    .cb-featured-grid-row {
        gap: 10px;
    }
}

@media (max-width: 480px) {
    .cb-featured-grid {
        flex-direction: row;
        flex-wrap: nowrap;
        gap: 8px;
        padding: 0 20px 0 10px; /* Keep same padding on mobile */
    }
    
    .cb-featured-grid-left {
        flex: 0 0 36%;
        width: 36%;
    }
    
    .cb-featured-grid-right {
        flex: 0 0 64%;
        width: 64%;
        gap: 8px;
    }
    
    .cb-featured-grid-row {
        gap: 8px;
    }
}

/* ============================================================
   GRID SPACER - Between featured grid and content
   ============================================================ */
.cb-grid-spacer {
    height: 50px;
    width: 100%;
    clear: both;
}

/* ============================================================
   RESPONSIVE - Spacer
   ============================================================ */
@media (max-width: 480px) {
    .cb-grid-spacer {
        height: 50px;
    }
}

