/*
	Theme Name:   ZambianPlay Theme
	Theme URI:    http://zambianplay.com/
	Description:  A customized theme for ZambianPlay
	Author:       ZambianPlay
	Author URI:   https://zambianplay.com
	Template:     ZambianPlay
	Version:      1.0.2
	License:      license purchased
	License URI:  http://themeforest.net/licenses/regular_extended
	Tags:         Tags: two-columns, buddypress, left-sidebar, right-sidebar, custom-menu, editor-style, featured-images, full-width-template, microformats, rtl-language-support, sticky-post, threaded-comments, translation-ready
*/


/* write custom css after this line */

@font-face{
    font-display:swap;
    font-family:Plus Jakarta Sans;
    font-style:normal;
    font-weight:300;
    src:url(/wp-content/themes/ZambianPlay-child/fonts/plusjakartasans-light-webfont.woff2) format('woff2')
}
@font-face{
    font-display:swap;
    font-family:Plus Jakarta Sans;
    font-style:normal;
    font-weight:400;
    src:url(/wp-content/themes/ZambianPlay-child/fonts/plusjakartasans-regular-webfont.woff2) format('woff2')
}
@font-face{
    font-display:swap;
    font-family:Plus Jakarta Sans;
    font-style:normal;
    font-weight:500;
    src:url(/wp-content/themes/ZambianPlay-child/fonts/plusjakartasans-medium-webfont.woff2) format('woff2')
}
@font-face{
    font-display:swap;
    font-family:Plus Jakarta Sans;
    font-style:normal;
    font-weight:600;
    src:url(/wp-content/themes/ZambianPlay-child/fonts/plusjakartasans-semibold-webfont.woff2) format('woff2')
}
@font-face{
    font-display:swap;
    font-family:Plus Jakarta Sans;
    font-style:normal;
    font-weight:700;
    src:url(/wp-content/themes/ZambianPlay-child/fonts/plusjakartasans-bold-webfont.woff2) format('woff2')
}
@font-face {
    font-family: "Roboto";
    src: url("/wp-content/themes/ZambianPlay-child/fonts/roboto-regular-webfont.woff2") format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Roboto";
    src: url("/wp-content/themes/ZambianPlay-child/fonts/roboto-medium-webfont.woff2") format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Roboto";
    src: url("/wp-content/themes/ZambianPlay-child/fonts/roboto-latin-600-normal-webfont.woff2") format("woff2");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Roboto";
    src: url("/wp-content/themes/ZambianPlay-child/fonts/roboto-bold-webfont.woff2") format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* ================================================
   TYPOGRAPHY — H1 to H6 Scale
   Custom font loaded from child theme
   ================================================ */

/* Archive/Category page title e.g. "MUSIC" */
h1.page-title {
    font-size: 24px !important;
    font-weight: 700 !important;
    letter-spacing: 1px !important;
    text-transform: uppercase !important;
    line-height: 1.2 !important;
}

/* Single post title */
h1.post-title,
h1.entry-title {
    font-size: 26px !important;
    font-weight: 700 !important;
    line-height: 1.3 !important;
    letter-spacing: -0.3px !important;
}

/* ================================================
   PAGINATION — Archive Page Navigation
   ================================================ */

.pages-nav {
    margin: 20px 0 !important;
    display: flex !important;
    justify-content: center !important;
}

.pages-numbers {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    gap: 4px !important;
}

/* All pagination items */
.pages-numbers li .pages-nav-item,
.pages-numbers li a {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-width: 36px !important;
    height: 36px !important;
    padding: 0 8px !important;
    font-family: Poppins, sans-serif !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    line-height: 1 !important;
    border-radius: 4px !important;
    text-decoration: none !important;
    color: #333333 !important;
    background: transparent !important;
    border: 1px solid transparent !important;
    transition: all 0.2s ease !important;
}

/* Hover state */
.pages-numbers li a:hover {
    background: #f5f5f5 !important;
    border-color: #dddddd !important;
    color: #06801e !important;
}

/* Current active page */
.pages-numbers li.current .pages-nav-item {
    background: #06801e !important;
    color: #ffffff !important;
    border-color: #06801e !important;
    font-weight: 700 !important;
}

/* Next/Prev arrows */
.pages-numbers li.the-next-page a,
.pages-numbers li.the-prev-page a {
    font-size: 16px !important;
    font-weight: 700 !important;
}

/* Ellipsis */
.pages-numbers li.extend .pages-nav-item {
    border: none !important;
    color: #999999 !important;
    min-width: 20px !important;
}

/* Last/First page buttons */
.pages-numbers li.last-page a,
.pages-numbers li.first-page a {
    font-size: 12px !important;
    letter-spacing: 0.3px !important;
}

/* ================================
   MOBILE
   ================================ */
@media only screen and (max-width: 767px) {

    .pages-numbers {
        gap: 3px !important;
    }

    .pages-numbers li .pages-nav-item,
    .pages-numbers li a {
        min-width: 30px !important;
        height: 30px !important;
        font-size: 12px !important;
        padding: 0 6px !important;
    }
}

/* ================================
   DARK MODE
   ================================ */
body.dark-skin .pages-numbers li .pages-nav-item,
body.dark-skin .pages-numbers li a {
    color: #cccccc !important;
}

body.dark-skin .pages-numbers li a:hover {
    background: rgba(255,255,255,0.08) !important;
    border-color: rgba(255,255,255,0.15) !important;
    color: #06801e !important;
}

body.dark-skin .pages-numbers li.current .pages-nav-item {
    background: #06801e !important;
    color: #ffffff !important;
    border-color: #06801e !important;
}

body.dark-skin .pages-numbers li.extend .pages-nav-item {
    color: #666666 !important;
}

/* Featured image caption on single posts */
.single-caption-text {
    font-size: 12px !important;
    font-weight: 400 !important;
    color: #fff !important;
    line-height: 1.4 !important;
}

.single-caption-text .tie-icon-camera {
    font-size: 14px !important;
    margin-right: 4px !important;
}

body,
.background-overlay,
.tie-container {
    background-color: #f8f6f4;
}

body {
    color: #111111;
    font-family: 'Plus Jakarta Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 400;
    font-size: 1rem;        /* 16px — standard body size */
    line-height: 1.618;
}

/* ================================================
   POST CONTENT — Paragraph font
   Roboto for body text readability
   ================================================ */

.entry-content p,
.single-post-content p,
.post-content p {
    font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.8;
}

/* ==========================================================
   BEST NEW MUSIC — Inline styles (safe fallback)
   For cleaner code, move these to your child theme style.css
   and remove this <style> block.
   ========================================================== */
 
.zp-bnm-section {
  background: #141414;
  padding: 36px 32px 40px;
  font-family: 'Plus Jakarta Sans', serif;
  box-sizing: border-box;
  width: 100%;
  border-radius: 4px;
  overflow: hidden;
}
 
.zp-bnm-header {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 28px;
}
 
.zp-bnm-title {
  font-family: 'Plus Jakarta Sans', 'Franklin Gothic Heavy', sans-serif;
  font-size: clamp(22px, 4vw, 34px);
  font-weight: 700;
  color: #ffffff;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  margin: 0 0 5px 0;
  padding: 0;
  line-height: 1;
  border: none;
  white-space: nowrap;
}
 
.zp-bnm-divider {
  height: 2px;
  background: #ffffff;
  width: 100%;
  display: block;
}
 
/* Scroll wrapper for mobile */
.zp-bnm-scroll-wrapper {
  overflow-x: auto;
  overflow-y: visible;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding-bottom: 4px;
}
.zp-bnm-scroll-wrapper::-webkit-scrollbar {
  display: none;
}
 
.zp-bnm-grid {
  display: flex;
  flex-direction: row;
  gap: 24px;
  min-width: max-content;
}
 
/* Each artist card */
.zp-bnm-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 150px;
  flex-shrink: 0;
}
 
/* Circle photo */
.zp-bnm-circle {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  overflow: hidden;
  margin-bottom: 16px;
  background: #2a2a2a;
  flex-shrink: 0;
}
 
.zp-bnm-circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}

.zp-bnm-circle {
  overflow: hidden;
  border-radius: 50%;
}

.zp-bnm-circle img {
  transition: transform 0.4s ease;
}

.zp-bnm-circle:hover img {
  transform: scale(1.1);
}
 
/* Rank number */
.zp-bnm-rank {
  font-family: 'Plus Jakarta Sans', 'Franklin Gothic Heavy', Impact, sans-serif;
  font-size: 42px;
  font-weight: 900;
  color: #ffffff;
  line-height: 1;
  margin-bottom: 10px;
  text-align: center;
}
 
/* Song title */
.zp-bnm-song {
  font-family: 'Arial Black', 'Franklin Gothic Heavy', sans-serif;
  font-size: 16px;
  font-weight: 800;
  color: #ffffff;
  text-align: center;
  line-height: 1.3;
  margin-bottom: 5px;
}
 
/* Artist name */
.zp-bnm-artist {
  font-family: Roboto, serif;
  font-size: 14px;
  font-weight: 400;
  color: #e5352d;
  text-align: center;
  font-style: normal;
}

/* Song title link — white, no underline */
.zp-bnm-song-link {
  color: #ffffff;
  text-decoration: none;
  font-family: 'Roboto', 'Franklin Gothic Heavy', sans-serif;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.3;
}
 
.zp-bnm-song-link:hover {
  color: #ffffff;
  text-decoration: underline;
}
 
/* Artist taxonomy link — red, no underline */
.zp-bnm-artist-link {
  color: #b3b3b3;
  text-decoration: none;
  font-family: Roboto, serif;
  font-size: 14px;
}
 
.zp-bnm-artist-link:hover {
  color: #84ff9c;
  text-decoration: underline;
}
 
/* ================================
   MOBILE
   ================================ */
@media only screen and (max-width: 600px) {
  .zp-bnm-section {
    padding: 24px 16px 28px;
  }
 
  .zp-bnm-grid {
    gap: 16px;
  }
 
  .zp-bnm-item {
    width: 110px;
  }
 
  .zp-bnm-circle {
    width: 100px;
    height: 100px;
    margin-bottom: 12px;
  }
 
  .zp-bnm-rank {
    font-size: 32px;
    margin-bottom: 7px;
  }
 
  .zp-bnm-song {
    font-size: 14px;
  }
 
  .zp-bnm-artist {
    font-size: 11px;
  }
}

/* ==========================================================
   TRENDING ARTISTS BLOCK
   Move to child theme style.css if preferred
   ========================================================== */
 
.zp-ta-section {
  background: #ffffff;
  padding: 28px 24px 32px;
  box-sizing: border-box;
  width: 100%;
}
 
/* Title */
.zp-ta-title {
  font-family: 'Plus Jakarta Sans', 'Franklin Gothic Heavy', sans-serif;
  font-size: clamp(16px, 2.5vw, 22px);
  font-weight: 700;
  color: #111111;
  text-transform: uppercase;
  letter-spacing: -0.3px;
  margin: 0 0 20px 0;
  padding: 0;
  line-height: 1;
  border: none;
}
 
/* Scroll wrapper */
.zp-ta-scroll-wrapper {
  overflow-x: auto;
  overflow-y: visible;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.zp-ta-scroll-wrapper::-webkit-scrollbar {
  display: none;
}
 
/* Grid row */
.zp-ta-grid {
  display: flex;
  flex-direction: row;
  gap: 20px;
  min-width: max-content;
}
 
/* Each artist */
.zp-ta-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  width: 140px;
  flex-shrink: 0;
}
 
/* Circle */
.zp-ta-circle {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  overflow: hidden;
  background: #eeeeee;
  flex-shrink: 0;
}
 
.zp-ta-circle img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  display: block;
}

.zp-ta-circle {
  overflow: hidden;
  border-radius: 50%;
}

.zp-ta-circle img {
  transition: transform 0.4s ease;
}

.zp-ta-circle:hover img {
  transform: scale(1.1);
}
 
/* Artist name */
.zp-ta-name {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #111111;
  text-align: center;
  line-height: 1.3;
  display: block;
  /* Truncate long names with ellipsis */
  max-width: 140px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Wrap removes default link styling */
.zp-ta-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: inherit;
  width: 100%;
}
 
/* Name stays dark, no underline by default */
.zp-ta-link .zp-ta-name {
  color: #000000;
  text-decoration: none;
}

.zp-ta-header {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 20px;
}

.zp-ta-title {
  font-family: 'Plus Jakarta Sans', 'Franklin Gothic Heavy', sans-serif;
  font-size: clamp(18px, 2.5vw, 22px);
  font-weight: 700;
  color: #111111;
  text-transform: uppercase;
  letter-spacing: -0.3px;
  margin: 0 0 5px 0;
  padding: 0;
  line-height: 1;
  border: none;
  white-space: nowrap;
}

.zp-ta-title-divider {
  height: 2px;
  background: #111111;
  width: 100%;
  display: block;
}
 
/* ================================
   MOBILE
   ================================ */
@media only screen and (max-width: 600px) {
  .zp-ta-section {
    padding: 20px 16px 24px;
  }
 
  .zp-ta-grid {
    gap: 14px;
  }
 
  .zp-ta-item {
    width: 90px;
    gap: 8px;
  }
 
  .zp-ta-circle {
    width: 90px;
    height: 90px;
  }
 
  .zp-ta-name {
    font-size: 14px;
    max-width: 90px;
  }
}

/* Increase Footer Font Size */
.footer-menu li{
    font-size: 14px;
}

/* Add lines between posts on classic Small widget */
.wide-post-box .posts-items li:not(:last-child){
        padding-bottom: 20px !important;
        border-bottom: 1px solid rgba(0,0,0,0.2) !important;
}

.mejs-container .mejs-controls {
    background-color: #000000 !important;
}

.textdeco {
    font-weight: bold;
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-decoration-color: #06801e;
    text-underline-position: under;
    color: inherit;
    
}

/* Wp Form Submit Button CSS
------*/
.my-submit-button {
     background: transparent !important;
     color: #06801e !important;
     border: 2px solid #06801e !important;
     border-radius: 5px !important;
     padding: 10px 15px !important;
     text-transform: uppercase !important;
     letter-spacing: 1px !important;
}
/* Submit button hover state
------*/
.my-submit-button:hover {
     background: #06801e !important;
     color: #fff !important;
}

.button-mobile {
    padding:10px 15px 10px 15px !important;
    margin:10px 0 5px 0 !important;
}
/*	--------------------------------------------------
	:: Button Configuration
	-------------------------------------------------- */
 .button {
    display:inline-block;
    position:relative;
    font-style:normal;
    font-weight:normal;
    font-family:"Plus Jakarta Sans";
    font-size:14px;
    background-color: #06801e;
    margin:0 auto;
    outline:none;
    color:#fff;
    border:none;
    text-decoration:none;
    text-align:center;
    text-transform: uppercase;
            letter-spacing: 1px;
    cursor:pointer;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    border-radius:2px;
}

.button:hover {
    background-color:#056e17;
}
.button:active {
    background-color:#06801e;
}
.center {
    text-align:center;
}

#subcribe-njotv a, .subcribe-njotv a, .facebook-follow-button a, .twitter-follow-button a {
  background-color: #e52d27;
    display: block;
    color: #fff!important;
    letter-spacing: 1px;
    font-family: 'Plus Jakarta Sans';
	font-weight: bold;
    text-align: center;
    text-transform: uppercase;
    font-size: 14px;
    margin-top: -18px;
    margin-bottom: -20px;
    text-decoration: none;
    -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
	padding:5px 0;
}
#subcribe-njotv .fa, .subcribe-njotv .fa {

  margin: 0 !important;

}
.njo-youtube-container {
  text-align: center;
}
	.fa-youtube-play {
    background: #e52d27;
    color: white;
}
.fa-youtube-play:before {
    content: "\f167";
	vertical-align: middle;
}
.fa-youtube-play{
	padding: 0px;
    font-size: 19px;
}
.njo-youtube-container iframe {
  margin: 0 auto;
}
article.post .subcribe-njotv a {
  max-width: 560px;
  margin: 0 auto;
}
.subcribe-njotv {
  text-align: center;
}

.search .wide-post-box .container-wrapper,.archive .wide-post-box .container-wrapper {
    padding-top: 20px;
}

/* ================================================
   MOBILE SMALL THUMBNAILS
   Archive pages ONLY — scoped to mag-box-container
   Does NOT affect homepage widgets or sidebar blocks
   ================================================ */

@media only screen and (max-width: 767px) {

    /* Make each post a horizontal row */
    .mag-box-container ul#posts-container li.post-item {
        display: flex !important;
        flex-direction: row !important;
        align-items: flex-start !important;
        gap: 10px !important;
    }

    /* Fix thumbnail to small square */
    .mag-box-container ul#posts-container li.post-item a.post-thumb {
        width: 100px !important;
        min-width: 100px !important;
        max-width: 100px !important;
        height: 100px !important;
        overflow: hidden !important;
        flex-shrink: 0 !important;
        display: block !important;
        border-radius: 4px !important;
    }

    /* Force image to fill the small box */
    .mag-box-container ul#posts-container li.post-item a.post-thumb img {
        width: 100px !important;
        height: 100px !important;
        max-width: none !important;
        object-fit: cover !important;
        object-position: center top !important;
        display: block !important;
    }

    /* Let text fill remaining space */
    .mag-box-container ul#posts-container li.post-item .post-details {
        flex: 1 !important;
        min-width: 0 !important;
        padding-top: 2px !important;
    }

    /* Tighten title */
    .mag-box-container ul#posts-container li.post-item .post-title {
        font-size: 14px !important;
        line-height: 1.4 !important;
        margin: 4px 0 0 0 !important;
    }

    /* Small meta date */
    .mag-box-container ul#posts-container li.post-item .post-meta {
        font-size: 11px !important;
        margin-bottom: 2px !important;
    }

    /* Border between posts — scoped to archive only */
    .mag-box-container ul#posts-container li.post-item:not(:last-child) {
        padding-bottom: 4px !important;
        border-bottom: 1px solid rgba(0,0,0,0.2) !important;
    }
}

/* ================================================
   KEEP HOMEPAGE WIDGET BORDERS WORKING
   wide-post-box selector from your original CSS
   ================================================ */
.wide-post-box .posts-items li:not(:last-child) {
    padding-bottom: 20px !important;
    border-bottom: 1px solid rgba(0,0,0,0.2) !important;
}

/* ================================================
   MOBILE SMALL THUMBNAILS — Block #940 (THE LATEST)
   Scoped to only this block via its unique ID
   ================================================ */

@media only screen and (max-width: 767px) {

    #tie-block_940 li.post-item {
        display: flex !important;
        flex-direction: row !important;
        align-items: flex-start !important;
        gap: 10px !important;
    }

    #tie-block_940 li.post-item a.post-thumb {
        width: 100px !important;
        min-width: 100px !important;
        max-width: 100px !important;
        height: 100px !important;
        overflow: hidden !important;
        flex-shrink: 0 !important;
        display: block !important;
        border-radius: 4px !important;
    }

    #tie-block_940 li.post-item a.post-thumb img {
        width: 100px !important;
        height: 100px !important;
        max-width: none !important;
        object-fit: cover !important;
        object-position: center top !important;
        display: block !important;
    }

    #tie-block_940 li.post-item .post-details {
        flex: 1 !important;
        min-width: 0 !important;
        padding-top: 2px !important;
    }

    #tie-block_940 li.post-item .post-title {
        font-size: 14px !important;
        line-height: 1.4 !important;
        margin: 4px 0 0 0 !important;
    }

    #tie-block_940 li.post-item .post-meta {
        font-size: 11px !important;
        margin-bottom: 2px !important;
    }

    #tie-block_940 li.post-item:not(:last-child) {
        padding-bottom: 14px !important;
        border-bottom: 1px solid rgba(0,0,0,0.2) !important;
    }
}

/* ================================================
   Category Banner Under Post Title Both on Desktop
   And Mobile.
   ================================================ */

/* Hide category from thumbnail — all screen sizes */
.post-item a.post-thumb .post-cat-wrap {
    display: none !important;
}

/* Show category below title */
.post-item .post-details .zp-mobile-cat {
    display: inline-block !important;
    margin-top: 5px !important;
    line-height: normal !important;
    padding-top: 6px !important;
}

/* Style the category link */
.post-item .post-details .zp-mobile-cat a.post-cat {
    font-family: Plus Jakarta Sans, sans-serif !important;
    font-size: 11px !important;
    letter-spacing: 0 !important;
    color: #000000 !important;
    font-weight: 400 !important;
    text-transform: uppercase !important;
    background: transparent !important;
    border: 0.7px solid rgba(0,0,0,0.95) !important;
    border-radius: 5px !important;
    display: inline-block !important;
    margin: 0 !important;
    padding: 1px 6px !important;
    line-height: normal !important;
}

/* ================================================
   REORDER POST DETAILS — Block #940 only
   Category top, title middle, date bottom
   ================================================ */

#tie-block_940 .post-item .post-details {
    display: flex !important;
    flex-direction: column !important;
}

/* Category — top (order 1) */
#tie-block_940 .post-item .post-details .zp-mobile-cat {
    order: 1 !important;
    margin-top: 0 !important;
    margin-bottom: -3px !important;
}

/* Title — middle (order 2) */
#tie-block_940 .post-item .post-details .post-title {
    order: 2 !important;
}

/* Date/meta — bottom (order 3) */
#tie-block_940 .post-item .post-details .post-meta {
    order: 3 !important;
    margin-top: 4px !important;
}

/* Excerpt if shown — order 4 */
#tie-block_940 .post-item .post-details .post-excerpt {
    order: 4 !important;
}

/* ================================================
   REORDER POST DETAILS — Archive pages only
   Category top, title middle, date bottom
   ================================================ */

#posts-container .post-item .post-details {
    display: flex !important;
    flex-direction: column !important;
}

#posts-container .post-item .post-details .zp-mobile-cat {
    order: 1 !important;
    margin-top: 0 !important;
    margin-bottom: -3px !important;
}

#posts-container .post-item .post-details .post-title {
    order: 2 !important;
}

#posts-container .post-item .post-details .post-meta {
    order: 3 !important;
    margin-top: 4px !important;
}

#posts-container .post-item .post-details .post-excerpt {
    order: 4 !important;
}

/* ================================================
   MOBILE NAVIGATION — Below header
   ================================================ */

.zp-mobile-nav {
    display: none;
}

@media only screen and (max-width: 767px) {

    .zp-mobile-nav {
        display: block;
        width: 100%;
        font-family: Plus Jakarta Sans, sans-serif;
        background-color: #f8f8f8;
        padding: 8px;
        margin-top: 5px; /* gap below header shadow */
    }

    .zp-mobile-nav ul {
        list-style: none;
        margin: 0;
        padding: 0;
        display: flex;
        justify-content: space-between;
        width: 100%;
        background-color: #ffffff;
        border: 1px solid rgba(0,0,0,0.10);
        border-radius: 0;
        overflow: hidden;
    }

    .zp-mobile-nav ul li {
        flex: 1;
        text-align: center;
        margin: 0;
    }

    .zp-mobile-nav ul li a {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 16px 8px;
        text-decoration: none;
        min-height: 60px;
    }

    .zp-mobile-nav ul li a .nav-icon {
        width: 24px;
        height: 24px;
        margin-bottom: 5px;
        display: block;
        fill: #06801e;
        stroke: #06801e;
    }

    .zp-mobile-nav ul li a .nav-text {
        display: block;
        font-size: 11px;
        font-weight: 600;
        text-transform: uppercase;
        color: #06801e;
        letter-spacing: 0.5px;
        line-height: 2;
    }
}

.logo-container,
.header-layout-1 .main-nav {
    box-shadow: none !important;
}

/* ================================================
   CATEGORY LABEL — Below post title (all screens)
   ================================================ */

/* Hide category from thumbnail overlay */
.post-item a.post-thumb .post-cat-wrap {
    display: none !important;
}

/* Show category below title */
.post-item .post-details .zp-mobile-cat {
    display: inline-block !important;
    margin-top: 5px !important;
    line-height: normal !important;
}

/* Style the category link — Carrington CatName style */
.post-item .post-details .zp-mobile-cat a.post-cat {
    font-family: Plus Jakarta Sans, sans-serif !important;
    font-size: 11px !important;
    letter-spacing: 0 !important;
    color: #000000 !important;
    font-weight: 400 !important;
    text-transform: uppercase !important;
    background: transparent !important;
    border: 0.7px solid rgba(0,0,0,0.95) !important;
    border-radius: 5px !important;
    display: inline-block !important;
    margin: 0 !important;
    padding: 1px 6px !important;
    line-height: normal !important;
}

.footer {
  background-color: transparent;
  padding: 0 0 0;
  text-align: center;
}

.footer-divider {
  border: none;
  border-top: 1px solid #ccc;
  margin: 0 auto 30px;
  max-width: 900px;
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px 30px;
  margin-bottom: 25px;
}

.footer-links a {
  color: #000;
  text-decoration: none;
  font-family: 'Plus Jakarta Sans';
  font-size: 16px;
  font-weight: 500;
  transition: color 0.3s ease;
}

.footer-links a:hover {
  color: #4caf50;
}

.footer-social-icons {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin: 30px 0;
}

.footer-social-icon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-decoration: none;
  transition: transform 0.3s ease, background-color 0.3s ease;
}

.footer-social-icon .social-svg {
  width: 22px;
  height: 22px;
  fill: #000;
  display: block;
  pointer-events: none;
}

.footer-bottom {
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-bottom p {
  color: #000;
  font-family: 'Plus Jakarta Sans';
  font-size: 14px;
  line-height: 1.6;
  margin: 5px 0;
}

@media (max-width: 768px) {
  .footer {
    padding: 0 0 0;
  }

  .footer-links {
    gap: 10px 20px;
  }

  .footer-links a {
    font-size: 14px;
  }

  .footer-social-icons {
    gap: 12px;
    margin: 25px 0;
  }

  .footer-social-icon {
    width: 45px;
    height: 45px;
  }

  .footer-social-icon .social-svg {
    width: 20px;
    height: 20px;
  }

  .footer-bottom p {
    font-size: 12px;
  }
}

@media (max-width: 480px) {
  .footer-social-icon {
    width: 50px;
    height: 50px;
  }

  .footer-social-icon .social-svg {
    width: 18px;
    height: 18px;
  }
}

/* ================================================
   NAVIGATION — ZambianPlay Identity
   ================================================ */

/* Nav links */
body #main-nav-menu ul li a {
    font-family: Plus Jakarta Sans, sans-serif !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    letter-spacing: 1px !important;
    color: #222222 !important;
    padding: 10px 16px !important;
    position: relative !important;
    display: block !important;
    transition: color 0.2s ease !important;
}



/* Search icon — green */
body .main-menu-wrapper .tie-search-icon {
    color: #06801e !important;
}

/* ================================================
   TRENDING NOW — Compact sidebar size
   Desktop only — mobile not affected
   ================================================ */

@media only screen and (min-width: 768px) {

    .sidebar .zp-tn-section {
        padding: 16px 14px 20px !important;
    }

    .sidebar .zp-tn-item {
        padding: 8px 0 !important;
        gap: 10px !important;
    }

    .sidebar .zp-tn-thumb {
        width: 65px !important;
        min-width: 65px !important;
        height: 65px !important;
    }

    .sidebar .zp-tn-rank {
        font-size: 20px !important;
    }

    .sidebar .zp-tn-title {
        font-size: 16px !important;
        line-height: 1.3 !important;
        margin-bottom: 3px !important;
    }

    .sidebar .zp-tn-date {
        font-size: 10px !important;
    }

    .sidebar .zp-tn-title-heading {
        font-size: 21px !important;
        margin-bottom: 8px !important;
    }

    .sidebar .zp-tn-header {
        margin-bottom: 10px !important;
    }
}

/* ================================================
   WHATSAPP CHANNEL BUTTON — Single Post
   ================================================ */

.zp-whatsapp-btn {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    margin: 10px 0 !important;
    padding: 6px 15px !important;
    border: 1px solid #06801e !important;
    border-radius: 8px !important;
    text-decoration: none !important;
    color: #06801e !important;
    font-family: Plus Jakarta Sans, sans-serif !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    line-height: 28px !important;
    cursor: pointer !important;
    box-sizing: border-box !important;
}

.zp-whatsapp-btn:hover {
    background: #06801e !important;
    color: #ffffff !important;
}

.zp-whatsapp-btn:hover svg,
.zp-whatsapp-btn:hover .whatsapp-icon-colored {
    filter: brightness(0) invert(1) !important;
}

.whatsapp-icon-colored {
    width: 28px !important;
    height: 28px !important;
    margin-right: 8px !important;
    flex-shrink: 0 !important;
}

/* Dark mode */
body.dark-skin .zp-whatsapp-btn {
    border-color: #06801e !important;
    color: #06801e !important;
}

/* ================================================
   CUSTOM SOCIAL SHARE BUTTONS — Single Post
   ================================================ */

.zp-share-wrapper {
    text-align: left;
    width: 100%;
    margin: 20px 0;
}

.zp-share-container {
    display: inline-flex;
    align-items: center;
    background: #ffffff;
    border-radius: 5px;
    padding: 4px 8px;
    border: 1px solid #cccccc;
    box-shadow: 0 2px 3px rgba(0,0,0,0.15);
    max-width: fit-content;
}

.zp-share-label {
    font-family: Plus Jakarta Sans, sans-serif;
    font-weight: 700;
    font-size: 14px;
    color: #666666;
    padding: 0 15px 0 10px;
    margin-right: 8px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    position: relative;
    white-space: nowrap;
}

/* Vertical divider after SHARE label */
.zp-share-label::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 20px;
    background-color: #dddddd;
}

.zp-social-icons {
    display: flex;
    align-items: center;
    gap: 4px;
    padding-left: 8px;
}

.zp-social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 48px;
    border-radius: 6px;
    text-decoration: none;
    color: #000000;
    background: transparent;
    transition: background 0.2s ease, transform 0.2s ease;
}

.zp-social-icon:hover {
    background-color: #f5f5f5;
}

.zp-share-icon {
    width: 20px;
    height: 20px;
    display: block;
}

/* ================================
   MOBILE
   ================================ */
@media only screen and (max-width: 767px) {

    .zp-share-container {
        padding: 6px 10px;
    }

    .zp-share-label {
        font-size: 13px;
        padding: 0 14px 0 5px;
    }

    .zp-share-label::after {
        height: 30px;
        right: 3px;
    }

    .zp-social-icon {
        width: 32px;
        height: 36px;
    }

    .zp-social-icons {
        gap: 4px;
        padding-left: 6px;
    }

    .zp-share-icon {
        width: 18px;
        height: 18px;
    }
}

/* ================================
   DARK MODE
   ================================ */
body.dark-skin .zp-share-container {
    background: #2a2a2a !important;
    border-color: rgba(255,255,255,0.1) !important;
}

body.dark-skin .zp-share-label {
    color: #aaaaaa !important;
}

body.dark-skin .zp-share-label::after {
    background-color: rgba(255,255,255,0.15) !important;
}

body.dark-skin .zp-social-icon {
    color: #ffffff !important;
}

body.dark-skin .zp-social-icon:hover {
    background-color: rgba(255,255,255,0.08) !important;
}

body.dark-skin .zp-share-icon {
    filter: invert(1);
}

/* Make share icons visible — set fill color */
.zp-share-icon {
    fill: #333333 !important;
    width: 20px !important;
    height: 20px !important;
    display: block !important;
}

/* Individual brand colors on hover */
.zp-facebook:hover .zp-share-icon { fill: #1877f2 !important; }
.zp-twitter:hover .zp-share-icon  { fill: #000000 !important; }
.zp-whatsapp:hover .zp-share-icon { fill: #25d366 !important; }
.zp-copy-link:hover .zp-share-icon { fill: #06801e !important; }

/* Centre share container inside Jannah's grey bar */
.share-buttons-bottom .zp-share-wrapper {
    display: flex !important;
    justify-content: center !important;
    padding: 12px 0 !important;
    margin: 0 !important;
}

/* Centre the container itself */
.share-buttons-bottom .zp-share-container {
    margin: 0 auto !important;
}

/* ================================================
   PROMOTE YOUR MUSIC BUTTON — Single Post
   ================================================ */

.zp-promo-wrapper {
    background: #ffffff;
    padding: 0 0 20px 0;
    text-align: center;
}

.promobutton {
    border: 4px solid #000000;
    background: #000000;
    color: #ffffff;
    font-family: Plus Jakarta Sans, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 2;
    padding-inline: calc(0.5em + 45px) 0.5em;
    padding-block: 0;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    transition: 0.5s;
    display: block;
    margin: 20px auto;
    max-width: 90%;
    width: fit-content;
    min-width: 220px;
}

.promobutton * {
    position: relative;
    z-index: 3;
}

/* SVG icon positioned left inside button */
.promobutton .promo-icon,
.promobutton img {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 25px;
    height: 25px;
    z-index: 2;
    fill: #ffffff;
}

/* Sweep animation */
.promobutton::after,
.promobutton::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: 0;
    translate: calc(42px - 100%);
    transition: inherit;
    z-index: 0;
}

.promobutton::before {
    background: #ffffff;
}

/* Dark mode */
body.dark-skin .zp-promo-wrapper {
    background: var(--tie-dark-skin-bg-main, #1f2024) !important;
}

/* ================================
   MOBILE
   ================================ */
@media (max-width: 768px) {
    .promobutton {
        font-size: 16px;
        padding-inline: calc(0.5em + 45px) 0.5em;
        min-width: 220px;
        margin: 15px auto;
    }
}

@media (max-width: 480px) {
    .promobutton {
        font-size: 14px;
        padding-inline: calc(2em + 25px) 0.5em;
        min-width: 200px;
        margin: 20px auto 30px;
        border-width: 3px;
    }
}

@media (max-width: 360px) {
    .promobutton {
        font-size: 14px;
        padding-inline: calc(0.5em + 42px) 0.5em;
        min-width: 180px;
    }
}

/* ================================================
   OVERRIDE JANNAH POST CATEGORY STYLE
   Replaces colored pill with bordered label
   ================================================ */

/* Remove Jannah's default pill background */
.post-cat-wrap .post-cat,
a.post-cat {
    background: transparent !important;
    font-size: 11px !important;
    letter-spacing: 1px !important;
    line-height: 1 !important;
    border: 0.7px solid rgba(0,0,0,0.95) !important;
    border-radius: 5px !important;
    color: #000000 !important;
    padding: 5px 9px !important;
    display: inline-block !important;
    margin: 0 5px 6px 0 !important;
    text-decoration: none !important;
    text-transform: uppercase !important;
    font-weight: 500 !important;
    transition: all 0.2s linear !important;
}

/* Hover state */
a.post-cat:hover {
    background: #000000 !important;
    color: #ffffff !important;
}

/* Wrap — remove any default spacing */
.post-cat-wrap {
    line-height: normal !important;
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 4px !important;
}

/* ================================
   DARK MODE
   ================================ */
body.dark-skin .post-cat-wrap .post-cat,
body.dark-skin a.post-cat {
    border-color: rgba(255,255,255,0.7) !important;
    color: #ffffff !important;
    background: transparent !important;
}

body.dark-skin a.post-cat:hover {
    background: #ffffff !important;
    color: #000000 !important;
}

/* ================================================
   Block #3150 — First post category badge
   White border and white text override
   ================================================ */

#tie-block_3150 .first-post-gradient .posts-items li:first-child a.post-cat.tie-cat-7,
#tie-block_3150 li:first-child a.post-cat.tie-cat-7 {
    color: #ffffff !important;
    border-color: rgba(255,255,255,0.95) !important;
    background: transparent !important;
}