/*
Theme Name: Islamic Wisdoms
Theme URI: https://islamwisdoms.com
Author: Islamic Wisdoms
Author URI: https://islamwisdoms.com
Description: A premium Islamic knowledge theme — Quran, Hadith, History and Pillars of Islam. Clean, responsive, WordPress-ready, with automatic page setup on activation.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.6
Requires PHP: 7.4
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: islam-wisdoms
Tags: blog, education, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready, full-width-template, custom-colors
*/

/* Custom Dropdown Menu for Desktop */
@media (min-width: 1024px) {
  .main-nav {
    display: flex !important;
  }
  .menu-toggle {
    display: none !important;
  }
}

/* ── Header Auth Buttons ──────────────────────────────────── */
.iw-header-btn {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  padding: .42rem 1rem;
  border-radius: 2rem;
  font-size: .85rem;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s;
  white-space: nowrap;
}
.iw-btn-outline {
  border: 1.5px solid rgba(16,185,129,.5);
  color: var(--green, #10b981);
  background: transparent;
}
.iw-btn-outline:hover {
  background: rgba(16,185,129,.08);
}
.iw-btn-solid {
  background: linear-gradient(135deg, #10b981, #059669);
  color: #fff !important;
  border: none;
  box-shadow: 0 2px 10px rgba(16,185,129,.3);
}
.iw-btn-solid:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 16px rgba(16,185,129,.4);
}
.iw-header-user {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
  text-decoration: none;
  color: var(--text, #111);
  font-size: .85rem;
  font-weight: 600;
}
.iw-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: linear-gradient(135deg, #10b981, #059669);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: .95rem;
  flex-shrink: 0;
}
.iw-username {
  max-width: 80px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (max-width: 600px) {
  .iw-header-btn { padding: .38rem .7rem; font-size: .78rem; }
  .iw-username   { display: none; }
}


/* =============================================================
   PROMINENT BLUE LINKS FOR ALL CONTENT & BACKLINKS
   ============================================================= */
article a,
.article-body a,
.entry-content a,
p a,
li a,
blockquote a {
    color: #1d4ed8 !important;
    text-decoration: underline !important;
    text-underline-offset: 3px !important;
    font-weight: 600 !important;
}

article a:hover,
.article-body a:hover,
.entry-content a:hover,
p a:hover,
li a:hover,
blockquote a:hover {
    color: #1e40af !important;
    text-decoration: underline #1e40af 2px !important;
}