.navbar.navbar-dark .nav .upgrade-pro-btn .nav-link {
    background-color: #0e98d6;
    color: #fff;
}
@media (max-width: 991px) {
    .navbar.navbar-dark .nav .upgrade-pro-btn .nav-link {
        background-color: transparent;
        color: #0e98d6;
    }
}
.sidebar .widget .wp-block-categories-list li:nth-child(n+15) {
    display: none;
}
.footer-sidebar .widget .wp-block-categories-list li:nth-child(n+9) {
    display: none;
}
.quranic-heading {
  text-transform: none !important;
  color: white !important;
 background-color: #ff5722 !important;
!important; /* Orange tone */
  padding: 10px 20px;
  font-size: 1.6rem;
  font-weight: 700;
  display: inline-block;
  border-radius: 4px;
}
.tablepress-id-2 .row-1 td {
  background-color: #e5f0ff !important; /* Light blue */
  font-weight: 600 !important;
  color: #0f1d3f !important; /* Dark blue text */
  font-size: 14px !important;
  text-align: left !important;
  padding: 10px 12px !important;
  border-bottom: 1px solid #ccc !important;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}.byline, .author, .post-author, .entry-author {
    display: none !important;
}.post-meta-author, .meta-author, .meta-info .author, .entry-meta .author, .post-meta .author {
    display: none !important;
}
.post-meta-data .meta-author::before {
    display: none !important;
}
.archive .page-title {
  font-size: 2rem;
  position: relative;
  color: #0f1d3f;
}

.archive .page-title span {
  display: none !important; /* hide the "Archive:" label */
}

.archive .page-title {
  font-size: 2rem;
  color: #0f1d3f !important; /* restore title text color */
}
.wp-list-table td, 
.wp-list-table th {
  white-space: normal !important;
  word-break: normal !important;
  overflow-wrap: break-word !important;
  display: table-cell !important;
  vertical-align: middle;
}
/* Hide post excerpt on Notions Clés category page */
body.category-notions-cles .td-excerpt {
  display: none !important;
}

/* Hide excerpt and read more button */
.category-notions-cles .entry-summary,
.category-notions-cles .more-link,
.category-notions-cles .read-more {
  display: none !important;
}
/* Hide metadata (date, comments, etc.) */
.category-notions-cles .entry-meta,
.category-notions-cles .posted-on,
.category-notions-cles .comments-link,
.category-notions-cles .byline,
.category-notions-cles .cat-links,
.category-notions-cles .entry-footer {
  display: none !important;
}

/* Reduce post title font size */
body.category-notions-cles .entry-title {
  font-size: 18px !important;
  font-weight: 500;
  margin-bottom: 10px;
}
/* Hide excerpt on Notions Clés archive page */
body.category-notions-cles .td-excerpt,
body.category-notions-cles p,
body.category-notions-cles .td-read-more,
body.category-notions-cles time,
body.category-notions-cles .td-module-comments {
  display: none !important;
}
.site-branding .site-title {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px); /* Visually hide but keep for screen readers */
    height: 1px;
    width: 1px;
    overflow: hidden;
}
