/* ============================================
   DPublish - Premium News Portal
   Inspired by top-tier publications
   ============================================ */

:root {
    --dp-black: #0d0d0d;
    --dp-dark: #1a1a1a;
    --dp-charcoal: #2c2c2c;
    --dp-gray-900: #333333;
    --dp-gray-700: #555555;
    --dp-gray-500: #888888;
    --dp-gray-300: #cccccc;
    --dp-gray-100: #f2f2f2;
    --dp-white: #ffffff;
    --dp-red: #d32f2f;
    --dp-red-dark: #b71c1c;
    --dp-blue: #1565c0;
    --dp-font-serif: 'Georgia', 'Times New Roman', serif;
    --dp-font-sans: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
}

/* ---- Reset for .dp-home scope ---- */
.dp-home { background: var(--dp-white); margin: 0; padding: 0; }
body.dp-home { margin: 0 !important; padding: 0 !important; top: 0 !important; }
.dp-home *, .dp-home *::before, .dp-home *::after { box-sizing: border-box; }
.dp-home img { max-width: 100%; height: auto; display: block; }
.dp-home a { text-decoration: none; color: inherit; transition: color 0.2s ease; }

/* ============================================
   BREAKING NEWS TICKER
   ============================================ */
.dp-ticker {
    background: var(--dp-red);
    padding: 8px 0;
    overflow: hidden;
}
.dp-ticker-label {
    display: inline-flex;
    align-items: center;
    background: var(--dp-red-dark);
    color: #fff;
    font-family: var(--dp-font-sans);
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    padding: 4px 16px;
    margin-right: 20px;
    flex-shrink: 0;
}
.dp-ticker-label i { margin-right: 6px; animation: dp-pulse 1.5s infinite; }
@keyframes dp-pulse { 0%,100%{opacity:1} 50%{opacity:0.4} }

/* ============================================
   HERO SECTION - Magazine Style
   ============================================ */
.dp-hero {
    padding: 28px 0 0;
    border-bottom: 1px solid #e5e5e5;
}
.dp-hero-grid {
    display: grid;
    grid-template-columns: 1fr 380px;
    grid-template-rows: auto auto;
    gap: 0;
    min-height: 520px;
}

/* Main story */
.dp-hero-lead {
    grid-row: 1 / 3;
    position: relative;
    overflow: hidden;
    border-right: 1px solid #e5e5e5;
    padding-right: 28px;
}
.dp-hero-lead-img {
    width: 100%;
    height: 380px;
    object-fit: cover;
}
.dp-hero-lead-content { padding: 20px 0 28px; }
.dp-hero-lead-content .dp-label {
    display: inline-block;
    font-family: var(--dp-font-sans);
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    color: var(--dp-red);
    margin-bottom: 10px;
}
.dp-hero-lead-content h1 {
    font-family: var(--dp-font-serif);
    font-size: 34px;
    font-weight: 700;
    line-height: 1.2;
    color: var(--dp-black);
    margin: 0 0 14px;
    letter-spacing: -0.3px;
}
.dp-hero-lead-content h1 a { color: var(--dp-black); }
.dp-hero-lead-content h1 a:hover { color: var(--dp-red); }
.dp-hero-lead-content .dp-excerpt {
    font-family: var(--dp-font-serif);
    font-size: 16px;
    line-height: 1.6;
    color: var(--dp-gray-700);
    margin: 0 0 14px;
}
.dp-hero-lead-content .dp-byline {
    font-family: var(--dp-font-sans);
    font-size: 13px;
    color: var(--dp-gray-500);
    display: flex;
    align-items: center;
    gap: 14px;
}
.dp-hero-lead-content .dp-byline img {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    object-fit: cover;
}
.dp-hero-lead-content .dp-byline strong { color: var(--dp-gray-900); font-weight: 600; }

/* Side stories */
.dp-hero-side {
    padding-left: 28px;
    display: flex;
    flex-direction: column;
}
.dp-hero-side-item {
    padding: 20px 0;
    border-bottom: 1px solid #e5e5e5;
    display: flex;
    gap: 16px;
}
.dp-hero-side-item:last-child { border-bottom: none; }
.dp-hero-side-item .dp-side-img {
    flex-shrink: 0;
    width: 130px;
    height: 90px;
    overflow: hidden;
}
.dp-hero-side-item .dp-side-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}
.dp-hero-side-item:hover .dp-side-img img { transform: scale(1.06); }
.dp-hero-side-item .dp-side-content { flex: 1; min-width: 0; }
.dp-hero-side-item .dp-side-content .dp-label {
    font-family: var(--dp-font-sans);
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--dp-red);
    margin-bottom: 6px;
    display: block;
}
.dp-hero-side-item .dp-side-content h3 {
    font-family: var(--dp-font-serif);
    font-size: 16px;
    font-weight: 700;
    line-height: 1.35;
    color: var(--dp-black);
    margin: 0;
}
.dp-hero-side-item .dp-side-content h3 a { color: var(--dp-black); }
.dp-hero-side-item .dp-side-content h3 a:hover { color: var(--dp-red); }

/* ============================================
   EDITOR PICKS - Horizontal Scroll Strip
   ============================================ */
.dp-editor-strip {
    background: var(--dp-dark);
    padding: 10px 0;
    overflow: hidden;
}
.dp-editor-strip-title {
    font-family: var(--dp-font-sans);
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--dp-red);
    margin-bottom: 8px;
}
.dp-editor-strip .owl-carousel .dp-strip-item {
    margin: 0 5px;
}
.dp-strip-item {
    position: relative;
    border-radius: 4px;
    overflow: hidden;
    height: 120px;
}
.dp-strip-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}
.dp-strip-item:hover img { transform: scale(1.08); }
.dp-strip-item .dp-strip-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px 10px 8px;
    background: linear-gradient(0deg, rgba(0,0,0,0.88) 0%, transparent 100%);
}
.dp-strip-item .dp-strip-overlay .dp-label {
    font-family: var(--dp-font-sans);
    font-size: 9px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--dp-red);
    display: block;
    margin-bottom: 2px;
}
.dp-strip-item .dp-strip-overlay h4 {
    font-family: var(--dp-font-sans);
    font-size: 12px;
    font-weight: 600;
    line-height: 1.3;
    color: #fff;
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.dp-strip-item .dp-strip-overlay h4 a { color: #fff; }

/* ============================================
   SECTION HEADERS
   ============================================ */
.dp-sh {
    display: flex;
    align-items: center;
    margin-bottom: 28px;
    position: relative;
}
.dp-sh::after {
    content: '';
    flex: 1;
    height: 1px;
    background: #e5e5e5;
    margin-left: 20px;
}
.dp-sh h2 {
    font-family: var(--dp-font-sans);
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: var(--dp-black);
    margin: 0;
    white-space: nowrap;
    position: relative;
    padding-left: 14px;
}
.dp-sh h2::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 4px;
    height: 18px;
    background: var(--dp-red);
}
.dp-sh .dp-view-all {
    font-family: var(--dp-font-sans);
    font-size: 12px;
    font-weight: 600;
    color: var(--dp-red);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    white-space: nowrap;
    margin-left: 20px;
}
.dp-sh .dp-view-all:hover { color: var(--dp-red-dark); }

/* ============================================
   CONTENT SECTIONS
   ============================================ */
.dp-content-section { padding: 40px 0; }
.dp-content-section-alt { padding: 40px 0; background: var(--dp-gray-100); }

/* ---- Story Card (Vertical) ---- */
.dp-story {
    margin-bottom: 28px;
}
.dp-story-img {
    position: relative;
    overflow: hidden;
    margin-bottom: 14px;
}
.dp-story-img img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    transition: transform 0.5s ease;
}
.dp-story:hover .dp-story-img img { transform: scale(1.04); }
.dp-story .dp-label {
    font-family: var(--dp-font-sans);
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--dp-red);
    margin-bottom: 8px;
    display: inline-block;
}
.dp-story h3 {
    font-family: var(--dp-font-serif);
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
    color: var(--dp-black);
    margin: 0 0 10px;
}
.dp-story h3 a { color: var(--dp-black); }
.dp-story h3 a:hover { color: var(--dp-red); }
.dp-story .dp-story-excerpt {
    font-family: var(--dp-font-serif);
    font-size: 15px;
    line-height: 1.55;
    color: var(--dp-gray-700);
    margin: 0 0 10px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.dp-story .dp-byline {
    font-family: var(--dp-font-sans);
    font-size: 12px;
    color: var(--dp-gray-500);
}
.dp-story .dp-byline a { color: var(--dp-gray-700); font-weight: 500; }
.dp-story .dp-byline a:hover { color: var(--dp-red); }

/* ---- Story List Item (Horizontal) ---- */
.dp-story-row {
    display: flex;
    gap: 18px;
    padding: 18px 0;
    border-bottom: 1px solid #e5e5e5;
}
.dp-story-row:first-child { padding-top: 0; }
.dp-story-row:last-child { border-bottom: none; }
.dp-story-row .dp-story-row-img {
    flex-shrink: 0;
    width: 160px;
    height: 105px;
    overflow: hidden;
}
.dp-story-row .dp-story-row-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}
.dp-story-row:hover .dp-story-row-img img { transform: scale(1.05); }
.dp-story-row .dp-story-row-body { flex: 1; min-width: 0; }
.dp-story-row .dp-story-row-body .dp-label {
    font-family: var(--dp-font-sans);
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--dp-red);
    margin-bottom: 5px;
    display: block;
}
.dp-story-row .dp-story-row-body h4 {
    font-family: var(--dp-font-serif);
    font-size: 17px;
    font-weight: 700;
    line-height: 1.35;
    color: var(--dp-black);
    margin: 0 0 6px;
}
.dp-story-row .dp-story-row-body h4 a { color: var(--dp-black); }
.dp-story-row .dp-story-row-body h4 a:hover { color: var(--dp-red); }
.dp-story-row .dp-story-row-body .dp-row-excerpt {
    font-family: var(--dp-font-serif);
    font-size: 14px;
    line-height: 1.5;
    color: var(--dp-gray-700);
    margin: 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.dp-story-row .dp-story-row-body .dp-byline {
    font-family: var(--dp-font-sans);
    font-size: 12px;
    color: var(--dp-gray-500);
}

/* ============================================
   MOST VIEWED SIDEBAR
   ============================================ */
.dp-most-read { list-style: none; padding: 0; margin: 0; counter-reset: rank; }
.dp-most-read li {
    counter-increment: rank;
    display: flex;
    gap: 16px;
    padding: 16px 0;
    border-bottom: 1px solid #e5e5e5;
    align-items: flex-start;
}
.dp-most-read li:last-child { border-bottom: none; }
.dp-most-read li::before {
    content: counter(rank);
    font-family: var(--dp-font-serif);
    font-size: 32px;
    font-weight: 700;
    color: var(--dp-gray-300);
    line-height: 1;
    flex-shrink: 0;
    min-width: 36px;
}
.dp-most-read li:hover::before { color: var(--dp-red); }
.dp-most-read .dp-mr-content { flex: 1; min-width: 0; }
.dp-most-read .dp-mr-content .dp-label {
    font-family: var(--dp-font-sans);
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--dp-red);
    margin-bottom: 4px;
    display: block;
}
.dp-most-read .dp-mr-content h5 {
    font-family: var(--dp-font-serif);
    font-size: 15px;
    font-weight: 700;
    line-height: 1.4;
    color: var(--dp-black);
    margin: 0;
}
.dp-most-read .dp-mr-content h5 a { color: var(--dp-black); }
.dp-most-read .dp-mr-content h5 a:hover { color: var(--dp-red); }

/* ============================================
   NEWSLETTER - Premium
   ============================================ */
.dp-newsletter {
    background: var(--dp-black);
    padding: 56px 0;
    position: relative;
    overflow: hidden;
}
.dp-newsletter::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -10%;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(211,47,47,0.15) 0%, transparent 70%);
    pointer-events: none;
}
.dp-newsletter h3 {
    font-family: var(--dp-font-serif);
    font-size: 32px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 8px;
    line-height: 1.2;
}
.dp-newsletter p {
    font-family: var(--dp-font-sans);
    font-size: 15px;
    color: rgba(255,255,255,0.6);
    margin: 0;
}
.dp-nl-form {
    display: flex;
    max-width: 480px;
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 4px;
    overflow: hidden;
    background: rgba(255,255,255,0.05);
}
.dp-nl-form input {
    flex: 1;
    padding: 16px 20px;
    border: none;
    background: transparent;
    color: #fff;
    font-family: var(--dp-font-sans);
    font-size: 14px;
    outline: none;
}
.dp-nl-form input::placeholder { color: rgba(255,255,255,0.4); }
.dp-nl-form button {
    padding: 16px 32px;
    background: var(--dp-red);
    color: #fff;
    border: none;
    font-family: var(--dp-font-sans);
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: background 0.2s;
    white-space: nowrap;
}
.dp-nl-form button:hover { background: var(--dp-red-dark); }

/* ============================================
   TRENDING VIDEO
   ============================================ */
.dp-video {
    position: relative;
    overflow: hidden;
    border-radius: 4px;
    margin-bottom: 24px;
    cursor: pointer;
}
.dp-video img {
    width: 100%;
    height: 240px;
    object-fit: cover;
    transition: transform 0.5s ease;
}
.dp-video:hover img { transform: scale(1.05); }
.dp-video::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.1) 50%, rgba(0,0,0,0.2) 100%);
    pointer-events: none;
}
.dp-video-play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    width: 60px;
    height: 60px;
    border: 3px solid rgba(255,255,255,0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 18px;
    transition: all 0.3s ease;
    background: rgba(211,47,47,0.6);
    backdrop-filter: blur(4px);
}
.dp-video:hover .dp-video-play-btn {
    background: var(--dp-red);
    border-color: var(--dp-red);
    transform: translate(-50%, -50%) scale(1.1);
}
.dp-video-body {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    z-index: 2;
}
.dp-video-body h4 {
    font-family: var(--dp-font-sans);
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin: 0 0 6px;
    line-height: 1.35;
}
.dp-video-body .dp-byline {
    font-family: var(--dp-font-sans);
    font-size: 12px;
    color: rgba(255,255,255,0.7);
}

/* ============================================
   SOCIAL CONNECT - Minimal
   ============================================ */
.dp-social-bar { list-style: none; padding: 0; margin: 0; }
.dp-social-bar li { margin-bottom: 8px; }
.dp-social-bar li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 18px;
    border: 1px solid #e5e5e5;
    font-family: var(--dp-font-sans);
    font-size: 13px;
    font-weight: 600;
    color: var(--dp-charcoal);
    transition: all 0.25s ease;
}
.dp-social-bar li a i { font-size: 16px; width: 22px; }
.dp-social-bar li a .dp-social-name { flex: 1; margin-left: 12px; }
.dp-social-bar li a .dp-social-action {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: var(--dp-gray-500);
}
.dp-social-bar .dp-s-fb a:hover { background: #1877f2; color: #fff; border-color: #1877f2; }
.dp-social-bar .dp-s-fb a:hover .dp-social-action { color: rgba(255,255,255,0.8); }
.dp-social-bar .dp-s-tw a:hover { background: #000; color: #fff; border-color: #000; }
.dp-social-bar .dp-s-tw a:hover .dp-social-action { color: rgba(255,255,255,0.8); }
.dp-social-bar .dp-s-ig a:hover { background: #e4405f; color: #fff; border-color: #e4405f; }
.dp-social-bar .dp-s-ig a:hover .dp-social-action { color: rgba(255,255,255,0.8); }
.dp-social-bar .dp-s-li a:hover { background: #0077b5; color: #fff; border-color: #0077b5; }
.dp-social-bar .dp-s-li a:hover .dp-social-action { color: rgba(255,255,255,0.8); }
.dp-social-bar .dp-s-yt a:hover { background: #ff0000; color: #fff; border-color: #ff0000; }
.dp-social-bar .dp-s-yt a:hover .dp-social-action { color: rgba(255,255,255,0.8); }

/* ============================================
   FEATURED STORIES CAROUSEL
   ============================================ */
.dp-featured-section { padding: 40px 0; background: var(--dp-gray-100); }

.dp-featured-item { margin: 0 10px; }
.dp-featured-item .dp-fi-img {
    overflow: hidden;
    margin-bottom: 14px;
}
.dp-featured-item .dp-fi-img img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: transform 0.5s ease;
}
.dp-featured-item:hover .dp-fi-img img { transform: scale(1.05); }
.dp-featured-item .dp-label {
    font-family: var(--dp-font-sans);
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: var(--dp-red);
    margin-bottom: 6px;
    display: block;
}
.dp-featured-item h3 {
    font-family: var(--dp-font-serif);
    font-size: 18px;
    font-weight: 700;
    line-height: 1.35;
    color: var(--dp-black);
    margin: 0 0 8px;
}
.dp-featured-item h3 a { color: var(--dp-black); }
.dp-featured-item h3 a:hover { color: var(--dp-red); }
.dp-featured-item .dp-byline {
    font-family: var(--dp-font-sans);
    font-size: 12px;
    color: var(--dp-gray-500);
}
.dp-featured-item .dp-byline a { color: var(--dp-gray-700); }

/* ============================================
   AD SLOTS
   ============================================ */
.dp-ad-slot {
    text-align: center;
    padding: 16px 0;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    margin: 8px 0;
}
.dp-ad-slot .dp-ad-tag {
    font-family: var(--dp-font-sans);
    font-size: 9px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: var(--dp-gray-500);
    margin-top: 6px;
}
.dp-sidebar-ad {
    text-align: center;
    margin-bottom: 24px;
}
.dp-sidebar-ad .dp-ad-tag {
    font-family: var(--dp-font-sans);
    font-size: 9px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    color: var(--dp-gray-500);
    margin-top: 4px;
}

/* ============================================
   DIVIDER
   ============================================ */
.dp-divider {
    border: none;
    border-top: 1px solid #e5e5e5;
    margin: 0;
}

/* ============================================
   RESPONSIVE
   ============================================ */
@media (max-width: 1199.98px) {
    .dp-hero-grid { grid-template-columns: 1fr 320px; }
    .dp-hero-lead-img { height: 340px; }
}

@media (max-width: 991.98px) {
    .dp-hero-grid {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto;
        min-height: auto;
    }
    .dp-hero-lead {
        grid-row: auto;
        border-right: none;
        padding-right: 0;
        border-bottom: 1px solid #e5e5e5;
        padding-bottom: 24px;
        margin-bottom: 8px;
    }
    .dp-hero-lead-img { height: 300px; }
    .dp-hero-lead-content h1 { font-size: 28px; }
    .dp-hero-side {
        padding-left: 0;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 0;
    }
    .dp-hero-side-item {
        width: 50%;
        padding: 16px 12px;
    }
    .dp-content-section, .dp-content-section-alt { padding: 30px 0; }
    .dp-newsletter h3 { font-size: 26px; }
}

@media (max-width: 767.98px) {
    .dp-hero-lead-img { height: 240px; }
    .dp-hero-lead-content h1 { font-size: 22px; }
    .dp-hero-lead-content .dp-excerpt { font-size: 14px; }
    .dp-hero-side-item {
        width: 100%;
        padding: 14px 0;
    }
    .dp-story-img img { height: 180px; }
    .dp-story h3 { font-size: 18px; }
    .dp-story-row { flex-direction: column; gap: 10px; }
    .dp-story-row .dp-story-row-img { width: 100%; height: 180px; }
    .dp-nl-form { flex-direction: column; border: none; gap: 10px; }
    .dp-nl-form input {
        border: 1px solid rgba(255,255,255,0.2);
        border-radius: 4px;
        background: rgba(255,255,255,0.05);
    }
    .dp-nl-form button { border-radius: 4px; }
    .dp-newsletter h3 { font-size: 24px; }
    .dp-newsletter { padding: 40px 0; }
    .dp-video img { height: 200px; }
    .dp-strip-item { height: 100px; }
}

@media (max-width: 575.98px) {
    .dp-hero-lead-img { height: 200px; }
    .dp-hero-lead-content h1 { font-size: 20px; }
    .dp-sh h2 { font-size: 12px; letter-spacing: 1.5px; }
}

/* ============================================
   Menu "More" Dropdown
   ============================================ */
.dp-more-menu { position: relative; }
.dp-more-menu > a { cursor: pointer; }
.dp-more-menu > ul {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    background: #fff;
    min-width: 220px;
    box-shadow: 0 8px 30px rgba(0,0,0,0.12);
    border: 1px solid #e5e5e5;
    z-index: 99999;
    padding: 0;
    list-style: none;
}
.dp-more-menu:hover > ul { display: block; }
.dp-more-menu > ul > li { border-bottom: 1px solid #f2f2f2; }
.dp-more-menu > ul > li:last-child { border-bottom: none; }
.dp-more-menu > ul > li > a {
    display: block;
    padding: 10px 18px;
    font-family: var(--dp-font-sans, 'Poppins', sans-serif);
    font-size: 13px;
    font-weight: 500;
    color: var(--dp-charcoal, #2c2c2c);
    text-decoration: none;
    white-space: nowrap;
}
.dp-more-menu > ul > li > a:hover {
    background: #f8f8f8;
    color: var(--dp-red, #d32f2f);
}
/* Nested submenu inside More */
.dp-more-menu > ul > li > ul {
    display: none;
    list-style: none;
    padding: 0;
    background: #fafafa;
}
.dp-more-menu > ul > li:hover > ul { display: block; }
.dp-more-menu > ul > li > ul > li > a {
    display: block;
    padding: 8px 18px 8px 32px;
    font-size: 12px;
    color: var(--dp-gray-600, #666);
}
.dp-more-menu > ul > li > ul > li > a:hover { color: var(--dp-red); }

/* ============================================
   Floating Bell Icon (Subscribe CTA)
   ============================================ */
.dp-floating-bell {
    position: fixed;
    bottom: 24px;
    left: 24px;
    z-index: 9999997;
}
.dp-floating-bell button {
    position: relative;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #1976d2;
    border: none;
    color: #fff;
    font-size: 22px;
    cursor: pointer;
    box-shadow: 0 4px 16px rgba(25, 118, 210, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s, box-shadow 0.2s;
}
.dp-floating-bell button:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 24px rgba(25, 118, 210, 0.5);
}
.dp-floating-bell-pulse {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: rgba(25, 118, 210, 0.3);
    animation: dp-bell-pulse 2s ease-out infinite;
    pointer-events: none;
}
@keyframes dp-bell-pulse {
    0% { transform: scale(1); opacity: 1; }
    100% { transform: scale(1.8); opacity: 0; }
}
@media (max-width: 480px) {
    .dp-floating-bell { bottom: 16px; left: 16px; }
    .dp-floating-bell button { width: 46px; height: 46px; font-size: 20px; }
}

/* ============================================
   Notification Subscribe Popup
   ============================================ */
.dp-notif-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999998;
    display: flex;
    justify-content: center;
    padding-top: 20px;
    animation: dp-popup-slide-down 0.35s ease-out;
}
@keyframes dp-popup-slide-down {
    from { transform: translateY(-100%); opacity: 0; }
    to { transform: translateY(0); opacity: 1; }
}
.dp-notif-popup-box {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 8px 40px rgba(0,0,0,0.18);
    padding: 24px 28px;
    max-width: 480px;
    width: 90%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}
.dp-notif-popup-icon {
    width: 48px;
    height: 48px;
    background: #e8eaf6;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.dp-notif-popup-icon i {
    font-size: 22px;
    color: #5c6bc0;
}
.dp-notif-popup-text {
    text-align: center;
}
.dp-notif-popup-text p {
    font-family: var(--dp-font-sans, 'Poppins', sans-serif);
    font-size: 14px;
    line-height: 1.5;
    color: var(--dp-charcoal, #2c2c2c);
    margin: 0;
}
.dp-notif-popup-actions {
    display: flex;
    gap: 12px;
    width: 100%;
    justify-content: center;
}
.dp-notif-popup-later {
    padding: 10px 28px;
    background: none;
    border: none;
    font-family: var(--dp-font-sans, 'Poppins', sans-serif);
    font-size: 14px;
    font-weight: 600;
    color: #1976d2;
    cursor: pointer;
    border-radius: 4px;
    transition: background 0.2s;
}
.dp-notif-popup-later:hover {
    background: #f5f5f5;
}
.dp-notif-popup-subscribe {
    padding: 10px 28px;
    background: #1976d2;
    border: none;
    border-radius: 4px;
    font-family: var(--dp-font-sans, 'Poppins', sans-serif);
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    cursor: pointer;
    transition: background 0.2s;
}
.dp-notif-popup-subscribe:hover {
    background: #1565c0;
}

/* ============================================
   Consent / Registration Popup
   ============================================ */
.dp-consent-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.55);
    z-index: 9999999;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: dp-consent-fade-in 0.3s ease-out;
}
@keyframes dp-consent-fade-in {
    from { opacity: 0; }
    to { opacity: 1; }
}
.dp-consent-popup {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 12px 60px rgba(0,0,0,0.25);
    padding: 36px 32px 28px;
    max-width: 460px;
    width: 92%;
    position: relative;
    text-align: center;
    animation: dp-consent-scale-in 0.3s ease-out;
}
@keyframes dp-consent-scale-in {
    from { transform: scale(0.92); opacity: 0; }
    to { transform: scale(1); opacity: 1; }
}
.dp-consent-close {
    position: absolute;
    top: 12px;
    right: 16px;
    background: none;
    border: none;
    font-size: 28px;
    font-weight: 300;
    color: #999;
    cursor: pointer;
    line-height: 1;
    transition: color 0.2s;
}
.dp-consent-close:hover { color: #333; }
.dp-consent-logo {
    margin-bottom: 18px;
}
.dp-consent-logo img {
    max-height: 50px;
    max-width: 200px;
    object-fit: contain;
}
.dp-consent-tagline {
    font-family: var(--dp-font-sans, 'Poppins', sans-serif);
    font-size: 16px;
    font-weight: 600;
    color: var(--dp-black, #0d0d0d);
    margin: 0 0 12px;
    line-height: 1.4;
}
.dp-consent-message {
    font-family: var(--dp-font-sans, 'Poppins', sans-serif);
    font-size: 14px;
    line-height: 1.55;
    color: var(--dp-gray-600, #666);
    margin: 0 0 20px;
}
.dp-consent-checkbox {
    text-align: left;
    margin-bottom: 20px;
    padding: 0 8px;
}
.dp-consent-checkbox label {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    cursor: pointer;
    font-family: var(--dp-font-sans, 'Poppins', sans-serif);
    font-size: 13px;
    line-height: 1.45;
    color: var(--dp-charcoal, #2c2c2c);
}
.dp-consent-checkbox input[type="checkbox"] {
    margin-top: 3px;
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    accent-color: #1976d2;
}
.dp-consent-btn {
    width: 100%;
    padding: 14px 20px;
    background: #e0e0e0;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    font-family: var(--dp-font-sans, 'Poppins', sans-serif);
    font-size: 14px;
    font-weight: 600;
    color: #999;
    cursor: not-allowed;
    transition: all 0.2s;
    margin-bottom: 16px;
}
.dp-consent-btn.dp-active {
    background: #fff;
    border-color: #ddd;
    color: var(--dp-black, #0d0d0d);
    cursor: pointer;
}
.dp-consent-btn.dp-active:hover {
    background: #f8f8f8;
    border-color: #bbb;
}
.dp-consent-footer-text {
    font-family: var(--dp-font-sans, 'Poppins', sans-serif);
    font-size: 11px;
    line-height: 1.5;
    color: #999;
    margin: 0 0 16px;
}
.dp-consent-login-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #f0f0f0;
    padding-top: 16px;
}
.dp-consent-g-icon {
    width: 24px;
    height: 24px;
    object-fit: contain;
}
.dp-consent-login-link {
    font-family: var(--dp-font-sans, 'Poppins', sans-serif);
    font-size: 14px;
    font-weight: 600;
    color: #1976d2;
    text-decoration: none;
}
.dp-consent-login-link:hover { text-decoration: underline; }

@media (max-width: 480px) {
    .dp-notif-popup-box { padding: 18px 16px; }
    .dp-notif-popup-actions { flex-direction: column; }
    .dp-notif-popup-later,
    .dp-notif-popup-subscribe { width: 100%; text-align: center; }
    .dp-consent-popup { padding: 28px 20px 22px; }
    .dp-consent-tagline { font-size: 15px; }
}
