/*
Theme Name: WeHope
Theme URI: https://ebot.my.id/wehope
Author: Rifan Muazin
Author URI: https://ebot.my.id
Description: WeHope is a modern, blazing-fast, and ultra-aesthetic WordPress magazine & lifestyle theme inspired by the speed of GeneratePress, the aesthetic richness of New Home, and the engaging storytelling layouts of Hipwee. Featuring in-article related stories, dynamic ranking badges, comprehensive customizer controls, dark mode, circular stories, you-missed section, continuous marquee ticker, and seamless monetization slots.
Version: 1.0.5
Tested up to: 6.7
Requires at least: 5.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wehope
Tags: blog, news, magazine, lifestyle, grid-layout, two-columns, three-columns, right-sidebar, left-sidebar, custom-background, custom-colors, custom-header, custom-logo, custom-menu, featured-images, footer-widgets, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

Creator: Rifan Muazin
Email: muazin.asro@gmail.com
WhatsApp: https://wa.me/6285643434382
Website: https://ebot.my.id
*/

/* ==========================================================================
   1. CSS VARIABLES & DESIGN TOKENS
   ========================================================================== */
:root {
    /* Brand Colors - Default: Hipwee Sunset Coral */
    --wh-primary: #FF5A5F;
    --wh-primary-hover: #E0484D;
    --wh-primary-light: rgba(255, 90, 95, 0.12);
    --wh-secondary: #00A699;
    --wh-secondary-hover: #008489;
    --wh-accent: #FC642D;
    
    /* Backgrounds */
    --wh-bg-body: #F7F9FC;
    --wh-bg-card: #FFFFFF;
    --wh-bg-card-hover: #FFFFFF;
    --wh-bg-alt: #EDF2F7;
    --wh-bg-header: #FFFFFF;
    --wh-bg-topbar: #1E293B;
    --wh-bg-footer: #0F172A;
    --wh-bg-input: #F1F5F9;
    --wh-bg-badge: rgba(255, 90, 95, 0.1);
    
    /* Text Colors */
    --wh-text-main: #2D3748;
    --wh-text-heading: #0F172A;
    --wh-text-muted: #64748B;
    --wh-text-light: #94A3B8;
    --wh-text-inverse: #FFFFFF;
    --wh-text-topbar: #CBD5E1;
    --wh-text-footer: #94A3B8;
    
    /* Borders & Shadows */
    --wh-border-color: #E2E8F0;
    --wh-border-subtle: #F1F5F9;
    --wh-shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 2px rgba(0, 0, 0, 0.03);
    --wh-shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.07), 0 2px 4px -1px rgba(0, 0, 0, 0.04);
    --wh-shadow-lg: 0 10px 25px -3px rgba(0, 0, 0, 0.08), 0 4px 6px -2px rgba(0, 0, 0, 0.04);
    --wh-shadow-hover: 0 14px 28px rgba(0, 0, 0, 0.1), 0 6px 10px rgba(0, 0, 0, 0.05);
    
    /* Typography */
    --wh-font-main: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    --wh-font-heading: 'Plus Jakarta Sans', 'Outfit', sans-serif;
    --wh-font-mono: SFMono-Regular, Menlo, Monaco, Consolas, monospace;
    --wh-font-size-base: 16px;
    --wh-line-height-base: 1.65;
    --wh-line-height-heading: 1.25;
    
    /* Dimensions & Radii */
    --wh-container-width: 1240px;
    --wh-radius-sm: 6px;
    --wh-radius-md: 12px;
    --wh-radius-lg: 18px;
    --wh-radius-full: 9999px;
    --wh-logo-width: 180px;
    --wh-transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Dark Mode Theme Variables */
[data-theme="dark"] {
    --wh-bg-body: #0B0F19;
    --wh-bg-card: #151D2C;
    --wh-bg-card-hover: #1B2436;
    --wh-bg-alt: #1A2333;
    --wh-bg-header: #101726;
    --wh-bg-topbar: #0A0E17;
    --wh-bg-footer: #080C14;
    --wh-bg-input: #1E293B;
    --wh-bg-badge: rgba(255, 90, 95, 0.2);
    
    --wh-text-main: #CBD5E1;
    --wh-text-heading: #F8FAFC;
    --wh-text-muted: #94A3B8;
    --wh-text-light: #64748B;
    --wh-text-inverse: #0F172A;
    --wh-text-topbar: #94A3B8;
    --wh-text-footer: #64748B;
    
    --wh-border-color: #1E293B;
    --wh-border-subtle: #162032;
    --wh-shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.4);
    --wh-shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.5);
    --wh-shadow-lg: 0 10px 25px -3px rgba(0, 0, 0, 0.6);
    --wh-shadow-hover: 0 14px 28px rgba(0, 0, 0, 0.7);
}

/* ==========================================================================
   2. RESET & BASE ELEMENTS
   ========================================================================== */
*, *::before, *::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    font-size: var(--wh-font-size-base);
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
}

body {
    font-family: var(--wh-font-main);
    color: var(--wh-text-main);
    background-color: var(--wh-bg-body);
    line-height: var(--wh-line-height-base);
    font-weight: 400;
    overflow-x: hidden;
    transition: background-color 0.3s ease, color 0.3s ease;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--wh-font-heading);
    color: var(--wh-text-heading);
    line-height: var(--wh-line-height-heading);
    font-weight: 700;
    margin-bottom: 0.5rem;
    letter-spacing: -0.02em;
}

h1 { font-size: 2.25rem; }
h2 { font-size: 1.75rem; }
h3 { font-size: 1.35rem; }
h4 { font-size: 1.15rem; }
h5 { font-size: 1.00rem; }
h6 { font-size: 0.875rem; }

p {
    margin-bottom: 1.25rem;
}

a {
    color: inherit;
    text-decoration: none;
    transition: var(--wh-transition);
}

a:hover {
    color: var(--wh-primary);
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

ul, ol {
    list-style-position: inside;
}

button, input, textarea, select {
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    border: none;
    outline: none;
}

/* ==========================================================================
   3. LAYOUT & CONTAINER
   ========================================================================== */
.wh-container {
    width: 100%;
    max-width: var(--wh-container-width);
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
}

.wh-main-layout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 340px;
    gap: 36px;
    padding-top: 30px;
    padding-bottom: 50px;
}

.wh-layout-left-sidebar {
    grid-template-columns: 340px minmax(0, 1fr);
}

.wh-layout-left-sidebar .wh-main-content {
    grid-column: 2;
}

.wh-layout-left-sidebar .wh-sidebar {
    grid-column: 1;
    grid-row: 1;
}

.wh-layout-no-sidebar {
    grid-template-columns: 1fr;
    max-width: 860px;
    margin-left: auto;
    margin-right: auto;
}

.wh-main-content {
    min-width: 0;
}

.wh-sidebar {
    min-width: 0;
}

/* ==========================================================================
   4. HEADER & TOPBAR (CONTINUOUS MARQUEE TICKER)
   ========================================================================== */
/* Reading Progress Bar */
.wh-progress-bar {
    position: fixed;
    top: 0;
    left: 0;
    height: 3px;
    background: linear-gradient(90deg, var(--wh-primary), var(--wh-accent));
    width: 0%;
    z-index: 9999;
    transition: width 0.1s ease;
}

/* ==========================================================================
   4. HEADER & TOPBAR (DATE, SOCIALS & BREAKING MARQUEE TICKER)
   ========================================================================== */
.wh-topbar {
    background-color: var(--wh-bg-topbar);
    color: var(--wh-text-topbar);
    font-size: 0.8125rem;
    padding: 8px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.wh-topbar-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.wh-topbar-left {
    display: flex;
    align-items: center;
}

.wh-topbar-date {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: var(--wh-text-topbar);
    font-size: 0.8125rem;
}

.wh-topbar-right {
    display: flex;
    align-items: center;
}

.wh-topbar-social {
    display: flex;
    align-items: center;
    gap: 14px;
}

.wh-topbar-social a {
    color: var(--wh-text-topbar);
    font-size: 0.95rem;
    transition: color 0.2s ease;
}

.wh-topbar-social a:hover {
    color: var(--wh-primary);
}

/* ==========================================================================
   4B. BREAKING / TRENDING NEWS MARQUEE BAR
   ========================================================================== */
.wh-breaking-bar {
    background-color: #0F172A !important;
    padding: 9px 0 !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08) !important;
    font-size: 13px !important;
    color: #94A3B8 !important;
    position: relative !important;
    z-index: 10 !important;
    overflow: hidden !important;
    width: 100% !important;
}

.wh-breaking-flex {
    display: flex !important;
    align-items: center !important;
    width: 100% !important;
    overflow: hidden !important;
}

.wh-breaking-label {
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    background: var(--wh-primary, #FF5A5F) !important;
    color: #FFFFFF !important;
    font-size: 11px !important;
    font-weight: 800 !important;
    padding: 4px 10px !important;
    border-radius: var(--wh-radius-sm, 6px) !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    flex-shrink: 0 !important;
    margin-right: 16px !important;
    z-index: 2 !important;
}

.wh-live-dot {
    width: 7px;
    height: 7px;
    background: #FFFFFF;
    border-radius: 50%;
    animation: wh-beacon 1.4s infinite;
}

@keyframes wh-beacon {
    0% { transform: scale(0.9); opacity: 1; box-shadow: 0 0 0 0 rgba(255,255,255,0.7); }
    70% { transform: scale(1.1); opacity: 0.8; box-shadow: 0 0 0 5px rgba(255,255,255,0); }
    100% { transform: scale(0.9); opacity: 1; box-shadow: 0 0 0 0 rgba(255,255,255,0); }
}

.wh-ticker-container {
    flex-grow: 1 !important;
    overflow: hidden !important;
    white-space: nowrap !important;
    position: relative !important;
    min-width: 0 !important;
}

.wh-ticker-marquee {
    display: inline-flex !important;
    align-items: center !important;
    white-space: nowrap !important;
    animation: wh-marquee 40s linear infinite !important;
    will-change: transform !important;
}

.wh-ticker-marquee:hover {
    animation-play-state: paused !important;
}

.wh-marquee-link {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    padding-right: 32px !important;
    color: #E2E8F0 !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    text-decoration: none !important;
    white-space: nowrap !important;
    flex-shrink: 0 !important;
    transition: color 0.2s ease;
}

.wh-marquee-link:hover {
    color: #FFFFFF !important;
}

.wh-marquee-bullet {
    color: var(--wh-primary, #FF5A5F) !important;
    font-size: 14px !important;
    font-weight: bold;
}

.wh-marquee-title {
    white-space: nowrap !important;
}

.wh-marquee-time {
    font-size: 11px !important;
    color: #64748B !important;
    margin-left: 4px !important;
}

@keyframes wh-marquee {
    0% { transform: translate3d(0, 0, 0); }
    100% { transform: translate3d(-50%, 0, 0); }
}

/* ==========================================================================
   5. SITE BRANDING & HEADER NAVIGATION
   ========================================================================== */
/* Main Site Header */
.wh-site-header {
    background-color: var(--wh-bg-header);
    border-bottom: 1px solid var(--wh-border-color);
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: var(--wh-shadow-sm);
    transition: background-color 0.3s ease, border-color 0.3s ease;
}

.wh-header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 72px;
    gap: 16px;
    position: relative;
}

/* Brand & Logo (With Strict Containment to Prevent Overlap) */
.wh-brand-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    max-width: 240px;
    margin-right: 14px;
    z-index: 10;
}

.wh-brand-wrapper .custom-logo,
.wh-brand-wrapper img,
.custom-logo-link img {
    max-width: var(--wh-logo-width, 180px);
    width: auto;
    max-height: 52px;
    height: auto;
    object-fit: contain;
    display: block;
}

.wh-site-title {
    font-size: 1.55rem;
    font-weight: 800;
    letter-spacing: -0.03em;
    color: var(--wh-text-heading);
    margin: 0;
    display: flex;
    align-items: center;
    gap: 4px;
    white-space: nowrap;
    text-decoration: none;
}

.wh-site-title .wh-brand-highlight {
    color: var(--wh-primary);
}

.wh-site-title .wh-brand-dot {
    display: inline-block;
    width: 7px;
    height: 7px;
    background: var(--wh-primary);
    border-radius: 50%;
    margin-left: 2px;
}

/* Main Navigation (Clean, Auto-Scrolling, No-Colliding) */
.wh-main-nav {
    display: flex;
    align-items: center;
    flex: 1 1 auto;
    min-width: 0;
    justify-content: flex-start;
    overflow: hidden;
}

.wh-nav-menu {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 3px;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.wh-nav-menu::-webkit-scrollbar {
    display: none;
}

.wh-nav-menu > li {
    position: relative;
    flex-shrink: 0;
}

.wh-nav-menu > li > a {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 7px 11px;
    font-family: var(--wh-font-heading);
    font-size: 0.85rem;
    font-weight: 600;
    color: var(--wh-text-main);
    border-radius: var(--wh-radius-sm);
    white-space: nowrap;
    transition: var(--wh-transition);
    text-decoration: none;
}

.wh-nav-menu > li:hover > a,
.wh-nav-menu > li.current-menu-item > a {
    color: var(--wh-primary);
    background-color: var(--wh-primary-light);
}

/* Dropdowns */
.wh-nav-menu ul.sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 200px;
    background-color: var(--wh-bg-card);
    border: 1px solid var(--wh-border-color);
    border-radius: var(--wh-radius-md);
    box-shadow: var(--wh-shadow-lg);
    padding: 8px 0;
    list-style: none;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: var(--wh-transition);
    z-index: 100;
}

.wh-nav-menu li:hover > ul.sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.wh-nav-menu ul.sub-menu li a {
    display: block;
    padding: 8px 18px;
    font-size: 0.875rem;
    color: var(--wh-text-main);
    font-weight: 500;
    white-space: nowrap;
    text-decoration: none;
}

.wh-nav-menu ul.sub-menu li a:hover {
    color: var(--wh-primary);
    background-color: var(--wh-bg-alt);
}

/* Header Actions */
.wh-header-actions {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    z-index: 10;
}

.wh-action-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: var(--wh-radius-full);
    background-color: var(--wh-bg-alt);
    color: var(--wh-text-main);
    border: none;
    cursor: pointer;
    transition: var(--wh-transition);
}

.wh-action-btn:hover {
    color: var(--wh-primary);
    background-color: var(--wh-primary-light);
    transform: translateY(-2px);
}

.wh-write-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    background: linear-gradient(135deg, var(--wh-primary), var(--wh-accent));
    color: #FFFFFF !important;
    font-family: var(--wh-font-heading);
    font-weight: 700;
    font-size: 0.85rem;
    border-radius: var(--wh-radius-full);
    box-shadow: 0 4px 12px rgba(255, 90, 95, 0.3);
    white-space: nowrap;
    text-decoration: none;
    transition: var(--wh-transition);
}

.wh-write-btn:hover {
    box-shadow: 0 6px 18px rgba(255, 90, 95, 0.45);
    transform: translateY(-2px);
}

.wh-mobile-toggle {
    display: none;
}

/* ==========================================================================
   OFF-CANVAS MOBILE DRAWER & BACKDROP OVERLAY
   ========================================================================== */
.wh-drawer-overlay {
    position: fixed;
    inset: 0;
    background-color: rgba(15, 23, 42, 0.7);
    backdrop-filter: blur(6px);
    z-index: 99998;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.wh-drawer-overlay.is-active {
    opacity: 1;
    visibility: visible;
}

.wh-mobile-drawer {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 85%;
    max-width: 320px;
    background-color: var(--wh-bg-card);
    z-index: 99999;
    transform: translateX(-100%);
    transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1);
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.3);
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    padding: 24px 20px;
}

.wh-mobile-drawer.is-active {
    transform: translateX(0);
}

.wh-drawer-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 18px;
    border-bottom: 1px solid var(--wh-border-color);
    margin-bottom: 20px;
}

.wh-drawer-header .wh-site-title {
    font-size: 1.4rem;
}

.wh-drawer-header img {
    max-height: 42px;
    width: auto;
}

.wh-drawer-close {
    width: 34px;
    height: 34px;
    font-size: 1.1rem;
}

.wh-drawer-search {
    margin-bottom: 22px;
}

.wh-drawer-search-wrap {
    display: flex;
    align-items: center;
    background-color: var(--wh-bg-alt);
    border: 1px solid var(--wh-border-color);
    border-radius: var(--wh-radius-md);
    padding: 8px 14px;
    gap: 10px;
    color: var(--wh-text-muted);
}

.wh-drawer-search-wrap input {
    border: none;
    background: transparent;
    font-size: 0.875rem;
    color: var(--wh-text-main);
    width: 100%;
    outline: none;
}

.wh-drawer-nav {
    flex-grow: 1;
    margin-bottom: 24px;
}

.wh-mobile-menu-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.wh-mobile-menu-list > li > a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 14px;
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--wh-text-heading);
    border-radius: var(--wh-radius-md);
    text-decoration: none;
    transition: var(--wh-transition);
}

.wh-mobile-menu-list > li > a i {
    width: 18px;
    color: var(--wh-primary);
    font-size: 0.9rem;
}

.wh-mobile-menu-list > li:hover > a,
.wh-mobile-menu-list > li.current-menu-item > a {
    color: var(--wh-primary);
    background-color: var(--wh-primary-light);
}

.wh-mobile-menu-list ul.sub-menu {
    list-style: none;
    margin: 4px 0 6px 24px;
    padding: 0;
    border-left: 2px solid var(--wh-border-color);
}

.wh-mobile-menu-list ul.sub-menu li a {
    display: block;
    padding: 6px 14px;
    font-size: 0.875rem;
    color: var(--wh-text-main);
    text-decoration: none;
}

.wh-drawer-footer {
    padding-top: 18px;
    border-top: 1px solid var(--wh-border-color);
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.wh-drawer-cta-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 18px;
    background: linear-gradient(135deg, var(--wh-primary), var(--wh-accent));
    color: #FFFFFF !important;
    font-weight: 700;
    font-size: 0.9rem;
    border-radius: var(--wh-radius-full);
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(255, 90, 95, 0.3);
}

.wh-drawer-social {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
}

.wh-drawer-social a {
    color: var(--wh-text-muted);
    font-size: 1.15rem;
    transition: color 0.2s ease;
}

.wh-drawer-social a:hover {
    color: var(--wh-primary);
}

/* Search Modal Overlay */
.wh-search-modal {
    position: fixed;
    inset: 0;
    background-color: rgba(15, 23, 42, 0.8);
    backdrop-filter: blur(8px);
    z-index: 10000;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transition: var(--wh-transition);
}

.wh-search-modal.is-active {
    opacity: 1;
    visibility: visible;
}

.wh-search-modal-content {
    width: 90%;
    max-width: 600px;
    background-color: var(--wh-bg-card);
    border-radius: var(--wh-radius-lg);
    padding: 30px;
    box-shadow: var(--wh-shadow-lg);
    position: relative;
    transform: scale(0.95);
    transition: var(--wh-transition);
}

.wh-search-modal.is-active .wh-search-modal-content {
    transform: scale(1);
}

.wh-search-close {
    position: absolute;
    top: 15px;
    right: 15px;
    font-size: 1.25rem;
    cursor: pointer;
    color: var(--wh-text-muted);
}

.wh-search-close:hover {
    color: var(--wh-primary);
}

.wh-search-form-modal {
    display: flex;
    gap: 10px;
    margin-top: 15px;
}

.wh-search-input {
    flex-grow: 1;
    padding: 12px 18px;
    background-color: var(--wh-bg-input);
    border: 2px solid transparent;
    border-radius: var(--wh-radius-md);
    font-size: 1rem;
    color: var(--wh-text-main);
    transition: var(--wh-transition);
}

.wh-search-input:focus {
    border-color: var(--wh-primary);
    background-color: var(--wh-bg-card);
}

.wh-search-submit {
    padding: 0 24px;
    background: var(--wh-primary);
    color: #fff;
    font-weight: 600;
    border-radius: var(--wh-radius-md);
    cursor: pointer;
    transition: var(--wh-transition);
}

.wh-search-submit:hover {
    background: var(--wh-primary-hover);
}

/* ==========================================================================
   5B. CIRCULAR STORIES BAR (INSTAGRAM / SOCIAL STORIES TRAY)
   ========================================================================== */
.wh-stories-section {
    background-color: var(--wh-bg-card, #FFFFFF) !important;
    border-bottom: 1px solid var(--wh-border-color, #E2E8F0) !important;
    padding: 16px 0 12px 0 !important;
    overflow: hidden !important;
    position: relative !important;
    width: 100% !important;
}

.wh-stories-wrapper {
    display: flex !important;
    align-items: flex-start !important;
    gap: 18px !important;
    overflow-x: auto !important;
    white-space: nowrap !important;
    padding: 6px 4px 10px 4px !important;
    scrollbar-width: none !important;
    -ms-overflow-style: none !important;
    -webkit-overflow-scrolling: touch !important;
    cursor: grab !important;
    user-select: none !important;
}

.wh-stories-wrapper::-webkit-scrollbar {
    display: none !important;
    height: 0 !important;
    width: 0 !important;
}

.wh-story-circle-item,
.wh-story-item {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    width: 80px !important;
    min-width: 80px !important;
    max-width: 80px !important;
    flex-shrink: 0 !important;
    text-align: center !important;
    text-decoration: none !important;
    transition: transform 0.25s ease !important;
}

.wh-story-circle-item:hover,
.wh-story-item:hover {
    transform: translateY(-3px) !important;
}

.wh-story-circle-ring,
.wh-story-ring {
    width: 68px !important;
    height: 68px !important;
    min-width: 68px !important;
    min-height: 68px !important;
    border-radius: 50% !important;
    padding: 2.5px !important;
    background: linear-gradient(135deg, var(--wh-primary, #FF5A5F) 0%, var(--wh-accent, #FC642D) 50%, var(--wh-secondary, #00A699) 100%) !important;
    box-shadow: 0 4px 10px rgba(255, 90, 95, 0.25) !important;
    transition: transform 0.25s ease, box-shadow 0.25s ease !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0 !important;
    box-sizing: border-box !important;
}

.wh-story-circle-item:hover .wh-story-circle-ring,
.wh-story-item:hover .wh-story-ring {
    transform: scale(1.08) !important;
    box-shadow: 0 6px 15px rgba(255, 90, 95, 0.45) !important;
}

.wh-story-circle-inner,
.wh-story-avatar-wrap {
    width: 100% !important;
    height: 100% !important;
    border-radius: 50% !important;
    border: 2px solid var(--wh-bg-card, #FFFFFF) !important;
    overflow: hidden !important;
    background-color: var(--wh-bg-alt, #F1F5F9) !important;
    position: relative !important;
    box-sizing: border-box !important;
}

.wh-story-circle-img,
.wh-story-avatar {
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    object-fit: cover !important;
    border-radius: 50% !important;
    display: block !important;
    transition: transform 0.4s ease !important;
}

.wh-story-circle-item:hover .wh-story-circle-img,
.wh-story-item:hover .wh-story-avatar {
    transform: scale(1.1) !important;
}

.wh-story-circle-title,
.wh-story-name {
    font-size: 11px !important;
    font-weight: 600 !important;
    color: var(--wh-text-heading, #0F172A) !important;
    max-width: 80px !important;
    line-height: 1.25 !important;
    margin-top: 6px !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: normal !important;
    text-align: center !important;
}

/* ==========================================================================
   6. CATEGORY PILL SUBNAV (HIPWEE STYLE)
   ========================================================================== */
.wh-topic-bar {
    background-color: var(--wh-bg-card);
    border-bottom: 1px solid var(--wh-border-color);
    padding: 10px 0;
}

.wh-topic-list {
    display: flex;
    align-items: center;
    gap: 8px;
    overflow-x: auto;
    white-space: nowrap;
    scrollbar-width: none;
    -ms-overflow-style: none;
    -webkit-overflow-scrolling: touch;
    cursor: grab;
    user-select: none;
    padding: 2px 0;
}

.wh-topic-list::-webkit-scrollbar {
    display: none;
}

.wh-topic-pill {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 16px;
    background-color: var(--wh-bg-alt);
    color: var(--wh-text-muted);
    font-size: 0.8125rem;
    font-weight: 600;
    border-radius: var(--wh-radius-full);
    white-space: nowrap;
    flex-shrink: 0;
    transition: var(--wh-transition);
}

.wh-topic-pill.is-active,
.wh-topic-pill:hover {
    background-color: var(--wh-primary);
    color: #FFFFFF;
}

/* ==========================================================================
   7. HOMEPAGE HERO SECTION (HIPWEE FEATURED STORIES)
   ========================================================================== */
.wh-hero-section {
    padding-top: 24px;
    padding-bottom: 10px;
}

.wh-hero-grid-1 {
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: 20px;
}

.wh-hero-side-cards {
    display: grid;
    grid-template-rows: 1fr 1fr;
    gap: 20px;
}

.wh-hero-card {
    position: relative;
    border-radius: var(--wh-radius-lg);
    overflow: hidden;
    background-color: var(--wh-bg-card);
    box-shadow: var(--wh-shadow-md);
    min-height: 220px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    transition: var(--wh-transition);
}

.wh-hero-card.is-main {
    min-height: 460px;
}

.wh-hero-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--wh-shadow-hover);
}

.wh-hero-img-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.wh-hero-card:hover .wh-hero-img-bg {
    transform: scale(1.05);
}

.wh-hero-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.05) 0%, rgba(15, 23, 42, 0.4) 40%, rgba(15, 23, 42, 0.92) 100%);
    pointer-events: none;
}

.wh-hero-content {
    position: relative;
    z-index: 2;
    padding: 24px;
    color: #FFFFFF;
}

.wh-hero-badge {
    display: inline-block;
    background-color: var(--wh-primary);
    color: #FFFFFF;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    padding: 4px 12px;
    border-radius: var(--wh-radius-full);
    margin-bottom: 10px;
}

.wh-hero-title {
    color: #FFFFFF;
    font-size: 1.65rem;
    font-weight: 800;
    line-height: 1.3;
    margin-bottom: 12px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.wh-hero-side-cards .wh-hero-title {
    font-size: 1.15rem;
    margin-bottom: 8px;
}

.wh-hero-meta {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 0.8125rem;
    color: rgba(255, 255, 255, 0.85);
}

.wh-hero-author-avatar {
    width: 26px !important;
    height: 26px !important;
    min-width: 26px !important;
    min-height: 26px !important;
    max-width: 26px !important;
    max-height: 26px !important;
    aspect-ratio: 1 / 1 !important;
    border-radius: 50% !important;
    border: 2px solid #FFFFFF !important;
    object-fit: cover !important;
    flex-shrink: 0 !important;
    display: block !important;
}

/* ==========================================================================
   8. ARTICLE CARDS & STREAM LIST (HIPWEE STYLE)
   ========================================================================== */
.wh-section-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
    padding-bottom: 12px;
    border-bottom: 2px solid var(--wh-border-color);
    position: relative;
}

.wh-section-header::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 60px;
    height: 2px;
    background: var(--wh-primary);
}

.wh-section-title {
    font-size: 1.35rem;
    font-weight: 800;
    color: var(--wh-text-heading);
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0;
}

.wh-section-title i {
    color: var(--wh-primary);
}

/* Grid Layout (2-cols or 3-cols) */
.wh-posts-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.wh-posts-grid.is-3-cols {
    grid-template-columns: repeat(3, 1fr);
}

.wh-card-item {
    background-color: var(--wh-bg-card);
    border-radius: var(--wh-radius-md);
    overflow: hidden;
    box-shadow: var(--wh-shadow-sm);
    border: 1px solid var(--wh-border-color);
    display: flex;
    flex-direction: column;
    transition: var(--wh-transition);
}

.wh-card-item:hover {
    transform: translateY(-4px);
    box-shadow: var(--wh-shadow-hover);
    border-color: rgba(255, 90, 95, 0.3);
}

.wh-card-thumb-wrap {
    position: relative;
    padding-top: 58%;
    overflow: hidden;
    background-color: var(--wh-bg-alt);
}

.wh-card-thumb {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.wh-card-item:hover .wh-card-thumb {
    transform: scale(1.06);
}

.wh-card-cat-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    background-color: var(--wh-primary);
    color: #FFFFFF;
    font-size: 0.6875rem;
    font-weight: 700;
    text-transform: uppercase;
    padding: 3px 10px;
    border-radius: var(--wh-radius-full);
    z-index: 2;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

.wh-card-body {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.wh-card-title {
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 10px;
    color: var(--wh-text-heading);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.wh-card-title a:hover {
    color: var(--wh-primary);
}

.wh-card-excerpt {
    font-size: 0.875rem;
    color: var(--wh-text-muted);
    line-height: 1.55;
    margin-bottom: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.wh-card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: auto;
    padding-top: 14px;
    border-top: 1px solid var(--wh-border-subtle);
    font-size: 0.8125rem;
    color: var(--wh-text-light);
}

.wh-card-author {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--wh-text-muted);
    font-weight: 500;
}

.wh-card-author-avatar {
    width: 22px !important;
    height: 22px !important;
    min-width: 22px !important;
    min-height: 22px !important;
    max-width: 22px !important;
    max-height: 22px !important;
    aspect-ratio: 1 / 1 !important;
    border-radius: 50% !important;
    object-fit: cover !important;
    flex-shrink: 0 !important;
    display: block !important;
}

.wh-card-meta-right {
    display: flex;
    align-items: center;
    gap: 10px;
}

.wh-card-read-time {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

/* Hipwee Horizontal Stream List */
.wh-posts-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.wh-list-item {
    background-color: var(--wh-bg-card);
    border-radius: var(--wh-radius-md);
    overflow: hidden;
    box-shadow: var(--wh-shadow-sm);
    border: 1px solid var(--wh-border-color);
    display: flex;
    transition: var(--wh-transition);
}

.wh-list-item:hover {
    transform: translateY(-3px);
    box-shadow: var(--wh-shadow-hover);
    border-color: rgba(255, 90, 95, 0.3);
}

.wh-list-thumb-wrap {
    width: 240px;
    flex-shrink: 0;
    position: relative;
    overflow: hidden;
    background-color: var(--wh-bg-alt);
}

.wh-list-thumb {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.wh-list-item:hover .wh-list-thumb {
    transform: scale(1.06);
}

.wh-list-body {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.wh-list-title {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.35;
    margin-bottom: 8px;
    color: var(--wh-text-heading);
}

/* ==========================================================================
   9. SINGLE POST TEMPLATE (HIPWEE STYLE)
   ========================================================================== */
.wh-single-article {
    background-color: var(--wh-bg-card);
    border-radius: var(--wh-radius-md);
    border: 1px solid var(--wh-border-color);
    padding: 36px 40px;
    box-shadow: var(--wh-shadow-sm);
    position: relative;
}

/* Breadcrumbs */
.wh-breadcrumbs {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 6px;
    font-size: 0.8125rem;
    color: var(--wh-text-muted);
    margin-bottom: 18px;
    width: 100%;
    position: relative;
    z-index: 2;
}

.wh-breadcrumbs a:hover {
    color: var(--wh-primary);
}

.wh-breadcrumbs-sep {
    color: var(--wh-text-light);
}

/* Single Header */
.wh-single-header {
    margin-bottom: 24px;
    position: relative;
    width: 100%;
}

.wh-single-cat-badge {
    position: static !important;
    top: auto !important;
    left: auto !important;
    display: inline-flex !important;
    align-items: center !important;
    background-color: var(--wh-primary-light) !important;
    color: var(--wh-primary) !important;
    font-size: 0.8125rem !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    padding: 5px 14px !important;
    border-radius: var(--wh-radius-full) !important;
    margin-bottom: 14px !important;
    box-shadow: none !important;
    text-decoration: none !important;
    transition: var(--wh-transition) !important;
}

.wh-single-cat-badge:hover {
    background-color: var(--wh-primary) !important;
    color: #FFFFFF !important;
}

.wh-single-title {
    font-size: 2.25rem;
    font-weight: 800;
    line-height: 1.3;
    color: var(--wh-text-heading);
    margin-bottom: 18px;
    letter-spacing: -0.025em;
}

.wh-single-meta {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 16px;
    padding: 14px 0;
    border-top: 1px solid var(--wh-border-subtle);
    border-bottom: 1px solid var(--wh-border-subtle);
    font-size: 0.875rem;
    color: var(--wh-text-muted);
}

.wh-single-author-info {
    display: flex;
    align-items: center;
    gap: 10px;
}

/* Perfect Circular Avatars Across the Theme */
.wh-single-author-avatar,
.wh-card-author-avatar,
.wh-hero-author-avatar,
.wh-author-avatar-lg,
.comment-author-avatar img,
.avatar {
    aspect-ratio: 1 / 1 !important;
    border-radius: 50% !important;
    object-fit: cover !important;
    flex-shrink: 0 !important;
    display: block !important;
}

.wh-single-author-avatar {
    width: 38px !important;
    height: 38px !important;
    min-width: 38px !important;
    min-height: 38px !important;
    max-width: 38px !important;
    max-height: 38px !important;
}

.wh-single-author-name {
    font-weight: 600;
    color: var(--wh-text-heading);
    display: flex;
    align-items: center;
    gap: 4px;
}

.wh-verified-icon {
    color: #0ea5e9;
    font-size: 0.875rem;
}

.wh-single-meta-item {
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

/* Featured Hero Image */
.wh-single-featured-wrap {
    margin: 24px 0 32px 0;
    border-radius: var(--wh-radius-md);
    overflow: hidden;
    background-color: var(--wh-bg-alt);
}

.wh-single-featured-img {
    width: 100%;
    max-height: 520px;
    object-fit: cover;
}

.wh-single-featured-caption {
    font-size: 0.8125rem;
    color: var(--wh-text-light);
    text-align: center;
    padding: 8px 16px;
    background-color: var(--wh-bg-alt);
    font-style: italic;
}

/* Floating Share Bar (Desktop Left Side) */
.wh-floating-share-wrapper {
    position: relative;
}

.wh-floating-share {
    position: fixed;
    left: max(20px, calc(50% - (var(--wh-container-width) / 2) - 65px));
    top: 35%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 100;
}

.wh-share-btn {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    font-size: 1.1rem;
    box-shadow: var(--wh-shadow-md);
    transition: var(--wh-transition);
    cursor: pointer;
}

.wh-share-btn:hover {
    transform: scale(1.12);
    color: #FFFFFF;
}

.wh-share-wa { background-color: #25D366; }
.wh-share-fb { background-color: #1877F2; }
.wh-share-tw { background-color: #0F1419; }
.wh-share-tg { background-color: #24A1DE; }
.wh-share-copy { background-color: var(--wh-text-heading); }

/* Mobile Sticky Bottom Share Bar */
.wh-mobile-share-bar {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--wh-bg-card);
    border-top: 1px solid var(--wh-border-color);
    padding: 10px 16px;
    z-index: 999;
    box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.1);
    justify-content: space-around;
    align-items: center;
}

.wh-mobile-share-bar .wh-share-btn {
    width: 38px;
    height: 38px;
    font-size: 1rem;
}

/* Toast Copy Link Notification */
.wh-toast {
    position: fixed;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%) translateY(100px);
    background-color: var(--wh-text-heading);
    color: #FFFFFF;
    padding: 10px 22px;
    border-radius: var(--wh-radius-full);
    font-size: 0.875rem;
    font-weight: 600;
    box-shadow: var(--wh-shadow-lg);
    z-index: 10000;
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: flex;
    align-items: center;
    gap: 8px;
}

.wh-toast.is-show {
    transform: translateX(-50%) translateY(0);
}

/* Single Entry Content Typography */
.wh-entry-content {
    font-size: 1.125rem;
    line-height: 1.8;
    color: var(--wh-text-main);
    word-break: break-word;
}

.wh-entry-content p {
    margin-bottom: 1.6rem;
}

.wh-entry-content h2 {
    font-size: 1.65rem;
    margin-top: 2.2rem;
    margin-bottom: 1rem;
    padding-bottom: 8px;
    border-bottom: 1px solid var(--wh-border-subtle);
}

.wh-entry-content h3 {
    font-size: 1.35rem;
    margin-top: 1.8rem;
    margin-bottom: 0.8rem;
}

.wh-entry-content blockquote {
    margin: 2rem 0;
    padding: 20px 24px;
    background-color: var(--wh-bg-alt);
    border-left: 4px solid var(--wh-primary);
    border-radius: 0 var(--wh-radius-md) var(--wh-radius-md) 0;
    font-style: italic;
    font-size: 1.15rem;
    color: var(--wh-text-heading);
}

.wh-entry-content ul, 
.wh-entry-content ol {
    margin: 1.5rem 0 1.5rem 1.5rem;
    list-style-position: outside;
}

.wh-entry-content li {
    margin-bottom: 0.6rem;
}

/* ==========================================================================
   10. IN-ARTICLE RELATED POST ("READ ALSO" - HIPWEE STYLE)
   ========================================================================== */
.wh-inline-related-box {
    margin: 2rem 0;
    padding: 16px;
    background-color: var(--wh-bg-alt);
    border-left: 4px solid var(--wh-primary);
    border-radius: 0 var(--wh-radius-md) var(--wh-radius-md) 0;
    display: flex;
    align-items: center;
    gap: 16px;
    transition: var(--wh-transition);
    border: 1px solid var(--wh-border-color);
    border-left-width: 4px;
}

.wh-inline-related-box:hover {
    background-color: var(--wh-bg-card);
    transform: translateX(4px);
    box-shadow: var(--wh-shadow-md);
}

.wh-inline-thumb-wrap {
    width: 100px;
    height: 70px;
    flex-shrink: 0;
    border-radius: var(--wh-radius-sm);
    overflow: hidden;
}

.wh-inline-thumb {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.wh-inline-content {
    flex-grow: 1;
}

.wh-inline-badge {
    display: inline-block;
    background-color: var(--wh-primary);
    color: #FFFFFF;
    font-size: 0.6875rem;
    font-weight: 800;
    letter-spacing: 0.5px;
    padding: 2px 8px;
    border-radius: var(--wh-radius-sm);
    margin-bottom: 4px;
    text-transform: uppercase;
}

.wh-inline-title {
    font-size: 0.9375rem;
    font-weight: 700;
    line-height: 1.35;
    color: var(--wh-text-heading);
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.wh-inline-title a:hover {
    color: var(--wh-primary);
}

/* ==========================================================================
   11. ARTICLE REACTIONS & ENGAGEMENT (HIPWEE STYLE)
   ========================================================================== */
.wh-reactions-wrapper {
    margin: 36px 0;
    padding: 24px;
    background: var(--wh-bg-alt);
    border-radius: var(--wh-radius-md);
    text-align: center;
}

.wh-reactions-title {
    font-size: 1.1rem;
    font-weight: 700;
    color: var(--wh-text-heading);
    margin-bottom: 16px;
}

.wh-reactions-grid {
    display: flex;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
}

.wh-reaction-item {
    background-color: var(--wh-bg-card);
    border: 1px solid var(--wh-border-color);
    border-radius: var(--wh-radius-md);
    padding: 10px 16px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    cursor: pointer;
    transition: var(--wh-transition);
    min-width: 70px;
}

.wh-reaction-item:hover,
.wh-reaction-item.is-reacted {
    border-color: var(--wh-primary);
    transform: translateY(-4px);
    box-shadow: var(--wh-shadow-sm);
}

.wh-reaction-emoji {
    font-size: 1.6rem;
}

.wh-reaction-label {
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--wh-text-muted);
}

.wh-reaction-count {
    font-size: 0.75rem;
    font-weight: 700;
    color: var(--wh-primary);
}

/* Tags List */
.wh-post-tags {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin: 28px 0;
}

.wh-post-tags-title {
    font-size: 0.875rem;
    font-weight: 700;
    color: var(--wh-text-heading);
    display: flex;
    align-items: center;
    gap: 6px;
}

.wh-tag-pill {
    display: inline-block;
    padding: 5px 12px;
    background-color: var(--wh-bg-alt);
    color: var(--wh-text-muted);
    font-size: 0.8125rem;
    font-weight: 600;
    border-radius: var(--wh-radius-full);
    transition: var(--wh-transition);
}

.wh-tag-pill:hover {
    background-color: var(--wh-primary);
    color: #FFFFFF;
}

/* Author Bio Box */
.wh-author-box {
    display: flex;
    gap: 20px;
    padding: 24px;
    background-color: var(--wh-bg-alt);
    border-radius: var(--wh-radius-md);
    margin: 32px 0;
    align-items: flex-start;
}

.wh-author-avatar-lg {
    width: 68px !important;
    height: 68px !important;
    min-width: 68px !important;
    min-height: 68px !important;
    max-width: 68px !important;
    max-height: 68px !important;
    aspect-ratio: 1 / 1 !important;
    border-radius: 50% !important;
    object-fit: cover !important;
    flex-shrink: 0 !important;
    border: 3px solid var(--wh-bg-card) !important;
    display: block !important;
}

.wh-author-info-wrap {
    flex-grow: 1;
}

.wh-author-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 6px;
}

.wh-author-title {
    font-size: 1.15rem;
    font-weight: 700;
    color: var(--wh-text-heading);
    margin: 0;
}

.wh-author-bio-text {
    font-size: 0.9375rem;
    color: var(--wh-text-muted);
    line-height: 1.6;
    margin-bottom: 12px;
}

.wh-author-more-link {
    font-size: 0.8125rem;
    font-weight: 700;
    color: var(--wh-primary);
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

/* Prev / Next Story Nav */
.wh-post-navigation {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
    margin: 32px 0;
    padding: 20px 0;
    border-top: 1px solid var(--wh-border-color);
    border-bottom: 1px solid var(--wh-border-color);
}

.wh-nav-prev, .wh-nav-next {
    display: flex;
    flex-direction: column;
}

.wh-nav-next {
    text-align: right;
}

.wh-nav-label {
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--wh-text-light);
    margin-bottom: 4px;
    letter-spacing: 0.5px;
}

.wh-nav-title {
    font-size: 0.9375rem;
    font-weight: 700;
    color: var(--wh-text-heading);
}

/* Related Stories Section (Bottom Grid) */
.wh-related-section {
    margin-top: 40px;
}

/* ==========================================================================
   12. YOU MISSED SECTION (BEFORE FOOTER - NEW HOME OVERLAY STYLE)
   ========================================================================== */
.wh-you-missed-section {
    background-color: var(--wh-bg-alt, #F8FAFC) !important;
    border-top: 1px solid var(--wh-border-color, #E2E8F0) !important;
    padding: 50px 0 54px 0 !important;
    margin-top: 60px !important;
    width: 100% !important;
}

.wh-you-missed-section .wh-section-title {
    margin-bottom: 26px !important;
}

.wh-missed-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 22px !important;
}

@media (min-width: 576px) {
    .wh-missed-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

@media (min-width: 992px) {
    .wh-missed-grid {
        grid-template-columns: repeat(4, 1fr) !important;
    }
}

.wh-missed-card {
    position: relative !important;
    border-radius: var(--wh-radius-md, 12px) !important;
    overflow: hidden !important;
    min-height: 240px !important;
    height: 240px !important;
    box-shadow: var(--wh-shadow-sm) !important;
    background-color: #0F172A !important;
    transition: var(--wh-transition) !important;
    display: block !important;
}

.wh-missed-card:hover {
    transform: translateY(-5px) !important;
    box-shadow: var(--wh-shadow-lg) !important;
}

.wh-missed-card .wh-thumb-cover {
    position: absolute !important;
    inset: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background-size: cover !important;
    background-position: center !important;
    transition: transform 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
}

.wh-missed-card:hover .wh-thumb-cover {
    transform: scale(1.08) !important;
}

.wh-missed-card .wh-box-overlay {
    position: absolute !important;
    inset: 0 !important;
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.1) 0%, rgba(15, 23, 42, 0.6) 45%, rgba(15, 23, 42, 0.96) 100%) !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: flex-end !important;
    padding: 18px !important;
    z-index: 2 !important;
}

.wh-missed-card .wh-cat-badge {
    align-self: flex-start !important;
    margin-bottom: 8px !important;
    font-size: 0.68rem !important;
    padding: 3px 8px !important;
    background: var(--wh-primary, #FF5A5F) !important;
    color: #FFFFFF !important;
    border-radius: 4px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.5px !important;
    text-decoration: none !important;
    display: inline-block !important;
}

.wh-missed-card .wh-box-title {
    color: #FFFFFF !important;
    font-size: 0.95rem !important;
    font-weight: 700 !important;
    line-height: 1.35 !important;
    margin: 4px 0 8px 0 !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
}

.wh-missed-card .wh-box-title a {
    color: #FFFFFF !important;
    text-decoration: none !important;
    transition: color 0.2s ease !important;
}

.wh-missed-card .wh-box-title a:hover {
    color: var(--wh-primary, #FF5A5F) !important;
}

.wh-missed-card .wh-post-meta {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
    color: rgba(255, 255, 255, 0.75) !important;
    font-size: 0.75rem !important;
    margin: 0 !important;
}

/* ==========================================================================
   13. SIDEBAR & CUSTOM WIDGETS (NEW-HOME / HIPWEE STYLE)
   ========================================================================== */
.wh-sidebar {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.wh-widget,
.wh-sidebar .widget,
.wh-sidebar .widget_block,
.wh-sidebar .wp-block-group > .widget,
.widget_wehope_graphical_category_widget,
.widget_wehope_latest_stories_widget,
.widget_wehope_popular_stories_widget {
    background-color: var(--wh-bg-card);
    border-radius: var(--wh-radius-md);
    border: 1px solid var(--wh-border-color);
    padding: 26px 22px 28px 22px;
    margin-bottom: 36px !important;
    box-shadow: var(--wh-shadow-sm);
}

.wh-sidebar .wh-widget:last-child,
.wh-sidebar .widget:last-child,
.wh-sidebar .wp-block-group > .widget:last-child {
    margin-bottom: 0 !important;
}

.wh-widget-title {
    font-size: 1.15rem;
    font-weight: 800;
    color: var(--wh-text-heading);
    margin-top: 0 !important;
    margin-bottom: 22px !important;
    padding-bottom: 12px;
    border-bottom: 2px solid var(--wh-border-color);
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
}

.wh-widget-title::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 44px;
    height: 2px;
    background: var(--wh-primary);
}

/* Default WordPress Widget Lists (Categories, Archives, Recent Comments, Pages) */
.wh-widget ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.wh-widget ul li {
    padding: 11px 0;
    border-bottom: 1px solid var(--wh-border-subtle);
    font-size: 0.9rem;
    color: var(--wh-text-main);
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: var(--wh-transition);
}

.wh-widget ul li:first-child {
    padding-top: 2px;
}

.wh-widget ul li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.wh-widget ul li a {
    color: var(--wh-text-heading);
    font-weight: 500;
    transition: var(--wh-transition);
    text-decoration: none;
}

.wh-widget ul li a:hover {
    color: var(--wh-primary);
    padding-left: 4px;
}

/* Widget: Popular Stories & Recent Stories with Rank Badges */
.wh-widget-popular-list {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding-bottom: 4px;
}

.wh-popular-item {
    display: flex;
    gap: 14px;
    align-items: center;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid var(--wh-border-subtle);
    transition: var(--wh-transition);
}

.wh-popular-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.wh-popular-rank {
    width: 28px;
    height: 28px;
    flex-shrink: 0;
    border-radius: var(--wh-radius-sm);
    background-color: var(--wh-bg-alt);
    color: var(--wh-text-muted);
    font-weight: 800;
    font-size: 0.875rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wh-popular-item:nth-child(1) .wh-popular-rank {
    background: linear-gradient(135deg, #F59E0B, #D97706);
    color: #FFFFFF;
}

.wh-popular-item:nth-child(2) .wh-popular-rank {
    background: linear-gradient(135deg, #94A3B8, #64748B);
    color: #FFFFFF;
}

.wh-popular-item:nth-child(3) .wh-popular-rank {
    background: linear-gradient(135deg, #D97706, #B45309);
    color: #FFFFFF;
}

.wh-popular-thumb-wrap {
    width: 78px;
    height: 58px;
    flex-shrink: 0;
    border-radius: var(--wh-radius-sm);
    overflow: hidden;
    background-color: var(--wh-bg-alt);
}

.wh-popular-thumb {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.wh-popular-item:hover .wh-popular-thumb {
    transform: scale(1.08);
}

.wh-popular-info {
    flex-grow: 1;
    min-width: 0;
}

.wh-popular-title {
    font-size: 0.8875rem;
    font-weight: 700;
    line-height: 1.4;
    color: var(--wh-text-heading);
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.wh-popular-title a {
    color: var(--wh-text-heading);
    text-decoration: none;
    transition: color 0.2s ease;
}

.wh-popular-title a:hover {
    color: var(--wh-primary);
}

.wh-popular-meta {
    font-size: 0.75rem;
    color: var(--wh-text-light);
    display: flex;
    align-items: center;
    gap: 8px;
}

/* Widget: Graphical Category Cards (New-Home Style) */
.wh-graphical-cat-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    padding-bottom: 4px;
}

.wh-graphical-cat-card {
    position: relative;
    height: 90px;
    border-radius: var(--wh-radius-md);
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    padding: 12px;
    color: #FFFFFF;
    box-shadow: var(--wh-shadow-sm);
    transition: var(--wh-transition);
    text-decoration: none;
}

.wh-graphical-cat-card:hover {
    transform: translateY(-3px);
    box-shadow: var(--wh-shadow-md);
}

.wh-graphical-cat-bg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.wh-graphical-cat-card:hover .wh-graphical-cat-bg {
    transform: scale(1.1);
}

.wh-graphical-cat-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, rgba(15, 23, 42, 0.1) 0%, rgba(15, 23, 42, 0.85) 100%);
    pointer-events: none;
}

.wh-graphical-cat-info {
    position: relative;
    z-index: 2;
}

.wh-graphical-cat-name {
    font-size: 0.8125rem;
    font-weight: 700;
    color: #FFFFFF;
    margin: 0;
    line-height: 1.3;
}

.wh-graphical-cat-count {
    font-size: 0.6875rem;
    opacity: 0.85;
    color: #E2E8F0;
}

/* Widget: Newsletter Subscription */
.wh-widget-newsletter {
    background: linear-gradient(135deg, #1E293B, #0F172A);
    color: #FFFFFF;
    border: none;
}

.wh-widget-newsletter .wh-widget-title {
    color: #FFFFFF;
    border-color: rgba(255, 255, 255, 0.1);
}

.wh-newsletter-desc {
    font-size: 0.875rem;
    color: #94A3B8;
    margin-bottom: 16px;
}

.wh-newsletter-form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.wh-newsletter-input {
    padding: 12px 16px;
    border-radius: var(--wh-radius-md);
    background-color: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.15);
    color: #FFFFFF;
    font-size: 0.875rem;
}

.wh-newsletter-btn {
    padding: 12px;
    background: linear-gradient(135deg, var(--wh-primary), var(--wh-accent));
    color: #FFFFFF;
    font-weight: 700;
    border-radius: var(--wh-radius-md);
    cursor: pointer;
    transition: var(--wh-transition);
}

.wh-newsletter-btn:hover {
    opacity: 0.95;
    transform: translateY(-2px);
}

/* ==========================================================================
   14. COMMENTS SECTION
   ========================================================================== */
.wh-comments-area {
    margin-top: 40px;
    background-color: var(--wh-bg-card);
    border-radius: var(--wh-radius-md);
    border: 1px solid var(--wh-border-color);
    padding: 32px;
}

.wh-comments-title {
    font-size: 1.35rem;
    font-weight: 800;
    margin-bottom: 24px;
    color: var(--wh-text-heading);
}

.comment-list {
    list-style: none;
    margin-bottom: 30px;
}

.comment-list .comment {
    padding: 20px 0;
    border-bottom: 1px solid var(--wh-border-subtle);
}

.comment-body {
    display: flex;
    gap: 16px;
}

.comment-author-avatar {
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
    min-height: 44px !important;
    max-width: 44px !important;
    max-height: 44px !important;
    aspect-ratio: 1 / 1 !important;
    border-radius: 50% !important;
    flex-shrink: 0 !important;
    overflow: hidden !important;
}

.comment-author-avatar img,
.comment-author-avatar .avatar {
    width: 100% !important;
    height: 100% !important;
    aspect-ratio: 1 / 1 !important;
    border-radius: 50% !important;
    object-fit: cover !important;
    display: block !important;
}

.comment-content-wrap {
    flex-grow: 1;
}

.comment-meta-info {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 6px;
}

.comment-author-name {
    font-weight: 700;
    color: var(--wh-text-heading);
}

.comment-date {
    font-size: 0.75rem;
    color: var(--wh-text-light);
}

.comment-text {
    font-size: 0.9375rem;
    line-height: 1.6;
    color: var(--wh-text-main);
    margin-bottom: 8px;
}

.comment-reply-link {
    font-size: 0.8125rem;
    font-weight: 700;
    color: var(--wh-primary);
}

/* Comment Form */
.comment-respond {
    margin-top: 20px;
}

.comment-reply-title {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 16px;
}

.comment-form {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.comment-form-comment {
    grid-column: 1 / -1;
}

.comment-form input,
.comment-form textarea {
    width: 100%;
    padding: 12px 16px;
    background-color: var(--wh-bg-input);
    border: 1px solid var(--wh-border-color);
    border-radius: var(--wh-radius-md);
    font-size: 0.9375rem;
    color: var(--wh-text-main);
}

.comment-form input:focus,
.comment-form textarea:focus {
    border-color: var(--wh-primary);
    background-color: var(--wh-bg-card);
}

.form-submit {
    grid-column: 1 / -1;
}

.submit-comment-btn {
    padding: 12px 28px;
    background: var(--wh-primary);
    color: #FFFFFF;
    font-weight: 700;
    border-radius: var(--wh-radius-md);
    cursor: pointer;
    transition: var(--wh-transition);
}

.submit-comment-btn:hover {
    background: var(--wh-primary-hover);
}

/* ==========================================================================
   15. FOOTER & CREATOR CREDITS
   ========================================================================== */
.wh-site-footer {
    background-color: var(--wh-bg-footer);
    color: var(--wh-text-footer);
    padding-top: 60px;
    border-top: 3px solid var(--wh-primary);
    transition: background-color 0.3s ease;
}

.wh-footer-grid {
    display: grid;
    grid-template-columns: 1.5fr repeat(3, 1fr);
    gap: 40px;
    margin-bottom: 50px;
}

.wh-footer-widget-title {
    color: #FFFFFF;
    font-size: 1.1rem;
    font-weight: 800;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 8px;
}

.wh-footer-widget-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 30px;
    height: 2px;
    background: var(--wh-primary);
}

.wh-footer-about {
    font-size: 0.9375rem;
    line-height: 1.65;
    margin-bottom: 20px;
}

.wh-footer-links {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 10px;
    font-size: 0.9375rem;
}

.wh-footer-links a:hover {
    color: #FFFFFF;
    padding-left: 4px;
}

.wh-footer-bottom {
    background-color: rgba(0, 0, 0, 0.25);
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.06);
    font-size: 0.875rem;
}

.wh-footer-bottom-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
}

.wh-creator-credit {
    font-weight: 600;
}

.wh-creator-credit a {
    color: var(--wh-primary);
    font-weight: 700;
}

.wh-creator-credit a:hover {
    text-decoration: underline;
}

/* Back to top button */
.wh-back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background-color: var(--wh-primary);
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.1rem;
    box-shadow: var(--wh-shadow-lg);
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px);
    transition: var(--wh-transition);
    z-index: 999;
}

.wh-back-to-top.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.wh-back-to-top:hover {
    transform: translateY(-4px);
    background-color: var(--wh-primary-hover);
}

/* ==========================================================================
   16. PAGINATION
   ========================================================================== */
.wh-pagination {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    gap: 8px;
}

.wh-pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    height: 40px;
    padding: 0 12px;
    border-radius: var(--wh-radius-md);
    background-color: var(--wh-bg-card);
    border: 1px solid var(--wh-border-color);
    font-weight: 700;
    font-size: 0.875rem;
    color: var(--wh-text-main);
    transition: var(--wh-transition);
}

.wh-pagination .page-numbers.current,
.wh-pagination .page-numbers:hover {
    background-color: var(--wh-primary);
    border-color: var(--wh-primary);
    color: #FFFFFF;
}

/* ==========================================================================
   17. RESPONSIVE BREAKPOINTS & MOBILE-FIRST OPTIMIZATIONS
   ========================================================================== */
/* Tablet Landscape & Compact Laptops (<= 1140px) */
@media (max-width: 1140px) {
    .wh-main-nav {
        display: none !important;
    }
    
    .wh-mobile-toggle {
        display: inline-flex !important;
    }
    
    .wh-write-btn {
        display: none !important;
    }
    
    .wh-brand-wrapper {
        margin-right: auto;
    }
}

/* Tablet Portrait (<= 1024px) */
@media (max-width: 1024px) {
    .wh-main-layout,
    .wh-layout-left-sidebar {
        grid-template-columns: 1fr !important;
        gap: 40px !important;
    }
    
    .wh-layout-left-sidebar .wh-main-content {
        grid-column: 1 !important;
    }
    
    .wh-sidebar {
        margin-top: 20px;
    }
    
    .wh-missed-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }

    .wh-footer-grid {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 30px !important;
    }
    
    .wh-floating-share {
        display: none !important;
    }
    
    .wh-mobile-share-bar {
        display: flex !important;
    }
}

/* Mobile Devices (<= 768px) */
@media (max-width: 768px) {
    .wh-topbar {
        display: none !important;
    }
    
    .wh-breaking-bar {
        padding: 6px 0 !important;
        font-size: 12px !important;
    }
    
    .wh-breaking-label {
        font-size: 10px !important;
        padding: 3px 8px !important;
        margin-right: 10px !important;
    }
    
    .wh-marquee-link {
        font-size: 12px !important;
        gap: 6px !important;
        padding-right: 20px !important;
    }

    .wh-site-header {
        height: 64px !important;
    }
    
    .wh-header-inner {
        height: 64px !important;
    }

    .wh-brand-wrapper {
        max-width: 160px !important;
    }

    .wh-brand-wrapper .custom-logo,
    .wh-brand-wrapper img,
    .custom-logo-link img {
        max-height: 42px !important;
        max-width: 150px !important;
    }

    .wh-site-title {
        font-size: 1.35rem !important;
    }

    /* Circular Stories on Mobile */
    .wh-stories-section {
        padding: 12px 0 10px 0 !important;
    }
    
    .wh-stories-wrapper {
        gap: 14px !important;
        padding: 4px 2px 6px 2px !important;
    }

    .wh-story-circle-item,
    .wh-story-item {
        width: 68px !important;
        min-width: 68px !important;
        max-width: 68px !important;
    }

    .wh-story-circle-ring,
    .wh-story-ring {
        width: 58px !important;
        height: 58px !important;
        min-width: 58px !important;
        min-height: 58px !important;
        padding: 2px !important;
    }

    .wh-story-circle-title,
    .wh-story-name {
        font-size: 10px !important;
        max-width: 68px !important;
        line-height: 1.2 !important;
        margin-top: 4px !important;
    }

    /* Topic Pill Bar on Mobile */
    .wh-topic-bar {
        padding: 8px 0 !important;
    }

    .wh-topic-pill {
        padding: 5px 12px !important;
        font-size: 0.8rem !important;
    }

    /* Hero Section on Mobile */
    .wh-hero-section {
        padding: 16px 0 !important;
    }

    .wh-hero-grid-1 {
        grid-template-columns: 1fr !important;
        gap: 14px !important;
    }
    
    .wh-hero-card.is-main {
        min-height: 280px !important;
        height: 280px !important;
    }

    .wh-hero-side-cards {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 14px !important;
    }

    .wh-hero-side-cards .wh-hero-card {
        min-height: 200px !important;
        height: 200px !important;
    }
    
    .wh-hero-title {
        font-size: 1.15rem !important;
        line-height: 1.35 !important;
    }

    .wh-hero-card.is-main .wh-hero-title {
        font-size: 1.35rem !important;
    }

    /* Post Feed Grids on Mobile */
    .wh-posts-grid,
    .wh-posts-grid.is-3-cols {
        grid-template-columns: 1fr !important;
        gap: 20px !important;
    }
    
    .wh-list-item {
        flex-direction: column !important;
    }
    
    .wh-list-thumb-wrap {
        width: 100% !important;
        padding-top: 56.25% !important;
    }
    
    /* Single Post on Mobile */
    .wh-single-article {
        padding: 20px 16px !important;
        border-radius: var(--wh-radius-sm) !important;
    }
    
    .wh-single-title {
        font-size: 1.45rem !important;
        line-height: 1.3 !important;
    }

    .wh-entry-content {
        font-size: 1rem !important;
        line-height: 1.7 !important;
    }

    .wh-author-box {
        flex-direction: column !important;
        text-align: center !important;
        gap: 14px !important;
    }
    
    .wh-post-navigation {
        grid-template-columns: 1fr !important;
        gap: 16px !important;
    }
    
    .wh-nav-next {
        text-align: left !important;
    }
    
    .wh-related-grid {
        grid-template-columns: 1fr !important;
        gap: 18px !important;
    }

    /* You Missed on Mobile */
    .wh-you-missed-section {
        padding: 32px 0 !important;
        margin-top: 36px !important;
    }

    .wh-missed-grid {
        grid-template-columns: 1fr !important;
        gap: 16px !important;
    }

    .wh-missed-card {
        min-height: 220px !important;
        height: 220px !important;
    }

    /* Footer on Mobile */
    .wh-site-footer {
        padding-top: 40px !important;
    }

    .wh-footer-grid {
        grid-template-columns: 1fr !important;
        gap: 28px !important;
        margin-bottom: 32px !important;
    }
    
    .wh-comment-form {
        grid-template-columns: 1fr !important;
    }

    .wh-back-to-top {
        bottom: 20px !important;
        right: 20px !important;
        width: 38px !important;
        height: 38px !important;
        font-size: 0.95rem !important;
    }
}
