/* ===============================================
   GLOBAL VARIABLES & BASE STYLES
   =============================================== */
:root {
  --bg-dark: #1a1a1a;
  --bg-medium: #262626;
  --bg-alt: #2a2a2a;
  --bg-alt-attachment: #952d23;
  --border-color: #333;
  --text-light: #ccc;
  --text-light-button: #ffffff;
  --text-muted: #aaa;
  --accent: #f39c12;
  --btn-bg: #c0392b;
  --btn-border: #e74c3c;
  --shadow: rgba(0, 0, 0, 0.5);
  --transition-speed: 0.3s;
}

a {
  text-decoration: none;
  transition: background var(--transition-speed), color var(--transition-speed), border-color var(--transition-speed);
}

/* ===============================================
   THEME WRAPPER & TITLES
   =============================================== */
.yh_download-theme-wrapper {
  background: var(--bg-dark);
  border: 1px solid var(--border-color);
  padding: 20px;
  margin: 20px 0;
  color: var(--text-light);
  font-family: 'Helvetica Neue', sans-serif;
  max-width: 100%;
  box-sizing: border-box;
  border-radius: 6px;
  box-shadow: 0 0 10px var(--shadow);
}

.yh_kane-title {
  color: var(--accent);
  font-size: 1.3em;
  border-bottom: 1px solid var(--accent);
  padding-bottom: 5px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 15px;
}

/* ===============================================
   EXTRA DETAILS & INFO ROWS
   =============================================== */
.yh_download-extra-details {
  margin: 20px 0;
  padding: 10px;
  background: var(--bg-medium);
  border-radius: 4px;
  box-shadow: inset 0 0 8px rgba(0,0,0,0.4);
}

.yh_info-row {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #c4860070;
  padding: 5px 5px;
  font-size: 0.95em;
}
.yh_info-title {
  font-weight: bold;
  color: var(--accent);
}
.yh_info-value {
  color: var(--text-light);
}

/* ===============================================
   VERSIONS LIST & GRID
   =============================================== */
.yh_versions-list {
  margin-top: 20px;
}
.yh_versions-list h2 {
  color: var(--accent);
  font-size: 1.5em;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.yh_download-versions,
.yh_download-versions ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.yh_version-item {
  display: grid;
  grid-template-columns: 250px 100px 120px 150px auto;
  align-items: center;
  border-bottom: 1px dashed var(--border-color);
  padding: 8px 0;
  margin-bottom: 5px;
  gap: 10px;
  transition: background var(--transition-speed);
}
.yh_version-item:hover {
  background: rgba(255, 153, 0, 0.06);
}

.yh_filename-wrapper {
  display: flex;
  align-items: center;
  position: relative;
  transition: background var(--transition-speed);
}
.yh_filename-wrapper:hover {
  background: rgba(255, 153, 0, 0.05);
}
.yh_version-filename {
  max-width: 220px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: bold;
  color: var(--text-light);
  transition: all 0.3s ease;
}
.yh_filename-expanded {
  max-width: none;
  white-space: normal;
  overflow: visible;
}

.yh_readmore {
  cursor: pointer;
  color: var(--accent);
  margin-left: 5px;
  font-size: 1.2em;
  transition: transform var(--transition-speed);
}
.yh_readmore.expanded {
  transform: rotate(180deg);
}

.yh_version-meta {
  color: var(--text-muted);
  text-align: center;
  font-size: 0.9em;
}

/* ===============================================
   BUTTONS & INTERACTIVE ELEMENTS
   =============================================== */
.yh_download-btn {
  display: inline-block;
  padding: 5px 10px;
  border: 1px solid var(--border-color);
  background: var(--bg-alt);
  color: var(--text-light-button);
  margin: 5px 0;
  transition: background var(--transition-speed), color var(--transition-speed), border-color var(--transition-speed);
}
.yh_download-btn:hover,
.yh_download-btn:focus {
  background: var(--accent);
  color: #fff;
  border-color: var(--accent);
}
.yh_download-btn:focus {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
}

.yh_kane-download-btn {
  background: var(--btn-bg);
  border-color: var(--btn-border);
}
.yh_kane-download-btn:hover,
.yh_kane-download-btn:focus {
  background: var(--accent);
  border-color: var(--accent);
  color: #fff;
}

.yh_small-download-btn {
  display: inline-block;
  padding: 6px 2px;
  font-size: 0.65em;
  line-height: 1;
  min-width: 60px;
  border: 1px solid #555;
  background: var(--bg-alt-attachment);
  color: var(--text-light);
  text-align: center;
  transition: background var(--transition-speed), color var(--transition-speed);
}
.yh_small-download-btn:hover,
.yh_small-download-btn:focus {
  background: var(--accent);
  color: #fff;
  border-color: var(--accent);
}

.yh_download-version-btn {
  display: inline-block;
  padding: 10px 20px;
  font-size: 1.1em;
  border: 1px solid var(--accent);
  background: var(--btn-bg);
  color: #fff;
  border-radius: 4px;
  text-align: center;
  transition: background var(--transition-speed), color var(--transition-speed);
}
.yh_download-version-btn:hover,
.yh_download-version-btn:focus {
  background: var(--accent);
  color: #fff;
}

/* Latest download button container */
.yh_latest-btn {
  margin: 15px 0;
  text-align: center;
}

/* ===============================================
   LIST SHORTCODE (3-COLUMN GRID)
   =============================================== */
.yh_download-list-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
  gap: 20px;
  margin: 20px 0;
}

.yh_download-item-bottom {
    background: var(--bg-alt);
    text-align: center;
    padding: 10px;
  }
.yh_download-item-bottom .yh_download-btn {
  margin: 3px 8px;
}

/* ===============================================
   RESPONSIVE STYLES
   =============================================== */
@media (max-width: 1160px) {
  .yh_version-item {
    grid-template-columns: 1fr;
    gap: 5px;
  }
  .yh_version-meta, .yh_small-download-btn {
    text-align: left;
  }
  .yh_filename-wrapper, .yh_version-filename {
    max-width: 100%;
  }
}
@media (max-width: 1205px) {
  .yh_download-list-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 650px) {
  .yh_download-theme-wrapper {
    padding: 10px;
  }
  .yh_kane-title {
    font-size: 1.6em;
  }
  .yh_info-row {
    flex-direction: column;
    align-items: flex-start;
  }
  .yh_info-row span {
    display: block;
    width: 100%;
  }
  .yh_download-list-wrapper {
    grid-template-columns: 1fr;
  }
}

/* ===============================================
   DETAILS PAGE STYLING
   =============================================== */
.yh_download-file-details {
  background: var(--bg-dark);
  border: 1px solid var(--border-color);
  padding: 20px;
  margin: 20px 0;
  color: var(--text-light);
  font-family: 'Helvetica Neue', sans-serif;
  border-radius: 6px;
  box-shadow: 0 0 8px var(--shadow);
}
.yh_download-file-details h2 {
  color: var(--accent);
  font-size: 1.4em;
  border-bottom: 1px solid var(--accent);
  padding-bottom: 5px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 15px;
}

.yh_download-description {
  font-size: 1.1em;
  line-height: 1.6;
  background: var(--bg-medium);
  padding: 10px;
  border-radius: 4px;
  margin-bottom: 50px;
}
.yh_download-video {
  margin: 15px 0;
  text-align: center;
}
.yh_download-video iframe {
  max-width: 100%;
  border: none;
}
.yh_versions-title {
  color: var(--accent);
  border-bottom: 1px solid var(--accent);
  font-size: 1.5em;
  text-transform: uppercase;
  letter-spacing: 1px;

}
.yh_version-container {
  background: var(--bg-medium);
  border-radius: 6px;
  padding: 15px;
  margin-bottom: 25px;
  border-left: 4px solid var(--accent);
}
.yh_version-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 5px;
  border-bottom: 1px solid var(--border-color);
  margin-bottom: 10px;
}
.yh_version-label {
  font-size: 1.2em;
  font-weight: bold;
  color: var(--accent);
}
.yh_version-date {
  font-size: 1em;
  color: var(--text-muted);
}

/* Changelog styling */
.yh_version-changelog {
  font-size: 1em;
  line-height: 1.5;
  color: var(--text-muted);
  margin-bottom: 10px;
  padding: 10px;
  background: var(--bg-alt);
  border-radius: 4px;
  overflow: hidden;
}
.yh_version-changelog ul,
.yh_version-changelog ol {
  margin: 10px 0;
  padding-left: 30px;
  list-style-position: outside;
  line-height: 1.6;
}
.yh_version-changelog ul {
  list-style-type: disc;
}
.yh_version-changelog ol {
  list-style-type: decimal;
}
.yh_version-changelog li {
  margin-bottom: 5px;
}
.yh_version-changelog img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 10px auto;
  border-radius: 4px;
}
.yh_version-changelog .wp-caption {
  background: rgba(30, 30, 30, 0.8);
  border: 1px solid var(--border-color);
  padding: 8px;
  border-radius: 4px;
  text-align: center;
}
.yh_version-changelog .wp-caption img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.yh_version-changelog .wp-caption-text {
  color: var(--text-muted);
  font-size: 0.9em;
  margin-top: 5px;
  font-style: italic;
}

/* ------------------------------------------------
   Modern Card Layout with Centered Oval Full-Width Image Cover
------------------------------------------------ */

/* ------------------------------------------------
   Oval-Shaped Image Cover at 70% Width, Centered with Even Vertical Spacing
------------------------------------------------ */
.yh_download-item-top {
    position: relative;
    width: 70%;
    aspect-ratio: 2 / 1;       /* Adjust the ratio as needed */
    overflow: hidden;
    border-radius: 50%/100%;   /* Creates the oval (pill) shape */
    margin: 20px auto 0;       /* 20px top margin and centered horizontally */
    background: #000;          /* Fallback background color */
  }
  
  .yh_download-item-top::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 3px solid #574c38;
    border-radius: inherit;
    z-index: 2;             /* Ensures the border is on top of the image */
    pointer-events: none;   /* Allows interactions with underlying elements if needed */
  }
  

.yh_download-thumb {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);  /* Centers the image vertically & horizontally */
  width: 100%;
  height: auto;
  object-fit: contain;     /* Shows the whole image, centering it if it’s shorter */
  display: block;
}

/* Place the category badge on the top right, overlapping the image if needed */
.yh_download-cat {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 4px 10px;
  font-size: 0.8em;
  font-weight: bold;
  color: #fff;
  background: linear-gradient(135deg, #343a40, #495057); /* Dark grey to slate */
  border-radius: 12px;
  border: 2px solid #9d6d16;
  text-transform: uppercase;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
  z-index: 10;
  margin: 0;
}



/* Optionally, reduce inner padding of the download item to lower its overall height */
.yh_download-item {
  padding: 10px; /* Adjust this value as needed */
}

  

/* Refreshed Title Styling */
/* Bold, uppercase title with an elegant underlined effect */
.yh_download-title {
    text-align: center;
    font-size: 1.4em;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0px 5px 0px 5px;
    position: relative;
    padding-top: 5px;
    color: #fff;
  }
  .yh_download-title:after {
    content: "";
    display: block;
    width: 50%;
    height: 3px;
    background: linear-gradient(90deg, #f39c12, #e67e22);
    margin: 8px auto 0;
    border-radius: 2px;
  }
  

/* Dynamic Meta Blocks Styling */
/* Pill-style meta blocks with a subtle border and background effect */
.yh_download-meta {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
    margin-top: auto;  /* Pushes this element to the bottom */
    margin-bottom: 12px;
    padding: 5px;
  }

  .yh_download-meta::before {
    content: "";
    display: block;
    width: 90%;
    height: 1px;  /* Adjust thickness as needed */
    background: var(--border-color);
    margin: 0 auto 5px auto; /* Centers the line and adds bottom spacing */
  }
.yh_meta-block {
  background: rgba(243, 156, 18, 0.1);
  border: 1px solid rgba(243, 156, 18, 0.3);
  border-radius: 20px;
  padding: 4px 12px;
  font-size: 0.85em;
  color: #f39c12;
}
.yh_meta-block:hover {
  background: rgba(243, 156, 18, 0.2);
  color: #fff;
  border-color: #f39c12;
}

/* Overall Download Item Card Enhancements */
/* Adds a slight lift effect on hover for a more interactive feel */
.yh_download-item {
    display: flex;
    flex-direction: column;
    background: #161512;
    border: 1px solid #9d6d16;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.6);
    transition: transform 0.3s ease;
  }

  @media (max-width: 600px) {
    .yh_download_search_and_filter form {
      flex-direction: column;
      align-items: stretch;
      gap: 10px;
    }
    .yh_download_search_and_filter .yh_filter_item {
      width: 100%;
      margin-bottom: 10px;
      justify-content: center;
    }
    /* Stack buttons vertically with reduced gap */
    .yh_download_search_and_filter .yh_filter_buttons {
      flex-direction: column;
      justify-content: center;
      width: 100%;
      gap: 5px;  /* Reduced gap */
      margin: 0;
    }
    .yh_download_search_and_filter input[type="text"],
    .yh_download_search_and_filter select {
      min-width: unset;
      width: 90%;
      max-width: 400px;
      margin: 0 auto;
    }
  }
  


  
 /* Container for the search and filter form */
.yh_download_search_and_filter {
  background: var(--bg-alt);
  padding: 15px 20px;
  border: 1px solid var(--border-color);
  border-radius: 5px;
  margin-bottom: 20px;
  text-align: center; /* Centers inline content */
}

/* Center the form using inline-flex and remove default margins */
.yh_download_search_and_filter form {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  margin: 0; /* Remove any default margins */
}

/* Individual filter items */
.yh_download_search_and_filter .yh_filter_item {
  display: flex;
  align-items: center;
}

/* Styling for text input and dropdown */
.yh_download_search_and_filter input[type="text"],
.yh_download_search_and_filter select {
  padding: 8px 10px;
  border: 1px solid var(--border-color);
  border-radius: 3px;
  background: var(--bg-medium);
  color: var(--text-light);
  font-size: 0.9em;
  min-width: 150px;
}
.yh_download_search_and_filter select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12'%3E%3Cpolyline points='2,4 6,8 10,4' fill='none' stroke='%23ccc' stroke-width='2'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 12px;
}

/* Container for buttons */
.yh_download_search_and_filter .yh_filter_buttons {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* Reset styles for our search form buttons */
.yh_download_search_and_filter button.yh_search_button,
.yh_download_search_and_filter a.reset-button {
  all: unset; /* Remove any inherited styles */
  display: inline-block;
  box-sizing: border-box;
  font-size: 0.9em;
  padding: 8px 15px;
  border: 1px solid var(--btn-border);
  border-radius: 3px;
  text-align: center;
  cursor: pointer;
  min-width: 90px;
  line-height: 1.3;
}

/* Style the primary (search) button */
.yh_download_search_and_filter button.yh_search_button {
  background-color: var(--btn-bg);
  color: #fff;
}

/* Style the reset button (yellow/orange) */
.yh_download_search_and_filter a.reset-button {
  background-color: #ca810b; /* adjust to your preferred orange/yellow */
  color: #fff;
  text-decoration: none;
}

/* Add hover states if desired */
.yh_download_search_and_filter button.yh_search_button:hover,
.yh_download_search_and_filter a.reset-button:hover {
  background-color: var(--accent);
  border-color: var(--accent);
}

/* Ensure each download item allows absolutely positioned elements */
.yh_download-item {
  position: relative;
  overflow: visible;
}

/* Version selector: position relative so dropdown positions within it */
.version-selector {
  position: relative;
  cursor: pointer;
  padding-right: 5px;
}

/* Remove extra margin from the caret icon */
.version-selector i.fa-caret-down {
  margin-right: 0;
}

/* Version dropdown remains unchanged */
.version-dropdown {
  position: absolute;
  top: 100%; /* directly below the version-selector */
  left: 0;
  background: #333;
  padding: 5px;
  list-style: none;
  margin: 5px 0 0 0;
  z-index: 100000000000;
  white-space: nowrap;
  border: 1px solid var(--border-color);
  border-radius: 3px;
  display: none; /* initially hidden */
}

.version-dropdown li {
  cursor: pointer;
  padding: 3px 10px;
  color: #fff;
  transition: background 0.2s;
}

.version-dropdown li:hover {
  background: var(--accent);
}


@keyframes pulse-shadow {
  0%, 100% { box-shadow: 0 0 0 rgba(243,156,18,0); }
  50%      { box-shadow: 0 0 5px rgba(243,156,18,1); }
}


.version-selector.pulse {
  animation: pulse-shadow 1.5s infinite;
}


.yh_download-cat a {
  color: #fff;
}












/* Merged Call-to-Action Container */
.yh_download_call_to_action {
  container-type: inline-size; /* Enables container queries on width */
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap; /* Keep one row by default */
  background: var(--bg-dark);
  border: 1px solid var(--border-color);
  padding: 15px;
  border-radius: 8px;
  margin-top: 20px;
}

/* Icon & Details */
.yh_download_call_to_action .download-icon {
  flex: 0 0 auto;
  margin-right: 15px;
}
.yh_download_call_to_action .download-icon i {
  font-size: 3em;
  color: var(--accent);
}
.yh_download_call_to_action .download-details {
  flex: 1 1 auto;
  min-width: 0; /* Allow text to shrink if needed */
}
.yh_download_call_to_action .download-title a {
  text-decoration: none;
  transition: color var(--transition-speed);
}
.yh_download_call_to_action .download-title a:hover,
.yh_download_call_to_action .download-title a:focus {
  color: var(--accent);
}

/* Download Meta: Inline Layout */
/* Merged from two similar blocks – using display: flex and a consistent gap and margin */
.yh_download_call_to_action .download-meta {
  display: flex;
  align-items: flex-end;
  font-size: 0.9em;
  color: var(--text-muted);
  gap: 5px;
  margin-bottom: 8px; /* Adjusted to avoid extra height */
}
.yh_download_call_to_action .download-meta span {
  white-space: nowrap;
}
.yh_download_call_to_action .download-meta i {
  margin-right: 4px;
}

/* Inline Version Selector */
.cta-inline-version-selector {
  display: inline-flex;
  align-items: center;
  padding: 2px 6px;
  background: var(--bg-alt);
  border: 1px solid var(--border-color);
  border-radius: 4px;
  cursor: pointer;
  position: relative;
}
.cta-inline-version-selector i {
  color: var(--accent);
}
.cta-inline-version-selector .selected-version {
  color: var(--text-light);
  font-weight: bold;
  margin: 0 4px;
}
/* Dropdown styling for inline version selector */
.cta-inline-version-selector .version-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  background: var(--bg-dark);
  padding: 5px;
  list-style: none;
  margin: 5px 0 0 0;
  z-index: 1000;
  white-space: nowrap;
  border: 1px solid var(--border-color);
  border-radius: 3px;
  display: none;
}
.cta-inline-version-selector .version-dropdown li {
  cursor: pointer;
  padding: 3px 10px;
  color: var(--text-light);
  transition: background 0.2s;
}
.cta-inline-version-selector .version-dropdown li:hover {
  background: var(--accent);
}

/* Download Button */
.yh_download_call_to_action .download-button a {
  display: inline-block;
  background: var(--btn-bg);
  color: var(--text-light-button);
  text-decoration: none;
  border-radius: 5px;
  border: 1px solid var(--btn-border);
  transition: background var(--transition-speed), color var(--transition-speed), border-color var(--transition-speed);
}
.yh_download_call_to_action .download-button a:hover,
.yh_download_call_to_action .download-button a:focus {
  background: var(--accent);
  border-color: var(--accent);
  color: #fff;
}

.yh_download_call_to_action .download-button {
  padding-right: 0;
}

/* Spacing for title and description */
.yh_download_call_to_action .download-title {
  margin-bottom: 4px;
}
.yh_download_call_to_action .download-description {
  font-size: 1em;
  color: #b3b3b3;
}

/* Responsive Styles */
@media (max-width: 1030px) {
  .yh_download_call_to_action {
    flex-direction: column;
    text-align: center;
    padding: 15px 10px;
  }
  .yh_download_call_to_action .download-icon {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .yh_download_call_to_action .download-details {
    margin-bottom: 10px;
  }
  .yh_download_call_to_action .download-meta {
    justify-content: center;
    flex-wrap: wrap;
    gap: 5px;
  }
  .yh_download_call_to_action .download-button a {
    width: 100%;
  }
  .cta-inline-version-selector {
    font-size: 0.85em;
  }
}

@container (max-width: 320px) {
  .yh_download_call_to_action .download-description {
    display: none;
  }
  .yh_download_call_to_action {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-areas:
      "icon title"
      "meta meta"
      "button button";
    grid-gap: 5px;
    align-items: center;
  }
  .yh_download_call_to_action .download-icon {
    grid-area: icon;
    margin: 0;
  }
  .yh_download_call_to_action .download-title {
    grid-area: title;
  }
  .yh_download_call_to_action .download-meta {
    grid-area: meta;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 5px;
  }
  .yh_download_call_to_action .download-button {
    grid-area: button;
    justify-self: end;
  }
}

@container (max-width: 350px) {
  .yh_download_call_to_action .download-icon {
    display: none;
  }
  .yh_download_call_to_action .download-title {
    position: relative;
    padding-left: 50px;
  }
  .yh_download_call_to_action .download-title::before {
    content: "\f019";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    color: var(--accent);
    font-size: 1.5em;
  }
  .yh_download_call_to_action {
    flex-direction: column;
    position: relative;
  }
  .yh_download_call_to_action .download-button {
    align-self: flex-end;
    margin-top: 10px;
  }
}


/* Command & Conquer 3: Kane's Wrath - Dark Theme Pagination Styling */
.yh_download-pagination ul {
  display: flex;
  list-style: none;
  justify-content: center;
  padding: 0;
  margin: 20px 0;
}

.yh_download-pagination ul li {
  margin: 0 5px;
}

.yh_download-pagination ul li a,
.yh_download-pagination ul li span {
  display: inline-block;
  padding: 10px 15px;
  background: var(--bg-alt); /* Dark background */
  color: var(--text-light);  /* Light text for contrast */
  border: 1px solid var(--border-color);
  border-radius: 4px;
  text-decoration: none;
  transition: background var(--transition-speed), color var(--transition-speed), border-color var(--transition-speed);
}

.yh_download-pagination ul li a:hover,
.yh_download-pagination ul li a:focus {
  background: var(--btn-bg);   /* Uses the dark red tone from your theme */
  border-color: var(--btn-border);
  color: var(--text-light-button);
}

.yh_download-pagination ul li span.current {
  background: var(--accent);   /* Accent color for the active page */
  border-color: var(--accent);
  color: #fff;
}
