/*!
Theme Name: theme-eljame
Theme URI: https://www.maisra.net/
Author: Yasir Najeep
Author URI: https://www.maisra.net/
Description: Description
Version: 1.1.2
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: theme-eljame
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

theme-eljame is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit;
}

html {
  box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
@font-face {
  font-family: "SaudiaSans";
  src: url("./asstes/fonts/SaudiaSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SaudiaSans";
  src: url("./asstes/fonts/SaudiaSans-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SaudiaSans";
  src: url("./asstes/fonts/SaudiaSans-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SaudiaSans";
  src: url("./asstes/fonts/SaudiaSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
html {
  font-size: 100%;
  scroll-behavior: smooth;
}

body,
button,
input,
select,
optgroup,
textarea {
  font-family: "SaudiaSans", "Noto Sans Arabic", "Droid Arabic Naskh", "Amiri", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.65;
  color: hsl(220, 20%, 14%);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

::selection {
  background: hsl(40, 80%, 75%);
  color: hsl(220, 26%, 10%);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: hsl(220, 12%, 91%);
  font-family: "JetBrains Mono", "Fira Code", monaco, consolas, "Andale Mono", monospace;
  line-height: 1.65;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: "JetBrains Mono", "Fira Code", monaco, consolas, "Andale Mono", monospace;
}

abbr,
acronym {
  border-bottom: 1px dotted hsl(220, 8%, 52%);
  cursor: help;
}

mark,
ins {
  background: hsl(40, 85%, 88%);
  text-decoration: none;
}

big {
  font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
  background: #fff;
}

.container {
  width: 100%;
  max-width: 1280px;
  margin-inline: auto;
  padding-inline: 1rem;
}
@media (min-width: 1024px) {
  .container {
    padding-inline: 2rem;
  }
}

hr {
  background-color: hsl(220, 10%, 82%);
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

img {
  height: auto;
  max-width: 100%;
}

figure {
  margin: 1em 0;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/* Icons
--------------------------------------------- */
[data-lucide] {
  width: 24px;
  height: 24px;
  stroke-width: 2;
  vertical-align: middle;
  display: inline-block;
}

.btn-icon [data-lucide],
.icon [data-lucide] {
  width: 20px;
  height: 20px;
}

/* Links
--------------------------------------------- */
a {
  color: hsl(40, 75%, 40%);
}
a:visited {
  color: hsl(40, 85%, 24%);
}
a:hover, a:focus, a:active {
  color: hsl(40, 80%, 32%);
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}

/* Forms
--------------------------------------------- */
button,
input[type=button],
input[type=reset],
input[type=submit] {
  border: 1px solid;
  border-color: hsl(220, 9%, 68%);
  border-radius: 3px;
  background: hsl(220, 12%, 91%);
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}
button:hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  border-color: hsl(220, 8%, 52%);
}
button:active, button:focus,
input[type=button]:active,
input[type=button]:focus,
input[type=reset]:active,
input[type=reset]:focus,
input[type=submit]:active,
input[type=submit]:focus {
  border-color: hsl(40, 70%, 48%);
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  color: hsl(220, 12%, 30%);
  border: 1px solid hsl(220, 9%, 68%);
  border-radius: 3px;
  padding: 3px;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: hsl(220, 20%, 14%);
}

select {
  border: 1px solid hsl(220, 9%, 68%);
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.site {
  display: flex;
  flex-direction: column;
}

.site-main {
  overflow: hidden;
}

@media (min-width: 1024px) {
  .layout-grid {
    display: flex;
    gap: 1.5rem;
  }
}

.layout-grid > article,
.layout-grid > .content-area {
  flex: 1 1 70%;
  min-width: 0;
}

.widget-area {
  flex: 0 0 30%;
  max-width: 30%;
}
@media (min-width: 1024px) {
  .widget-area {
    position: sticky;
    top: 1.5rem;
    align-self: start;
    height: fit-content;
  }
}
@media (max-width: 1023px) {
  .widget-area {
    flex: 1 1 100%;
    max-width: 100%;
    margin-top: 1.5rem;
  }
}

.no-sidebar .site {
  display: grid;
  grid-template-columns: auto;
  grid-template-areas: "header" "main" "footer";
}

.archive-filters {
  background: hsl(220, 14%, 96%);
  padding: 1rem;
  margin-bottom: 2rem;
  border-radius: 0.25rem;
  border: 1px solid hsl(220, 12%, 91%);
}
.archive-filters form {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 0.75rem;
  align-items: end;
}
.archive-filters label {
  display: block;
  margin-bottom: 0.25rem;
  font-weight: 600;
  font-size: 0.9rem;
  color: hsl(220, 16%, 22%);
}
.archive-filters select,
.archive-filters .button {
  width: 100%;
  height: 40px;
  box-sizing: border-box;
}

.lectures-grid,
.books-grid,
.posts-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 0.75rem;
}

.lecture-card,
.book-card,
.post-card {
  border: 1px solid hsl(220, 12%, 91%);
  background: white;
  border-radius: 0.25rem;
  overflow: hidden;
  transition: box-shadow 200ms ease;
  display: flex;
  flex-direction: column;
}
.lecture-card:hover,
.book-card:hover,
.post-card:hover {
  box-shadow: 0 4px 6px hsla(220, 20%, 20%, 0.05), 0 2px 4px hsla(220, 20%, 20%, 0.06);
}
.lecture-card .entry-header,
.book-card .entry-header,
.post-card .entry-header {
  padding: 0.5rem 0.75rem 0.25rem;
}
.lecture-card .entry-title,
.book-card .entry-title,
.post-card .entry-title {
  margin: 0;
  font-size: 1.1rem;
  line-height: 1.4;
}
.lecture-card .entry-title a,
.book-card .entry-title a,
.post-card .entry-title a {
  text-decoration: none;
  color: hsl(220, 20%, 14%);
}
.lecture-card .entry-title a:hover,
.book-card .entry-title a:hover,
.post-card .entry-title a:hover {
  color: hsl(40, 75%, 40%);
}
.lecture-card .entry-summary,
.lecture-card .entry-content,
.book-card .entry-summary,
.book-card .entry-content,
.post-card .entry-summary,
.post-card .entry-content {
  padding: 0 0.75rem;
  font-size: 0.9rem;
  color: hsl(220, 9%, 40%);
  margin-bottom: auto;
}
.lecture-card .entry-summary p,
.lecture-card .entry-content p,
.book-card .entry-summary p,
.book-card .entry-content p,
.post-card .entry-summary p,
.post-card .entry-content p {
  margin-bottom: 0.5rem;
}

.lecture-card .lecture-thumbnail {
  margin: 0;
}
.lecture-card .lecture-thumbnail img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 16/9;
}
.lecture-card .lecture-meta {
  padding: 0.5rem 0.75rem;
  font-size: 0.85rem;
  color: hsl(220, 8%, 52%);
  display: flex;
  gap: 0.75rem;
  border-top: 1px solid hsl(220, 14%, 96%);
  background: hsl(220, 14%, 96%);
}
.lecture-card .lecture-meta div {
  display: flex;
  align-items: center;
  gap: 4px;
}
.lecture-card .lecture-meta [data-lucide] {
  font-size: 16px;
  width: 16px;
  height: 16px;
}
.lecture-card .lecture-actions {
  padding: 0.75rem;
  display: flex;
  gap: 0.5rem;
  border-top: 1px solid hsl(220, 14%, 96%);
}
.lecture-card .lecture-actions .button {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-size: 0.9rem;
  padding: 6px 12px;
  text-align: center;
}
.lecture-card .lecture-actions .button [data-lucide] {
  font-size: 16px;
  width: 16px;
  height: 16px;
}

.book-card {
  text-align: center;
}
.book-card .book-cover {
  margin: 1rem auto 0.75rem;
  width: 120px;
  box-shadow: 0 1px 2px hsla(220, 20%, 20%, 0.04), 0 1px 3px hsla(220, 20%, 20%, 0.06);
}
.book-card .book-cover img {
  display: block;
  width: 100%;
  height: auto;
}
.book-card .entry-summary,
.book-card .book-meta {
  text-align: center;
}
.book-card .book-meta {
  padding: 0.5rem 0.75rem;
  font-size: 0.85rem;
  color: hsl(220, 8%, 52%);
  display: flex;
  justify-content: center;
  gap: 0.75rem;
}
.book-card .book-meta div {
  display: flex;
  align-items: center;
  gap: 4px;
}
.book-card .book-actions {
  padding: 0.75rem;
  display: flex;
  gap: 0.5rem;
  border-top: 1px solid hsl(220, 14%, 96%);
}
.book-card .book-actions .button {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.post-card .post-thumbnail {
  margin: 0;
}
.post-card .post-thumbnail img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  aspect-ratio: 16/9;
}
.post-card .entry-meta {
  font-size: 0.8rem;
  color: hsl(220, 8%, 52%);
  margin-top: 0.25rem;
}

.explanations-list {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.explanation-card {
  border: 1px solid hsl(220, 12%, 91%);
  background: white;
  border-radius: 0.25rem;
  padding: 0.75rem;
  display: flex;
  gap: 0.75rem;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .explanation-card {
    flex-direction: column;
  }
}
.explanation-card .explanation-thumbnail {
  flex-shrink: 0;
  width: 180px;
}
.explanation-card .explanation-thumbnail img {
  width: 100%;
  height: auto;
  border-radius: 0.25rem;
  display: block;
}
@media (max-width: 768px) {
  .explanation-card .explanation-thumbnail {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
  }
}
.explanation-card .entry-content-wrapper {
  flex: 1;
}
.explanation-card .entry-title {
  margin: 0 0 0.5rem;
  font-size: 1.3rem;
}
.explanation-card .entry-title a {
  text-decoration: none;
  color: hsl(220, 20%, 14%);
}
.explanation-card .entry-title a:hover {
  color: hsl(40, 75%, 40%);
}
.explanation-card .explanation-subtitle {
  color: hsl(220, 9%, 40%);
  margin: 0 0 0.75rem;
  font-style: italic;
}
.explanation-card .entry-summary {
  color: hsl(220, 12%, 30%);
  margin-bottom: 0.75rem;
}
.explanation-card .explanation-meta {
  display: flex;
  gap: 1rem;
  margin-bottom: 0.75rem;
  font-size: 0.9rem;
  color: hsl(220, 8%, 52%);
}
.explanation-card .explanation-meta div {
  display: flex;
  align-items: center;
  gap: 5px;
}

.entry-terms {
  padding: 0 0.75rem 0.5rem;
  font-size: 0.8rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.entry-terms .post-terms {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 4px;
}
.entry-terms .post-terms .term-label {
  color: hsl(220, 9%, 40%);
  font-weight: 600;
}
.entry-terms .post-terms .term-links a {
  color: hsl(220, 12%, 30%);
  text-decoration: none;
  background: hsl(220, 14%, 96%);
  padding: 2px 6px;
  border-radius: 0.125rem;
  transition: all 150ms ease;
}
.entry-terms .post-terms .term-links a:hover {
  background: hsl(40, 90%, 96%);
  color: hsl(40, 80%, 32%);
}

.post-card .entry-footer,
.lecture-card .entry-footer,
.book-card .entry-footer,
.explanation-card .entry-footer {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Header
--------------------------------------------- */
.news-ticker {
  background: hsl(220, 26%, 10%);
  overflow: hidden;
  position: relative;
  height: 35px;
  max-height: 35px;
}
.news-ticker::before, .news-ticker::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 40px;
  z-index: 2;
  pointer-events: none;
}
.news-ticker::before {
  left: 0;
  background: linear-gradient(90deg, hsl(220, 26%, 10%) 0%, transparent 100%);
}
.news-ticker::after {
  right: 0;
  background: linear-gradient(90deg, transparent 0%, hsl(220, 26%, 10%) 100%);
}

.ticker-track {
  display: flex;
  animation: ticker 30s linear infinite;
  width: max-content;
  height: 100%;
  align-items: center;
}
.ticker-track:hover {
  animation-play-state: paused;
}

@keyframes ticker {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.ticker-item {
  flex-shrink: 0;
  padding: 6px 12px;
}
.ticker-item a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
  white-space: nowrap;
}
.ticker-item a:hover .ticker-title {
  text-decoration: underline;
}

.ticker-badge {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  padding: 2px 8px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
}
.ticker-badge i {
  font-size: 12px;
}
.ticker-badge.book {
  background: hsl(40, 75%, 40%);
  color: white;
}
.ticker-badge.lecture {
  background: hsl(175, 60%, 35%);
  color: white;
}
.ticker-badge.explanation {
  background: hsl(35, 90%, 42%);
  color: white;
}

.ticker-title {
  color: hsl(220, 10%, 82%);
  font-size: 14px;
  font-weight: 500;
}

.site-header {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  max-width: var(--container-max, 1200px);
  margin: 0 auto;
  padding: 0 1rem;
  height: 85px;
  position: sticky;
  top: 0;
  z-index: 1020;
  background: rgba(255, 255, 255, 0.98);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.05);
}
.site-header.scrolled {
  box-shadow: 0 4px 12px -2px rgba(0, 0, 0, 0.08);
}

.site-logo {
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.site-logo img {
  height: 80px;
  width: auto;
  max-height: 80px;
  transition: transform 0.2s ease;
}
.site-logo:hover img {
  transform: scale(1.02);
}

.main-nav {
  display: flex;
  align-items: center;
  flex: 1 1 auto;
  min-width: 0;
  justify-content: center;
}

.nav-menu,
#primary-menu {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .nav-menu,
  #primary-menu {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }
}
.nav-menu li,
#primary-menu li {
  margin: 0;
}
.nav-menu a,
#primary-menu a {
  display: block;
  padding: 0;
  min-width: 75px;
  font-size: 0.875rem;
  font-weight: 500;
  color: hsl(220, 16%, 22%);
  text-decoration: none;
  border-radius: 0.375rem;
  transition: color 0.15s ease, background 0.15s ease;
  white-space: nowrap;
}
.nav-menu a:hover,
#primary-menu a:hover {
  background: transparent;
}
.nav-menu .cube-container,
#primary-menu .cube-container {
  display: inline-block;
  width: auto;
  min-width: 100%;
  height: 1.5rem;
  perspective: 1000px;
  cursor: pointer;
  position: relative;
}
.nav-menu .cube,
#primary-menu .cube {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
  transform-style: preserve-3d;
  transition: transform 0.5s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.nav-menu .face,
#primary-menu .face {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  top: 0;
  left: 0;
  white-space: nowrap;
}
.nav-menu .face-front,
#primary-menu .face-front {
  color: hsl(220, 16%, 22%);
  transform: translateZ(0.75rem);
  -webkit-transform: translateZ(0.75rem);
}
.nav-menu .face-bottom,
#primary-menu .face-bottom {
  color: #fff;
  background: hsl(40, 80%, 32%);
  transform: rotateX(-90deg) translateZ(0.75rem);
  -webkit-transform: rotateX(-90deg) translateZ(0.75rem);
  border-radius: 0.375rem;
  padding: 0 0.25rem;
}
.nav-menu a:hover .cube,
#primary-menu a:hover .cube {
  transform: rotateX(90deg);
  -webkit-transform: rotateX(90deg);
}
.nav-menu .current-menu-item > a .face-front,
.nav-menu .current_page_item > a .face-front,
#primary-menu .current-menu-item > a .face-front,
#primary-menu .current_page_item > a .face-front {
  color: hsl(40, 80%, 32%);
  font-weight: 600;
}
.nav-menu .current-menu-item > a .face-bottom,
.nav-menu .current_page_item > a .face-bottom,
#primary-menu .current-menu-item > a .face-bottom,
#primary-menu .current_page_item > a .face-bottom {
  background: hsl(40, 85%, 24%);
}

.header-actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  flex-shrink: 0;
}

.btn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  color: hsl(220, 12%, 30%);
  background: transparent;
  border: none;
  border-radius: 0.5rem;
  cursor: pointer;
  transition: color 0.15s, background 0.15s;
}
.btn-icon:hover {
  color: hsl(220, 26%, 10%);
  background: hsl(220, 12%, 91%);
}
.btn-icon svg {
  width: 20px;
  height: 20px;
}

.btn-cta {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  padding: 0.375rem 1rem;
  font-size: 0.75rem;
  font-weight: 700;
  color: #fff;
  background: #111827;
  border-radius: 9999px;
  text-decoration: none;
  transition: background 0.15s, transform 0.15s;
  line-height: 1.4;
}
.btn-cta:hover {
  background: #374151;
  transform: translateY(-1px);
}
.btn-cta svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}
@media (max-width: 639px) {
  .btn-cta span {
    display: none;
  }
}

.search-overlay {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  align-items: flex-start;
  justify-content: center;
  padding-top: 15vh;
}
.search-overlay.active {
  display: flex;
}
.search-overlay .search-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}
.search-overlay .search-form {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  width: 90%;
  max-width: 560px;
  padding: 0.75rem 1rem;
  background: #fff;
  border-radius: 1rem;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}
.search-overlay .search-input {
  flex: 1;
  padding: 0.75rem 0;
  font-size: 1.25rem;
  font-weight: 500;
  border: none;
  background: transparent;
  color: hsl(220, 26%, 10%);
  direction: rtl;
}
.search-overlay .search-input::placeholder {
  color: hsl(220, 8%, 52%);
}
.search-overlay .search-input:focus {
  outline: none;
}
.search-overlay .search-submit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0;
  background: hsl(40, 75%, 40%);
  color: #fff;
  border: none;
  border-radius: 0.75rem;
  cursor: pointer;
  transition: background 0.15s;
}
.search-overlay .search-submit:hover {
  background: hsl(40, 80%, 32%);
}
.search-overlay .search-submit svg {
  width: 20px;
  height: 20px;
}
.search-overlay .search-close {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  background: transparent;
  border: none;
  color: hsl(220, 9%, 40%);
  cursor: pointer;
  border-radius: 0.5rem;
  transition: color 0.15s, background 0.15s;
}
.search-overlay .search-close:hover {
  background: hsl(220, 12%, 91%);
  color: #ef4444;
}
.search-overlay .search-close svg {
  width: 24px;
  height: 24px;
}

.menu-toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  color: hsl(220, 16%, 22%);
  border-radius: 0.5rem;
  transition: color 0.15s, background 0.15s;
}
.menu-toggle:hover {
  background: hsl(220, 12%, 91%);
  color: hsl(220, 26%, 10%);
}
.menu-toggle svg {
  width: 24px;
  height: 24px;
}
@media (min-width: 768px) {
  .menu-toggle {
    display: none;
  }
}

.top-bar {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  max-width: var(--container-max, 1200px);
  margin: 0 auto;
  padding: 0 1rem;
  height: 20px;
  background: #111827;
  color: #d1d5db;
  font-size: 0.6875rem;
  border-radius: 0 0 10px 10px;
}
@media (max-width: 639px) {
  .top-bar {
    display: none;
  }
}
.top-bar .current-date-wrapper {
  display: flex;
}
.top-bar .current-date-wrapper svg.lucide-calendar {
  width: 13px;
  height: 15px;
  margin: 0 5px;
}
.top-bar .current-date {
  display: flex;
  align-items: center;
  gap: 0.375rem;
  font-weight: 500;
}
.top-bar .current-date [data-lucide] {
  font-size: 12px;
  width: 12px;
  height: 12px;
  color: #9ca3af;
}
.top-bar .social-links {
  display: flex;
  gap: 0.5rem;
}
.top-bar .social-links a {
  color: #9ca3af;
  transition: color 0.15s;
}
.top-bar .social-links a:hover {
  color: #fff;
}
.top-bar .social-links a [data-lucide] {
  font-size: 12px;
  width: 12px;
  height: 12px;
}

/* Footer
--------------------------------------------- */
.site-footer {
  background: #1f2937;
  color: #d1d5db;
  margin-top: 2rem;
}

.footer-main {
  width: 100%;
  max-width: 1280px;
  margin-inline: auto;
  padding-inline: 1rem;
}
@media (min-width: 1024px) {
  .footer-main {
    padding-inline: 2rem;
  }
}
.footer-main {
  padding: 2rem 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.5rem;
}
@media (max-width: 992px) {
  .footer-main {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .footer-main {
    grid-template-columns: 1fr;
    gap: 1.25rem;
  }
}

.footer-col h4 {
  color: #fff;
  font-size: 0.875rem;
  font-weight: 700;
  margin: 0 0 0.75rem 0;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #b4811a;
  display: inline-block;
  font-family: "SaudiaSans", "Noto Sans Arabic", "Droid Arabic Naskh", "Amiri", sans-serif;
}

.footer-about .site-logo img,
.footer-about .custom-logo {
  max-height: 32px;
  width: auto;
  margin-bottom: 0.5rem;
}
.footer-about .footer-brand {
  display: block;
  color: #fff;
  font-size: 1rem;
  margin-bottom: 0.5rem;
}
.footer-about .footer-tagline {
  font-size: 0.8125rem;
  line-height: 1.5;
  color: #9ca3af;
  margin: 0 0 0.5rem 0;
}
.footer-about .footer-email {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  font-size: 0.8125rem;
  color: #d1d5db;
  text-decoration: none;
  transition: color 0.2s;
}
.footer-about .footer-email [data-lucide] {
  font-size: 14px;
  width: 14px;
  height: 14px;
  color: #b4811a;
}
.footer-about .footer-email:hover {
  color: #b4811a;
}

.footer-nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer-nav li {
  margin-bottom: 0.5rem;
  line-height: 1.3;
}
.footer-nav a {
  font-size: 0.875rem;
  color: #d1d5db;
  text-decoration: none;
  transition: color 0.2s;
}
.footer-nav a:hover {
  color: #b4811a;
}

.footer-subscribe .newsletter-form {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 0.75rem;
}
.footer-subscribe .newsletter-form input {
  flex: 1;
  height: 40px;
  padding: 0 0.75rem;
  font-size: 0.8125rem;
  border: 1px solid #374151;
  border-radius: 4px;
  background: #111827;
  color: #fff;
}
.footer-subscribe .newsletter-form input::placeholder {
  color: #6b7280;
}
.footer-subscribe .newsletter-form input:focus {
  outline: none;
  border-color: #b4811a;
}
.footer-subscribe .newsletter-form button {
  height: 40px;
  padding: 0 1rem;
  font-size: 0.8125rem;
  font-weight: 600;
  background: #b4811a;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.2s;
  white-space: nowrap;
}
.footer-subscribe .newsletter-form button:hover {
  background: #9a6e16;
}
.footer-subscribe .footer-social-icons {
  display: flex;
  gap: 0.5rem;
}
.footer-subscribe .footer-social-icons a {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #374151;
  border-radius: 50%;
  color: #9ca3af;
  transition: all 0.2s;
}
.footer-subscribe .footer-social-icons a:hover {
  background: #b4811a;
  color: #fff;
}
.footer-subscribe .footer-social-icons a [data-lucide] {
  font-size: 16px;
  width: 16px;
  height: 16px;
}

.footer-copyright {
  background: #111827;
  padding: 0.625rem 0;
  text-align: center;
  border-top: 1px solid #374151;
}
.footer-copyright small {
  font-size: 0.75rem;
  color: #9ca3af;
  opacity: 0.7;
}

.back-to-top {
  position: fixed;
  bottom: 1.5rem;
  left: 1.5rem;
  background: #b4811a;
  color: #fff;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  z-index: 99;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.back-to-top.visible {
  opacity: 1;
  visibility: visible;
}
.back-to-top:hover {
  background: #9a6e16;
  transform: translateY(-2px);
}
.back-to-top [data-lucide] {
  font-size: 18px;
  width: 18px;
  height: 18px;
}

/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%;
}
.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}
.main-navigation ul ul {
  box-shadow: 0 4px 6px hsla(220, 20%, 20%, 0.05), 0 2px 4px hsla(220, 20%, 20%, 0.06);
  float: left;
  position: absolute;
  top: 100%;
  left: -999em;
  z-index: 99999;
  background: white;
  border-radius: 0.25rem;
  min-width: 200px;
  padding: 0.5rem 0;
}
.main-navigation ul ul ul {
  left: -999em;
  top: 0;
}
.main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
  display: block;
  left: auto;
}
.main-navigation ul ul a {
  width: 100%;
  padding: 0.5rem 1rem;
  color: hsl(220, 16%, 22%);
  font-size: 0.875rem;
}
.main-navigation ul ul a:hover, .main-navigation ul ul a.focus {
  background: hsl(220, 14%, 96%);
  color: hsl(40, 75%, 40%);
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  left: auto;
}
.main-navigation li {
  position: relative;
}
.main-navigation a {
  display: block;
  text-decoration: none;
  color: hsl(220, 16%, 22%);
  font-weight: 500;
  transition: color 150ms ease;
}
.main-navigation a:hover {
  color: hsl(40, 75%, 40%);
}
.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
  color: hsl(40, 80%, 32%);
  font-weight: 600;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: flex;
    gap: 1rem;
    align-items: center;
  }
}
.comment-navigation,
.posts-navigation,
.post-navigation {
  margin: 1.5rem 0;
  padding: 1rem;
  background: hsl(220, 14%, 96%);
  border-radius: 0.25rem;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.75rem;
}
.comment-navigation .nav-previous,
.comment-navigation .nav-next,
.posts-navigation .nav-previous,
.posts-navigation .nav-next,
.post-navigation .nav-previous,
.post-navigation .nav-next {
  flex: 1 1 200px;
  max-width: 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
}
.comment-navigation a,
.posts-navigation a,
.post-navigation a {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  transition: transform 150ms ease;
}
.comment-navigation a:hover .nav-title,
.posts-navigation a:hover .nav-title,
.post-navigation a:hover .nav-title {
  color: hsl(40, 75%, 40%);
}
.comment-navigation .nav-previous a:hover,
.posts-navigation .nav-previous a:hover,
.post-navigation .nav-previous a:hover {
  transform: translateX(-4px);
}
.comment-navigation .nav-next a:hover,
.posts-navigation .nav-next a:hover,
.post-navigation .nav-next a:hover {
  transform: translateX(4px);
}
.comment-navigation .nav-subtitle,
.posts-navigation .nav-subtitle,
.post-navigation .nav-subtitle {
  font-size: 0.75rem;
  color: hsl(220, 9%, 40%);
  text-transform: uppercase;
  letter-spacing: 0.025em;
  margin-bottom: 0.25rem;
}
.comment-navigation .nav-title,
.posts-navigation .nav-title,
.post-navigation .nav-title {
  font-size: 0.875rem;
  font-weight: 600;
  color: hsl(220, 20%, 14%);
  transition: color 150ms ease;
}

/* Posts and pages
--------------------------------------------- */
.site-content {
  width: 100%;
  max-width: 1280px;
  margin-inline: auto;
  padding-inline: 1rem;
}
@media (min-width: 1024px) {
  .site-content {
    padding-inline: 2rem;
  }
}
.site-content {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  padding-block: 1.5rem;
  min-height: 60vh;
}

.site-main {
  flex: 1;
  min-width: 0;
  max-width: 100%;
}
.site-main.full-width {
  max-width: 80ch;
  margin-inline: auto;
}

@media (min-width: 1024px) {
  .has-sidebar .site-main {
    flex: 1 1 0;
    max-width: calc(100% - 320px - 2rem);
  }
}

.sticky {
  display: block;
}

.post,
.page {
  margin-bottom: 1.5rem;
}

.page-header {
  margin-bottom: 2rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid hsl(220, 10%, 82%);
}
.page-header .page-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: hsl(220, 26%, 10%);
  margin-bottom: 0.5rem;
}
.page-header .archive-description {
  font-size: 1.125rem;
  color: hsl(220, 12%, 30%);
  line-height: 1.6;
}

article {
  background: white;
  border-radius: 0.5rem;
  box-shadow: 0 1px 2px hsla(220, 20%, 20%, 0.04), 0 1px 3px hsla(220, 20%, 20%, 0.06);
  overflow: hidden;
  transition: box-shadow 200ms ease;
}
article:hover {
  box-shadow: 0 4px 6px hsla(220, 20%, 20%, 0.05), 0 2px 4px hsla(220, 20%, 20%, 0.06);
}

.hentry {
  padding: 1rem;
}
@media (min-width: 768px) {
  .hentry {
    padding: 1.5rem;
  }
}

.entry-header {
  margin-bottom: 0.75rem;
}

.entry-title {
  font-family: "SaudiaSans", "Noto Sans Arabic", "Droid Arabic Naskh", "Amiri", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
  color: hsl(220, 20%, 14%);
  margin: 0 0 0.5rem;
  line-height: 1.2;
}
.entry-title a {
  color: inherit;
  text-decoration: none;
  transition: color 150ms ease;
}
.entry-title a:hover {
  color: hsl(40, 75%, 40%);
}
@media (max-width: 767px) {
  .entry-title {
    font-size: 1.25rem;
  }
}

.entry-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  font-size: 0.75rem;
  color: hsl(220, 9%, 40%);
}
.entry-meta a {
  color: hsl(220, 12%, 30%);
  text-decoration: none;
  transition: color 150ms ease;
}
.entry-meta a:hover {
  color: hsl(40, 75%, 40%);
}
.entry-meta .sep {
  color: hsl(220, 9%, 68%);
}

.updated:not(.published) {
  display: none;
}

.post-thumbnail {
  margin: 0 0 1rem;
  border-radius: 0.25rem;
  overflow: hidden;
}
.post-thumbnail img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 300ms ease;
}
.post-thumbnail a:hover img {
  transform: scale(1.02);
}

.single .post-thumbnail,
.page .post-thumbnail {
  margin: -1rem -1rem 1rem;
  border-radius: 0;
}
@media (min-width: 768px) {
  .single .post-thumbnail,
  .page .post-thumbnail {
    margin: -1.5rem -1.5rem 1.5rem;
  }
}

.page-content,
.entry-content,
.entry-summary {
  font-family: "SaudiaSans", "Noto Sans Arabic", "Droid Arabic Naskh", "Amiri", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.65;
  color: hsl(220, 16%, 22%);
  font-size: 1rem;
}
.page-content h1,
.page-content h2,
.page-content h3,
.page-content h4,
.page-content h5,
.page-content h6,
.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
.entry-summary h1,
.entry-summary h2,
.entry-summary h3,
.entry-summary h4,
.entry-summary h5,
.entry-summary h6 {
  font-family: "SaudiaSans", "Noto Sans Arabic", "Droid Arabic Naskh", "Amiri", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
  color: hsl(220, 20%, 14%);
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}
.page-content h1:first-child,
.page-content h2:first-child,
.page-content h3:first-child,
.page-content h4:first-child,
.page-content h5:first-child,
.page-content h6:first-child,
.entry-content h1:first-child,
.entry-content h2:first-child,
.entry-content h3:first-child,
.entry-content h4:first-child,
.entry-content h5:first-child,
.entry-content h6:first-child,
.entry-summary h1:first-child,
.entry-summary h2:first-child,
.entry-summary h3:first-child,
.entry-summary h4:first-child,
.entry-summary h5:first-child,
.entry-summary h6:first-child {
  margin-top: 0;
}
.page-content h2,
.entry-content h2,
.entry-summary h2 {
  font-size: 1.5rem;
}
.page-content h3,
.entry-content h3,
.entry-summary h3 {
  font-size: 1.25rem;
}
.page-content h4,
.entry-content h4,
.entry-summary h4 {
  font-size: 1.125rem;
}
.page-content h5,
.entry-content h5,
.entry-summary h5 {
  font-size: 1rem;
}
.page-content h6,
.entry-content h6,
.entry-summary h6 {
  font-size: 0.875rem;
}
.page-content p,
.entry-content p,
.entry-summary p {
  margin-bottom: 0.75rem;
  line-height: 1.6;
}
.page-content a,
.entry-content a,
.entry-summary a {
  color: hsl(40, 75%, 40%);
  text-decoration: underline;
  text-underline-offset: 0.2em;
  transition: color 150ms ease;
}
.page-content a:hover,
.entry-content a:hover,
.entry-summary a:hover {
  color: hsl(40, 80%, 32%);
}
.page-content ul,
.page-content ol,
.entry-content ul,
.entry-content ol,
.entry-summary ul,
.entry-summary ol {
  margin: 0 0 0.75rem;
  padding-inline-start: 1rem;
}
.page-content ul li,
.page-content ol li,
.entry-content ul li,
.entry-content ol li,
.entry-summary ul li,
.entry-summary ol li {
  margin-bottom: 0.25rem;
}
.page-content blockquote,
.entry-content blockquote,
.entry-summary blockquote {
  margin: 1rem 0;
  padding: 0.75rem 1rem;
  background: hsl(220, 14%, 96%);
  border-inline-start: 4px solid hsl(40, 70%, 48%);
  border-radius: 0.25rem;
  font-size: 1rem;
  font-style: italic;
  color: hsl(220, 16%, 22%);
}
.page-content blockquote p:last-child,
.entry-content blockquote p:last-child,
.entry-summary blockquote p:last-child {
  margin-bottom: 0;
}
.page-content blockquote cite,
.entry-content blockquote cite,
.entry-summary blockquote cite {
  display: block;
  margin-top: 0.5rem;
  font-size: 0.75rem;
  font-style: normal;
  color: hsl(220, 9%, 40%);
}
.page-content pre,
.entry-content pre,
.entry-summary pre {
  margin: 1rem 0;
  padding: 0.75rem;
  background: hsl(220, 20%, 14%);
  border-radius: 0.25rem;
  color: hsl(220, 12%, 91%);
  font-family: "JetBrains Mono", "Fira Code", monaco, consolas, "Andale Mono", monospace;
  font-size: 0.75rem;
  line-height: 1.65;
  overflow-x: auto;
  direction: ltr;
  text-align: left;
}
.page-content code,
.entry-content code,
.entry-summary code {
  padding: 0.25rem 0.5rem;
  background: hsl(220, 12%, 91%);
  border-radius: 0.125rem;
  font-family: "JetBrains Mono", "Fira Code", monaco, consolas, "Andale Mono", monospace;
  font-size: 0.9em;
  color: hsl(0, 75%, 38%);
  direction: ltr;
}
.page-content pre code,
.entry-content pre code,
.entry-summary pre code {
  padding: 0;
  background: transparent;
  color: inherit;
}
.page-content table,
.entry-content table,
.entry-summary table {
  width: 100%;
  margin: 1rem 0;
  border-collapse: collapse;
}
.page-content table th,
.page-content table td,
.entry-content table th,
.entry-content table td,
.entry-summary table th,
.entry-summary table td {
  padding: 0.5rem 0.75rem;
  border: 1px solid hsl(220, 10%, 82%);
  text-align: start;
  font-size: 0.875rem;
}
.page-content table th,
.entry-content table th,
.entry-summary table th {
  background: hsl(220, 12%, 91%);
  font-weight: 600;
}
.page-content table tr:hover,
.entry-content table tr:hover,
.entry-summary table tr:hover {
  background: hsl(220, 14%, 96%);
}
.page-content img,
.entry-content img,
.entry-summary img {
  max-width: 100%;
  height: auto;
  border-radius: 0.25rem;
}
.page-content figure,
.entry-content figure,
.entry-summary figure {
  margin: 1rem 0;
}
.page-content figcaption,
.entry-content figcaption,
.entry-summary figcaption {
  margin-top: 0.25rem;
  font-size: 0.75rem;
  color: hsl(220, 9%, 40%);
  text-align: center;
}
.page-content hr,
.entry-content hr,
.entry-summary hr {
  margin: 1rem 0;
  border: none;
  height: 1px;
  background: hsl(220, 10%, 82%);
}

.entry-footer {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid hsl(220, 10%, 82%);
  font-size: 0.75rem;
  color: hsl(220, 9%, 40%);
}
.entry-footer .cat-links,
.entry-footer .tags-links,
.entry-footer .comments-link,
.entry-footer .edit-link {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.entry-footer a {
  color: hsl(220, 12%, 30%);
  text-decoration: none;
  transition: color 150ms ease;
}
.entry-footer a:hover {
  color: hsl(40, 75%, 40%);
}

.page-links {
  clear: both;
  margin: 1rem 0;
  font-size: 0.875rem;
}
.page-links .page-links-title {
  margin-inline-end: 0.5rem;
}
.page-links a,
.page-links span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2rem;
  height: 2rem;
  padding: 0 0.5rem;
  background: hsl(220, 12%, 91%);
  border-radius: 0.25rem;
  text-decoration: none;
  color: hsl(220, 16%, 22%);
  transition: all 150ms ease;
}
.page-links a:hover {
  background: hsl(40, 75%, 40%);
  color: white;
}
.page-links > span {
  background: hsl(40, 75%, 40%);
  color: white;
}

.post-navigation,
.posts-navigation {
  margin-top: 1.5rem;
  padding: 1rem;
  background: hsl(220, 14%, 96%);
  border-radius: 0.25rem;
}

.nav-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.nav-previous,
.nav-next {
  flex: 1 1 200px;
}

.nav-subtitle {
  display: block;
  font-size: 0.75rem;
  color: hsl(220, 9%, 40%);
  text-transform: uppercase;
  letter-spacing: 0.025em;
}

.nav-title {
  display: block;
  font-weight: 600;
  color: hsl(220, 20%, 14%);
  text-decoration: none;
  transition: color 150ms ease;
  font-size: 0.875rem;
}
.nav-title:hover {
  color: hsl(40, 75%, 40%);
}

.nav-next {
  text-align: end;
}

.bypostauthor {
  display: block;
}

/* Custom Post Types
--------------------------------------------- */
.book-pdf-viewer,
.lecture-audio-player {
  margin: 1rem 0;
}
.book-pdf-viewer h2,
.lecture-audio-player h2 {
  font-family: "SaudiaSans", "Noto Sans Arabic", "Droid Arabic Naskh", "Amiri", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.2;
  color: hsl(220, 20%, 14%);
  margin-bottom: 0.5rem;
}

.pdf-embed {
  background: hsl(220, 12%, 91%);
  padding: 0.5rem;
  border-radius: 0.5rem;
  text-align: center;
  min-height: 600px;
}
.pdf-embed iframe {
  width: 100%;
  height: 600px;
  border: 1px solid hsl(220, 10%, 82%);
  border-radius: 0.25rem;
  background: white;
}

.pdf-controls,
.audio-controls {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 0.5rem;
  flex-wrap: wrap;
}

.button,
.view-button,
.download-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  font-family: "SaudiaSans", "Noto Sans Arabic", "Droid Arabic Naskh", "Amiri", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  border-radius: 0.5rem;
  cursor: pointer;
  transition: all 200ms ease;
}
.button:focus-visible,
.view-button:focus-visible,
.download-button:focus-visible {
  outline: 2px solid hsl(40, 70%, 48%);
  outline-offset: 2px;
}
.button,
.view-button,
.download-button {
  background: hsl(220, 12%, 91%);
  color: hsl(220, 16%, 22%);
  border: 1px solid hsl(220, 9%, 68%);
  padding: 0.5rem 0.75rem;
  font-size: 0.875rem;
}
.button:hover,
.view-button:hover,
.download-button:hover {
  background: hsl(220, 10%, 82%);
  color: hsl(220, 20%, 14%);
}
.button [data-lucide],
.view-button [data-lucide],
.download-button [data-lucide] {
  font-size: 1.1em;
  line-height: 1;
}

.download-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  font-family: "SaudiaSans", "Noto Sans Arabic", "Droid Arabic Naskh", "Amiri", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  border-radius: 0.5rem;
  cursor: pointer;
  transition: all 200ms ease;
}
.download-button:focus-visible {
  outline: 2px solid hsl(40, 70%, 48%);
  outline-offset: 2px;
}
.download-button {
  background: hsl(40, 75%, 40%);
  color: white;
  border: none;
  box-shadow: 0 1px 2px hsla(220, 20%, 20%, 0.04), 0 1px 3px hsla(220, 20%, 20%, 0.06);
}
.download-button:hover {
  background: hsl(40, 80%, 32%);
  box-shadow: 0 4px 6px hsla(220, 20%, 20%, 0.05), 0 2px 4px hsla(220, 20%, 20%, 0.06);
}
.download-button:active {
  background: hsl(40, 85%, 24%);
  transform: translateY(1px);
}

.book-meta-info,
.lecture-meta-info,
.explanation-meta-info,
.meta-info-box {
  background: white;
  border-radius: 0.5rem;
  box-shadow: 0 1px 2px hsla(220, 20%, 20%, 0.04), 0 1px 3px hsla(220, 20%, 20%, 0.06);
  padding: 1.5rem;
  padding: 0.75rem;
  margin: 0.75rem 0;
  border-inline-start: 4px solid hsl(40, 75%, 40%);
}
.book-meta-info h3,
.lecture-meta-info h3,
.explanation-meta-info h3,
.meta-info-box h3 {
  font-family: "SaudiaSans", "Noto Sans Arabic", "Droid Arabic Naskh", "Amiri", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  color: hsl(220, 20%, 14%);
  margin: 0 0 0.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid hsl(220, 10%, 82%);
}
.book-meta-info ul,
.lecture-meta-info ul,
.explanation-meta-info ul,
.meta-info-box ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.book-meta-info li,
.lecture-meta-info li,
.explanation-meta-info li,
.meta-info-box li {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  padding: 0.25rem 0;
  border-bottom: 1px solid hsl(220, 12%, 91%);
  font-size: 0.875rem;
}
.book-meta-info li:last-child,
.lecture-meta-info li:last-child,
.explanation-meta-info li:last-child,
.meta-info-box li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.book-meta-info li strong,
.lecture-meta-info li strong,
.explanation-meta-info li strong,
.meta-info-box li strong {
  color: hsl(220, 16%, 22%);
  min-width: 100px;
}
.book-meta-info a,
.lecture-meta-info a,
.explanation-meta-info a,
.meta-info-box a {
  color: hsl(40, 75%, 40%);
  text-decoration: none;
  transition: color 150ms ease;
}
.book-meta-info a:hover,
.lecture-meta-info a:hover,
.explanation-meta-info a:hover,
.meta-info-box a:hover {
  color: hsl(40, 80%, 32%);
  text-decoration: underline;
}

.lecture-audio-wrapper {
  background: white;
  border-radius: 0.5rem;
  box-shadow: 0 1px 2px hsla(220, 20%, 20%, 0.04), 0 1px 3px hsla(220, 20%, 20%, 0.06);
  padding: 1.5rem;
  padding: 0.5rem;
  margin: 0.75rem 0;
  background: linear-gradient(135deg, hsl(220, 14%, 96%) 0%, hsl(220, 12%, 91%) 100%);
}
.lecture-audio-wrapper audio {
  width: 100%;
  border-radius: 0.25rem;
  height: 40px;
}

.related-books,
.related-lectures,
.related-explanations,
.related-posts {
  margin-top: 1.5rem;
  padding-top: 1rem;
  border-top: 1px solid hsl(220, 10%, 82%);
}
.related-books > h2,
.related-lectures > h2,
.related-explanations > h2,
.related-posts > h2 {
  font-family: "SaudiaSans", "Noto Sans Arabic", "Droid Arabic Naskh", "Amiri", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.2;
  color: hsl(220, 20%, 14%);
  margin-bottom: 0.75rem;
}

.related-books-grid,
.related-lectures-grid,
.related-posts-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 0.75rem;
}

.related-book-item,
.related-lecture-item,
.related-post-item {
  background: white;
  border-radius: 0.5rem;
  box-shadow: 0 1px 2px hsla(220, 20%, 20%, 0.04), 0 1px 3px hsla(220, 20%, 20%, 0.06);
  padding: 1.5rem;
  box-shadow: 0 4px 6px hsla(220, 20%, 20%, 0.05), 0 2px 4px hsla(220, 20%, 20%, 0.06);
}
.related-book-item:hover,
.related-lecture-item:hover,
.related-post-item:hover {
  box-shadow: 0 10px 15px hsla(220, 20%, 20%, 0.06), 0 4px 6px hsla(220, 20%, 20%, 0.05);
}
.related-book-item,
.related-lecture-item,
.related-post-item {
  padding: 0.75rem;
}
.related-book-item img,
.related-lecture-item img,
.related-post-item img {
  width: 100%;
  height: auto;
  border-radius: 0.25rem;
  margin-bottom: 0.5rem;
  transition: transform 200ms ease;
}
.related-book-item a:hover img,
.related-lecture-item a:hover img,
.related-post-item a:hover img {
  transform: scale(1.02);
}
.related-book-item h3,
.related-lecture-item h3,
.related-post-item h3 {
  font-size: 1rem;
  font-weight: 600;
  margin: 0.5rem 0 0.25rem;
  line-height: 1.35;
}
.related-book-item h3 a,
.related-lecture-item h3 a,
.related-post-item h3 a {
  color: hsl(220, 20%, 14%);
  text-decoration: none;
  transition: color 150ms ease;
}
.related-book-item h3 a:hover,
.related-lecture-item h3 a:hover,
.related-post-item h3 a:hover {
  color: hsl(40, 75%, 40%);
}
.related-book-item p,
.related-lecture-item p,
.related-post-item p {
  font-size: 0.75rem;
  color: hsl(220, 12%, 30%);
  margin: 0;
  line-height: 1.65;
}

.explanation-lessons-list {
  margin: 1rem 0;
}
.explanation-lessons-list h2 {
  font-family: "SaudiaSans", "Noto Sans Arabic", "Droid Arabic Naskh", "Amiri", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.2;
  color: hsl(220, 20%, 14%);
  margin-bottom: 0.5rem;
}

.lesson-item {
  background: white;
  border-radius: 0.5rem;
  box-shadow: 0 1px 2px hsla(220, 20%, 20%, 0.04), 0 1px 3px hsla(220, 20%, 20%, 0.06);
  padding: 1.5rem;
  padding: 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin-bottom: 0.25rem;
  transition: all 150ms ease;
}
.lesson-item:hover {
  box-shadow: 0 4px 6px hsla(220, 20%, 20%, 0.05), 0 2px 4px hsla(220, 20%, 20%, 0.06);
  transform: translateY(-1px);
}
.lesson-item .lesson-number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  background: hsl(40, 85%, 88%);
  color: hsl(40, 85%, 24%);
  font-weight: 700;
  font-size: 0.875rem;
  border-radius: 9999px;
  flex-shrink: 0;
}
.lesson-item .lesson-info {
  flex: 1;
}
.lesson-item .lesson-info h4 {
  margin: 0;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.3;
}
.lesson-item .lesson-info h4 a {
  color: hsl(220, 20%, 14%);
  text-decoration: none;
}
.lesson-item .lesson-info h4 a:hover {
  color: hsl(40, 75%, 40%);
}
.lesson-item .lesson-info .lesson-meta {
  font-size: 0.75rem;
  color: hsl(220, 9%, 40%);
  margin-top: 0.25rem;
}
.lesson-item .lesson-info .lesson-meta .lesson-duration {
  display: inline-block;
  margin-inline-end: 0.5rem;
}
.lesson-item .lesson-info .lesson-meta p {
  margin: 0;
  display: inline;
}
.lesson-item .lesson-actions {
  display: flex;
  gap: 0.25rem;
  flex-shrink: 0;
}
.lesson-item .lesson-actions .button {
  padding: 0.25rem 0.5rem;
  font-size: 0.75rem;
  min-height: auto;
}

.lessons-list {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.lesson-count {
  font-size: 0.75rem;
  color: hsl(220, 9%, 40%);
  margin: 0 0 0.25rem;
}

.archive-card {
  background: white;
  border-radius: 0.5rem;
  box-shadow: 0 1px 2px hsla(220, 20%, 20%, 0.04), 0 1px 3px hsla(220, 20%, 20%, 0.06);
  padding: 1.5rem;
  box-shadow: 0 4px 6px hsla(220, 20%, 20%, 0.05), 0 2px 4px hsla(220, 20%, 20%, 0.06);
}
.archive-card:hover {
  box-shadow: 0 10px 15px hsla(220, 20%, 20%, 0.06), 0 4px 6px hsla(220, 20%, 20%, 0.05);
}
.archive-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 0;
}
.archive-card .archive-card-thumbnail {
  aspect-ratio: 16/9;
  overflow: hidden;
  border-radius: 0.25rem 0.25rem 0 0;
  margin: 0;
}
.archive-card .archive-card-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 300ms ease;
}
.archive-card .archive-card-thumbnail:hover img {
  transform: scale(1.05);
}
.archive-card .archive-card-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 0.75rem;
}
.archive-card .archive-card-title {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 0.25rem;
  line-height: 1.35;
}
.archive-card .archive-card-title a {
  color: hsl(220, 20%, 14%);
  text-decoration: none;
}
.archive-card .archive-card-title a:hover {
  color: hsl(40, 75%, 40%);
}
.archive-card .archive-card-excerpt {
  flex: 1;
  font-size: 0.75rem;
  color: hsl(220, 12%, 30%);
  margin-bottom: 0.5rem;
  line-height: 1.4;
}
.archive-card .archive-card-meta {
  display: flex;
  justify-content: space-between;
  font-size: 0.75rem;
  color: hsl(220, 9%, 40%);
  padding-top: 0.5rem;
  border-top: 1px solid hsl(220, 12%, 91%);
  margin-top: auto;
}

.archive-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
@media (min-width: 640px) {
  .archive-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .archive-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.25rem;
  margin-top: 1.5rem;
}
.pagination .nav-links {
  display: flex;
  gap: 0.25rem;
}
.pagination a,
.pagination span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2rem;
  height: 2rem;
  padding: 0 0.5rem;
  background: white;
  border: 1px solid hsl(220, 10%, 82%);
  border-radius: 0.25rem;
  color: hsl(220, 16%, 22%);
  font-weight: 500;
  text-decoration: none;
  transition: all 150ms ease;
  font-size: 0.875rem;
}
.pagination a:hover,
.pagination span:hover {
  background: hsl(220, 12%, 91%);
  border-color: hsl(220, 9%, 68%);
}
.pagination .current {
  background: hsl(40, 75%, 40%);
  border-color: hsl(40, 75%, 40%);
  color: white;
}
.pagination .current:hover {
  background: hsl(40, 80%, 32%);
  border-color: hsl(40, 80%, 32%);
}
.pagination .prev,
.pagination .next {
  font-weight: 600;
}
.pagination .dots {
  background: transparent;
  border: none;
  color: hsl(220, 8%, 52%);
}

.lazy-image {
  opacity: 0;
  transition: opacity 300ms ease;
}
.lazy-image.lazy-loaded {
  opacity: 1;
}

:focus-visible {
  outline: 2px solid hsl(40, 70%, 48%);
  outline-offset: 2px;
}

/* Comments
--------------------------------------------- */
.comments-area {
  margin-top: 1.5rem;
  padding-top: 1rem;
  border-top: 1px solid hsl(220, 10%, 82%);
}
@media (min-width: 768px) {
  .comments-area {
    margin-top: 2rem;
    padding-top: 1.5rem;
  }
}

.comments-title {
  font-family: "SaudiaSans", "Noto Sans Arabic", "Droid Arabic Naskh", "Amiri", sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.2;
  color: hsl(220, 20%, 14%);
  margin-bottom: 1rem;
}

.comment-list {
  list-style: none;
  margin: 0 0 1.5rem;
  padding: 0;
}
.comment-list .children {
  list-style: none;
  margin: 0.75rem 0 0;
  padding-inline-start: 0.75rem;
  border-inline-start: 2px solid hsl(220, 10%, 82%);
}

.comment-body {
  margin-bottom: 1rem;
  padding: 0.75rem;
  background: hsl(220, 14%, 96%);
  border-radius: 0.25rem;
  border: 1px solid hsl(220, 12%, 91%);
}

.comment-meta {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
}
.comment-meta .avatar {
  width: 2rem;
  height: 2rem;
  border-radius: 9999px;
}

.comment-author {
  font-weight: 600;
  color: hsl(220, 20%, 14%);
}
.comment-author .says {
  display: none;
}

.comment-metadata {
  color: hsl(220, 9%, 40%);
  font-size: 0.75rem;
}
.comment-metadata a {
  color: inherit;
  text-decoration: none;
}
.comment-metadata a:hover {
  color: hsl(40, 75%, 40%);
  text-decoration: underline;
}

.comment-content {
  font-family: "SaudiaSans", "Noto Sans Arabic", "Droid Arabic Naskh", "Amiri", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.65;
  color: hsl(220, 16%, 22%);
  font-size: 0.875rem;
}
.comment-content p {
  margin-bottom: 0.5rem;
}
.comment-content p:last-child {
  margin-bottom: 0;
}
.comment-content a {
  word-wrap: break-word;
  color: hsl(40, 75%, 40%);
  text-decoration: underline;
}
.comment-content a:hover {
  color: hsl(40, 80%, 32%);
}

.reply {
  margin-top: 0.5rem;
  font-size: 0.75rem;
  text-align: end;
}
.reply .comment-reply-link {
  display: inline-block;
  padding: 0.25rem 0.5rem;
  background: white;
  border: 1px solid hsl(220, 9%, 68%);
  border-radius: 0.125rem;
  color: hsl(220, 16%, 22%);
  text-decoration: none;
  font-weight: 500;
  transition: all 150ms ease;
}
.reply .comment-reply-link:hover {
  background: hsl(40, 75%, 40%);
  border-color: hsl(40, 75%, 40%);
  color: white;
}

.comment-respond {
  background: white;
  border-radius: 0.5rem;
  box-shadow: 0 1px 2px hsla(220, 20%, 20%, 0.04), 0 1px 3px hsla(220, 20%, 20%, 0.06);
  padding: 1.5rem;
  padding: 1rem;
  background: hsl(220, 14%, 96%);
}

.comment-reply-title {
  font-family: "SaudiaSans", "Noto Sans Arabic", "Droid Arabic Naskh", "Amiri", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.2;
  color: hsl(220, 20%, 14%);
  margin-bottom: 0.75rem;
}
.comment-reply-title small {
  display: block;
  margin-top: 0.25rem;
  font-size: 0.875rem;
  font-weight: normal;
}
.comment-reply-title small a {
  color: hsl(0, 75%, 38%);
  text-decoration: none;
}
.comment-reply-title small a:hover {
  text-decoration: underline;
}

.comment-form {
  display: grid;
  gap: 0.75rem;
}
.comment-form label {
  display: block;
  margin-bottom: 0.25rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: hsl(220, 16%, 22%);
}
.comment-form input[type=text],
.comment-form input[type=email],
.comment-form input[type=url],
.comment-form textarea {
  width: 100%;
  padding: 0.5rem;
  border: 1px solid hsl(220, 9%, 68%);
  border-radius: 0.25rem;
  font-family: inherit;
  font-size: 0.875rem;
  transition: border-color 150ms ease;
}
.comment-form input[type=text]:focus,
.comment-form input[type=email]:focus,
.comment-form input[type=url]:focus,
.comment-form textarea:focus {
  outline: none;
  border-color: hsl(40, 75%, 40%);
  box-shadow: 0 0 0 3px hsl(40, 85%, 88%);
}
.comment-form textarea {
  min-height: 100px;
  resize: vertical;
}

.comment-form-cookies-consent {
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}
.comment-form-cookies-consent input {
  margin-top: 0.25em;
}
.comment-form-cookies-consent label {
  font-size: 0.75rem;
  font-weight: normal;
  color: hsl(220, 12%, 30%);
  margin: 0;
}

.form-submit {
  margin: 0.5rem 0 0;
}
.form-submit .submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  font-family: "SaudiaSans", "Noto Sans Arabic", "Droid Arabic Naskh", "Amiri", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  border-radius: 0.5rem;
  cursor: pointer;
  transition: all 200ms ease;
}
.form-submit .submit:focus-visible {
  outline: 2px solid hsl(40, 70%, 48%);
  outline-offset: 2px;
}
.form-submit .submit {
  background: hsl(40, 75%, 40%);
  color: white;
  border: none;
  box-shadow: 0 1px 2px hsla(220, 20%, 20%, 0.04), 0 1px 3px hsla(220, 20%, 20%, 0.06);
}
.form-submit .submit:hover {
  background: hsl(40, 80%, 32%);
  box-shadow: 0 4px 6px hsla(220, 20%, 20%, 0.05), 0 2px 4px hsla(220, 20%, 20%, 0.06);
}
.form-submit .submit:active {
  background: hsl(40, 85%, 24%);
  transform: translateY(1px);
}
.form-submit .submit {
  width: 100%;
  padding: 0.5rem 1rem;
}
@media (min-width: 640px) {
  .form-submit .submit {
    width: auto;
  }
}

.bypostauthor {
  display: block;
}

/* Widgets
--------------------------------------------- */
.widget-area {
  width: 100%;
}
@media (max-width: 1023px) {
  .widget-area {
    margin-top: 1rem;
    padding-top: 1rem;
    border-top: 1px solid hsl(220, 10%, 82%);
  }
}

.widget {
  background: white;
  border-radius: 0.5rem;
  box-shadow: 0 1px 2px hsla(220, 20%, 20%, 0.04), 0 1px 3px hsla(220, 20%, 20%, 0.06);
  padding: 1.5rem;
  padding: 1rem;
  margin-bottom: 1rem;
  box-shadow: 0 1px 2px hsla(220, 20%, 20%, 0.04), 0 1px 3px hsla(220, 20%, 20%, 0.06);
  border: 1px solid hsl(220, 10%, 82%);
  background-color: #fff;
  border-radius: 0.25rem;
}
.widget select {
  max-width: 100%;
  width: 100%;
  padding: 0.5rem 0.75rem;
  border: 1px solid hsl(220, 9%, 68%);
  border-radius: 0.125rem;
  background: white;
  font-family: "SaudiaSans", "Noto Sans Arabic", "Droid Arabic Naskh", "Amiri", sans-serif;
  font-size: 0.875rem;
  color: hsl(220, 16%, 22%);
  cursor: pointer;
  transition: all 150ms ease;
}
.widget select:focus {
  outline: none;
  border-color: hsl(40, 70%, 48%);
  box-shadow: 0 0 0 3px hsl(40, 85%, 88%);
}

.widget-title {
  margin: 0 0 1rem;
  padding-bottom: 0.5rem;
  font-family: "SaudiaSans", "Noto Sans Arabic", "Droid Arabic Naskh", "Amiri", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  color: hsl(40, 90%, 18%);
  border-bottom: 2px solid hsl(220, 12%, 91%);
  position: relative;
}
.widget-title::after {
  content: "";
  position: absolute;
  bottom: -2px;
  right: 0;
  width: 50px;
  height: 2px;
  background-color: hsl(40, 80%, 32%);
}

.widget ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.widget li {
  padding: 0.5rem 0;
  border-bottom: 1px solid hsl(220, 12%, 91%);
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 0.875rem;
}
.widget li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.widget li:first-child {
  padding-top: 0;
}
.widget li a {
  color: hsl(220, 16%, 22%);
  text-decoration: none;
  transition: all 150ms ease;
  flex: 1;
  display: block;
}
.widget li a:hover {
  color: hsl(40, 80%, 32%);
  padding-right: 0.25rem;
}
.widget ul ul {
  margin-top: 0.25rem;
  padding-inline-start: 0.75rem;
}
.widget ul ul li {
  padding: 0.25rem 0;
  border-bottom: none;
  font-size: 0.875rem;
}

.widget_meta,
.widget_rss,
.widget_archive {
  display: none;
}

.widget_search .search-form {
  display: flex;
  gap: 0.5rem;
  position: relative;
}
.widget_search .search-field {
  flex: 1;
  width: 100%;
  padding: 0.5rem 0.75rem;
  padding-left: 40px;
  border: 1px solid hsl(220, 9%, 68%);
  border-radius: 0.25rem;
  font-size: 0.875rem;
  transition: all 150ms ease;
}
.widget_search .search-field:focus {
  outline: none;
  border-color: hsl(40, 75%, 40%);
  box-shadow: 0 0 0 3px hsl(40, 85%, 88%);
}
.widget_search .search-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  font-family: "SaudiaSans", "Noto Sans Arabic", "Droid Arabic Naskh", "Amiri", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  border-radius: 0.5rem;
  cursor: pointer;
  transition: all 200ms ease;
}
.widget_search .search-submit:focus-visible {
  outline: 2px solid hsl(40, 70%, 48%);
  outline-offset: 2px;
}
.widget_search .search-submit {
  background: hsl(40, 75%, 40%);
  color: white;
  border: none;
  box-shadow: 0 1px 2px hsla(220, 20%, 20%, 0.04), 0 1px 3px hsla(220, 20%, 20%, 0.06);
}
.widget_search .search-submit:hover {
  background: hsl(40, 80%, 32%);
  box-shadow: 0 4px 6px hsla(220, 20%, 20%, 0.05), 0 2px 4px hsla(220, 20%, 20%, 0.06);
}
.widget_search .search-submit:active {
  background: hsl(40, 85%, 24%);
  transform: translateY(1px);
}
.widget_search .search-submit {
  padding: 0.5rem 0.75rem;
  font-size: 0.875rem;
  border-radius: 0.25rem;
}

.widget_recent_entries li,
.widget_recent_comments li {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  align-items: flex-start;
  padding: 0.5rem 0;
}
.widget_recent_entries a,
.widget_recent_comments a {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.4;
}
.widget_recent_entries .post-date,
.widget_recent_comments .post-date {
  font-size: 0.75rem;
  color: hsl(220, 9%, 40%);
  display: block;
}
.widget_recent_entries .comment-author-link,
.widget_recent_comments .comment-author-link {
  font-weight: 700;
  color: hsl(220, 26%, 10%);
}

.widget_categories li {
  position: relative;
  padding-inline-start: 0;
}

.widget_tag_cloud .tagcloud {
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
}
.widget_tag_cloud a {
  display: inline-block;
  padding: 2px 0.5rem;
  background: hsl(220, 12%, 91%);
  border-radius: 0.125rem;
  font-size: 0.75rem !important;
  color: hsl(220, 12%, 30%);
  transition: all 150ms ease;
  width: auto;
  transform: none !important;
}
.widget_tag_cloud a:hover {
  background: hsl(40, 75%, 40%);
  color: white;
}

.widget_calendar table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
}
.widget_calendar table caption {
  margin-bottom: 0.5rem;
  font-weight: 600;
  color: hsl(220, 20%, 14%);
  font-size: 0.875rem;
}
.widget_calendar table th,
.widget_calendar table td {
  padding: 0.25rem;
  font-size: 0.75rem;
}
.widget_calendar table th {
  color: hsl(220, 9%, 40%);
}
.widget_calendar table td {
  border-radius: 0.125rem;
}
.widget_calendar table a {
  display: block;
  padding: 2px;
  background: hsl(40, 85%, 88%);
  border-radius: 0.125rem;
  color: hsl(40, 80%, 32%);
  text-decoration: none;
  width: auto;
  transform: none !important;
}
.widget_calendar table a:hover {
  background: hsl(40, 75%, 40%);
  color: white;
}
.widget_calendar table #today {
  background: hsl(40, 90%, 96%);
  font-weight: 700;
}
.widget_calendar .wp-calendar-nav {
  display: flex;
  justify-content: space-between;
  margin-top: 0.5rem;
  font-size: 0.75rem;
}

.eljame-recent-posts {
  list-style: none;
  margin: 0;
  padding: 0;
}
.eljame-recent-posts li {
  display: flex;
  align-items: flex-start;
  padding: 0.75rem 0;
  border-bottom: 1px solid hsl(220, 12%, 91%);
}
.eljame-recent-posts li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.eljame-recent-posts li:first-child {
  padding-top: 0;
}
.eljame-recent-posts .post-link {
  display: flex;
  align-items: center;
  width: 100%;
  text-decoration: none;
  color: hsl(220, 20%, 14%);
  transition: all 150ms ease;
}
.eljame-recent-posts .post-link:hover {
  color: hsl(40, 80%, 32%);
}
.eljame-recent-posts .post-link:hover .post-title {
  color: hsl(40, 80%, 32%);
}
.eljame-recent-posts .post-link:hover img {
  transform: scale(1.05);
}
.eljame-recent-posts .post-thumbnail {
  flex: 0 0 70px;
  width: 70px;
  height: 70px;
  margin-left: 0.75rem;
  border-radius: 0.25rem;
  overflow: hidden;
  background-color: hsl(220, 12%, 91%);
  box-shadow: 0 1px 2px hsla(220, 20%, 20%, 0.04), 0 1px 3px hsla(220, 20%, 20%, 0.06);
}
.eljame-recent-posts .post-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 150ms ease;
}
.eljame-recent-posts .post-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.25rem;
}
.eljame-recent-posts .post-title {
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.eljame-recent-posts .post-date {
  font-size: 0.75rem;
  color: hsl(220, 9%, 40%);
  display: flex;
  align-items: center;
  gap: 4px;
}
.eljame-recent-posts .post-date svg {
  width: 14px;
  height: 14px;
}

.eljame-social-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
}
.eljame-social-icons .social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: hsl(220, 12%, 91%);
  color: hsl(220, 12%, 30%);
  transition: all 150ms ease;
  text-decoration: none;
  font-size: 1.125rem;
}
.eljame-social-icons .social-icon svg {
  width: 20px;
  height: 20px;
  stroke-width: 2;
}
.eljame-social-icons .social-icon:hover {
  background-color: hsl(40, 75%, 40%);
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 1px 2px hsla(220, 20%, 20%, 0.04), 0 1px 3px hsla(220, 20%, 20%, 0.06);
}
.eljame-social-icons .social-icon.facebook:hover {
  background-color: #1877f2;
}
.eljame-social-icons .social-icon.twitter:hover {
  background-color: #000000;
}
.eljame-social-icons .social-icon.instagram:hover {
  background-color: #e4405f;
}
.eljame-social-icons .social-icon.youtube:hover {
  background-color: #ff0000;
}
.eljame-social-icons .social-icon.telegram:hover {
  background-color: #0088cc;
}
.eljame-social-icons .social-icon.whatsapp:hover {
  background-color: #25d366;
}

.eljame-about-widget {
  text-align: center;
}
.eljame-about-widget .about-image {
  margin-bottom: 0.75rem;
}
.eljame-about-widget .about-image img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid hsl(220, 12%, 91%);
}
.eljame-about-widget .about-bio {
  font-size: 0.875rem;
  color: hsl(220, 16%, 22%);
  margin-bottom: 0.75rem;
  line-height: 1.6;
}
.eljame-about-widget .about-socials {
  display: flex;
  justify-content: center;
  gap: 0.5rem;
}
.eljame-about-widget .about-socials .social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: hsl(220, 12%, 91%);
  color: hsl(220, 12%, 30%);
  transition: all 150ms ease;
  text-decoration: none;
  font-size: 1rem;
}
.eljame-about-widget .about-socials .social-icon svg {
  width: 16px;
  height: 16px;
  stroke-width: 2;
}
.eljame-about-widget .about-socials .social-icon:hover {
  background-color: hsl(40, 75%, 40%);
  color: white;
}

.eljame-tabs-widget .eljame-tabs-nav {
  display: flex;
  border-bottom: 1px solid hsl(220, 10%, 82%);
  margin-bottom: 0.75rem;
}
.eljame-tabs-widget .tab-link {
  flex: 1;
  background: none;
  border: none;
  padding: 0.5rem;
  font-family: "SaudiaSans", "Noto Sans Arabic", "Droid Arabic Naskh", "Amiri", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  color: hsl(220, 9%, 40%);
  cursor: pointer;
  border-bottom: 2px solid transparent;
  transition: all 150ms ease;
}
.eljame-tabs-widget .tab-link:hover {
  color: hsl(40, 75%, 40%);
}
.eljame-tabs-widget .tab-link.active {
  color: hsl(40, 80%, 32%);
  border-bottom-color: hsl(40, 75%, 40%);
}
.eljame-tabs-widget .tab-content {
  display: none;
  animation: fadeIn 0.3s;
}
.eljame-tabs-widget .tab-content.active {
  display: block;
}
.eljame-tabs-widget .tab-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.eljame-tabs-widget .tab-list li {
  padding: 0.5rem 0;
  border-bottom: 1px dashed hsl(220, 10%, 82%);
  display: flex;
  align-items: flex-start;
}
.eljame-tabs-widget .tab-list li:last-child {
  border-bottom: none;
}
.eljame-tabs-widget .tab-list a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: hsl(220, 20%, 14%);
  width: 100%;
}
.eljame-tabs-widget .tab-list a:hover .title {
  color: hsl(40, 80%, 32%);
}
.eljame-tabs-widget .tab-list .thumbnail {
  flex: 0 0 50px;
  width: 50px;
  height: 50px;
  margin-left: 0.5rem;
  border-radius: 0.125rem;
  overflow: hidden;
}
.eljame-tabs-widget .tab-list .thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.eljame-tabs-widget .tab-list .content {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.eljame-tabs-widget .tab-list .title {
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.3;
  margin-bottom: 2px;
}
.eljame-tabs-widget .tab-list .date {
  font-size: 0.75rem;
  color: hsl(220, 9%, 40%);
}
.eljame-tabs-widget .comments-list .avatar {
  border-radius: 50%;
  margin-left: 0.5rem;
}
.eljame-tabs-widget .comments-list .author {
  font-weight: 700;
  font-size: 0.875rem;
  display: block;
}
.eljame-tabs-widget .comments-list .text {
  font-size: 0.75rem;
  color: hsl(220, 12%, 30%);
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.eljame-categories {
  list-style: none;
  margin: 0;
  padding: 0;
}
.eljame-categories li {
  margin-bottom: 0.5rem;
}
.eljame-categories li:last-child {
  margin-bottom: 0;
}
.eljame-categories li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 0.75rem;
  background-color: hsl(220, 14%, 96%);
  border-radius: 0.25rem;
  text-decoration: none;
  color: hsl(220, 16%, 22%);
  transition: all 150ms ease;
  border: 1px solid transparent;
}
.eljame-categories li a:hover {
  background-color: white;
  border-color: hsl(40, 80%, 75%);
  color: hsl(40, 80%, 32%);
  transform: translateX(-5px);
  box-shadow: 0 1px 2px hsla(220, 20%, 20%, 0.04), 0 1px 3px hsla(220, 20%, 20%, 0.06);
}
.eljame-categories li a:hover .cat-count {
  background-color: hsl(40, 85%, 88%);
  color: hsl(40, 85%, 24%);
}
.eljame-categories .cat-name {
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.eljame-categories .cat-name svg {
  width: 16px;
  height: 16px;
  color: hsl(220, 8%, 52%);
  transition: color 150ms ease;
}
.eljame-categories a:hover .cat-name svg {
  color: hsl(40, 75%, 40%);
}
.eljame-categories .cat-count {
  font-size: 0.75rem;
  font-weight: 700;
  background-color: hsl(220, 10%, 82%);
  color: hsl(220, 12%, 30%);
  padding: 2px 8px;
  border-radius: 12px;
  transition: all 150ms ease;
}

.eljame-newsletter .newsletter-desc {
  font-size: 0.875rem;
  color: hsl(220, 12%, 30%);
  margin-bottom: 0.75rem;
  line-height: 1.5;
}
.eljame-newsletter .form-group {
  display: flex;
  position: relative;
}
.eljame-newsletter input[type=email] {
  width: 100%;
  padding: 0.5rem 0.75rem;
  padding-left: 50px;
  border: 1px solid hsl(220, 9%, 68%);
  border-radius: 0.25rem;
  font-size: 0.875rem;
  transition: border-color 150ms ease;
}
.eljame-newsletter input[type=email]:focus {
  outline: none;
  border-color: hsl(40, 75%, 40%);
  box-shadow: 0 0 0 3px rgba(178.5, 127.5, 25.5, 0.1);
}
.eljame-newsletter button {
  position: absolute;
  left: 4px;
  top: 4px;
  bottom: 4px;
  width: 40px;
  background-color: hsl(40, 80%, 32%);
  color: white;
  border: none;
  border-radius: 0.125rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 150ms ease;
}
.eljame-newsletter button:hover {
  background-color: hsl(40, 85%, 24%);
}
.eljame-newsletter button svg {
  width: 18px;
  height: 18px;
  transform: rotate(180deg);
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}
.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
  display: block;
}

/* Pages
--------------------------------------------- */
.hero {
  max-width: var(--container-max, 1200px);
  margin: 0 auto;
  padding: 1rem 1rem;
  text-align: center;
  background: linear-gradient(180deg, #f9fafb 0%, white 100%);
  border-bottom: 1px solid hsl(220, 12%, 91%);
}
.hero h1 {
  font-family: "SaudiaSans", "Noto Sans Arabic", "Droid Arabic Naskh", "Amiri", sans-serif;
  font-size: clamp(1.4rem, 3.5vw, 2rem);
  font-weight: 800;
  color: hsl(220, 26%, 10%);
  margin: 0 0 0.25rem;
  line-height: 1.2;
}
.hero > p {
  font-size: 0.9375rem;
  color: hsl(220, 12%, 30%);
  margin: 0 0 0.75rem;
  line-height: 1.2;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
.hero .hero-search {
  display: flex;
  max-width: 420px;
  margin: 0 auto 0.75rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  overflow: hidden;
}
.hero .hero-search input {
  flex: 1;
  height: 45px;
  padding: 0.5rem 1rem;
  border: 1px solid hsl(220, 9%, 68%);
  border-radius: 10px 0 0 10px;
  font-size: 0.9375rem;
}
.hero .hero-search input:focus {
  outline: none;
  border-color: hsl(40, 75%, 40%);
}
.hero .hero-search button {
  height: 45px;
  padding: 0 1rem;
  background: hsl(40, 75%, 40%);
  color: white;
  border: none;
  border-radius: 0 10px 10px 0;
  cursor: pointer;
}
.hero .hero-search button:hover {
  background: hsl(40, 80%, 32%);
}
.hero .hero-actions {
  display: flex;
  gap: 0.75rem;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 0.75rem;
}
.hero .hero-actions a {
  padding: 0.5rem 1.25rem;
  font-size: 0.875rem;
  font-weight: 700;
  border-radius: 50px;
  text-decoration: none;
}
.hero .hero-actions .btn-primary {
  background: hsl(40, 80%, 32%);
  color: white;
}
.hero .hero-actions .btn-outline {
  background: white;
  border: 1px solid hsl(220, 9%, 68%);
  color: hsl(220, 16%, 22%);
}

.stats-bar {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
  padding: 0.75rem 1rem;
  background: white;
  border-bottom: 1px solid hsl(220, 12%, 91%);
}
@media (min-width: 768px) {
  .stats-bar {
    gap: 3rem;
  }
}
.stats-bar .stat {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
  color: hsl(220, 16%, 22%);
  padding: 0.25rem 0.5rem;
  border-radius: 6px;
  transition: background 0.15s;
}
.stats-bar .stat:hover {
  background: hsl(220, 14%, 96%);
}
.stats-bar .stat:hover [data-lucide] {
  color: hsl(40, 75%, 40%);
}
.stats-bar .stat [data-lucide] {
  font-size: 20px;
  color: hsl(220, 8%, 52%);
}
.stats-bar .stat b {
  font-size: 1rem;
  font-weight: 800;
  color: hsl(220, 26%, 10%);
}
.stats-bar .stat span {
  font-size: 0.75rem;
  color: hsl(220, 9%, 40%);
}

.home-section {
  padding: 0.5rem 0;
}
.home-section.bg-light {
  background: hsl(220, 14%, 96%);
}

.section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.5rem;
}
.section-header h2 {
  font-size: 1.125rem;
  font-weight: 700;
  color: hsl(220, 26%, 10%);
  margin: 0;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.section-header h2 i {
  color: hsl(40, 75%, 40%);
  font-size: 18px;
}
.section-header .view-all {
  font-size: 13px;
  font-weight: 600;
  color: hsl(40, 80%, 32%);
  text-decoration: none;
}
.section-header .view-all:hover {
  text-decoration: underline;
}

.bento-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 6px;
}
@media (min-width: 768px) {
  .bento-grid {
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: minmax(160px, auto);
  }
}
.bento-grid .bento-item {
  background: white;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #f1f1f1;
  box-shadow: none;
  transition: all 0.2s ease;
  display: flex;
  flex-direction: column;
}
.bento-grid .bento-item:hover {
  border-color: #e0e0e0;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.03);
  transform: translateY(-1px);
}
@media (min-width: 768px) {
  .bento-grid .bento-item.large {
    grid-column: span 2;
    grid-row: span 2;
    display: flex;
    flex-direction: row !important;
  }
  .bento-grid .bento-item.large .bento-content {
    width: 60%;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .bento-grid .bento-item.large .bento-bg {
    width: 40%;
    height: auto !important;
  }
}
.bento-grid .bento-item .bento-bg {
  height: 160px;
  background: linear-gradient(135deg, hsl(220, 12%, 91%) 0%, hsl(220, 14%, 96%) 100%);
  overflow: hidden;
  position: relative;
}
.bento-grid .bento-item .bento-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.bento-grid .bento-item .bento-bg::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 40px;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.05));
}
.bento-grid .bento-item:hover .bento-bg img {
  transform: scale(1.03);
}
.bento-grid .bento-item .bento-content {
  padding: 8px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.bento-grid .bento-item .bento-content .badge {
  align-self: flex-start;
  font-size: 9px;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 20px;
  background: hsl(40, 90%, 96%);
  color: hsl(40, 80%, 32%);
  margin-bottom: 8px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.bento-grid .bento-item .bento-content h3 {
  font-size: 13px;
  font-weight: 700;
  margin: 0 0 4px;
  line-height: 1.4;
}
.bento-grid .bento-item .bento-content h3 a {
  color: hsl(220, 26%, 10%);
  text-decoration: none;
}
.bento-grid .bento-item .bento-content h3 a:hover {
  color: hsl(40, 80%, 32%);
}
.bento-grid .bento-item .bento-content .excerpt {
  font-size: 13px;
  color: hsl(220, 9%, 40%);
  margin: 0;
  line-height: 1.6;
  flex: 1;
}
.bento-grid .bento-item .bento-content .meta {
  margin-top: 0.75rem;
  padding-top: 0.75rem;
  border-top: 1px solid hsl(220, 12%, 91%);
  font-size: 12px;
  color: hsl(220, 8%, 52%);
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.bento-grid .bento-item .bento-content .meta i {
  font-size: 14px;
}

.book-details {
  margin-top: 1rem;
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}
.book-details p {
  margin-bottom: 0.5rem;
}

.meta-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 1rem;
  font-size: 13px;
  color: #777;
  border-top: 1px solid #eee;
  padding-top: 10px;
}
.meta-grid span {
  display: inline-block;
}

.audio-link {
  margin-top: 1rem;
  display: inline-block;
  font-weight: bold;
  color: hsl(40, 75%, 40%);
}

.scroll-strip-container .scroll-strip {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  padding: 10px 0 15px;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}
.scroll-strip-container .scroll-strip::-webkit-scrollbar {
  height: 4px;
}
.scroll-strip-container .scroll-strip::-webkit-scrollbar-track {
  background: transparent;
}
.scroll-strip-container .scroll-strip::-webkit-scrollbar-thumb {
  background: hsl(220, 10%, 82%);
  border-radius: 10px;
}
.scroll-strip-container .scroll-strip::-webkit-scrollbar-thumb:hover {
  background: hsl(220, 9%, 68%);
}
.scroll-strip-container .scroll-strip .card-compact {
  flex: 0 0 220px;
  scroll-snap-align: start;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
  background: white;
  border-radius: 8px;
  box-shadow: none;
  border: 1px solid #f1f1f1;
  transition: all 0.2s ease;
}
.scroll-strip-container .scroll-strip .card-compact:hover {
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.03);
  transform: translateY(-1px);
  border-color: #e0e0e0;
}
.scroll-strip-container .scroll-strip .card-compact img {
  width: 50px;
  height: 70px;
  object-fit: cover;
  border-radius: 4px;
  flex-shrink: 0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
.scroll-strip-container .scroll-strip .card-compact .content {
  flex: 1;
  min-width: 0;
}
.scroll-strip-container .scroll-strip .card-compact .content h4 {
  font-size: 13px;
  font-weight: 700;
  margin: 0 0 4px;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.scroll-strip-container .scroll-strip .card-compact .content h4 a {
  color: hsl(220, 26%, 10%);
  text-decoration: none;
  transition: color 0.2s ease;
}
.scroll-strip-container .scroll-strip .card-compact .content h4 a:hover {
  color: hsl(40, 80%, 32%);
}
.scroll-strip-container .scroll-strip .card-compact .content .author {
  font-size: 12px;
  color: hsl(220, 9%, 40%);
  display: block;
}

.compact-lectures-section {
  padding: 1rem 0;
}
.compact-lectures-section .section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.75rem;
}
.compact-lectures-section .section-header h2 {
  font-size: 1.125rem;
  font-weight: 700;
  color: hsl(220, 26%, 10%);
  margin: 0;
}
.compact-lectures-section .section-header .view-all {
  font-size: 13px;
  font-weight: 600;
  color: hsl(40, 80%, 32%);
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 4px;
}
.compact-lectures-section .section-header .view-all:hover {
  text-decoration: underline;
}

.lectures-list-compact {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.lecture-item-compact {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 10px;
  background: white;
  border-radius: 6px;
  border: 1px solid hsl(220, 12%, 91%);
  transition: all 0.15s ease;
}
.lecture-item-compact:hover {
  border-color: hsl(40, 80%, 75%);
  background: hsl(40, 90%, 96%);
}
.lecture-item-compact:hover .lecture-action .play-btn-small {
  background: hsl(40, 75%, 40%);
  color: white;
}
.lecture-item-compact .lecture-icon {
  width: 32px;
  height: 32px;
  background: hsl(220, 14%, 96%);
  color: hsl(40, 75%, 40%);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.lecture-item-compact .lecture-icon [data-lucide] {
  font-size: 16px;
  width: 16px;
  height: 16px;
}
.lecture-item-compact .lecture-info {
  flex: 1;
  min-width: 0;
}
.lecture-item-compact .lecture-info h3 {
  font-size: 13px;
  font-weight: 600;
  margin: 0 0 2px;
  line-height: 1.3;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.lecture-item-compact .lecture-info h3 a {
  color: hsl(220, 20%, 14%);
  text-decoration: none;
}
.lecture-item-compact .lecture-info h3 a:hover {
  color: hsl(40, 80%, 32%);
}
.lecture-item-compact .lecture-info .lecture-meta {
  display: flex;
  gap: 10px;
  font-size: 11px;
  color: hsl(220, 9%, 40%);
}
.lecture-item-compact .lecture-info .lecture-meta span {
  display: flex;
  align-items: center;
  gap: 3px;
}
.lecture-item-compact .lecture-info .lecture-meta [data-lucide] {
  font-size: 12px;
  width: 12px;
  height: 12px;
}
.lecture-item-compact .lecture-action {
  flex-shrink: 0;
}
.lecture-item-compact .lecture-action .play-btn-small {
  width: 28px;
  height: 28px;
  background: hsl(220, 12%, 91%);
  color: hsl(40, 75%, 40%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: all 0.15s ease;
}
.lecture-item-compact .lecture-action .play-btn-small [data-lucide] {
  font-size: 14px;
  width: 14px;
  height: 14px;
}

.lecture-list-compact {
  display: grid;
  gap: 10px;
}
@media (min-width: 768px) {
  .lecture-list-compact {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .lecture-list-compact {
    grid-template-columns: repeat(3, 1fr);
  }
}
.lecture-list-compact .lecture-pill {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
  background: white;
  border-radius: 10px;
  border: 1px solid hsl(220, 12%, 91%);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.02);
  transition: all 0.2s ease;
}
.lecture-list-compact .lecture-pill:hover {
  border-color: hsl(40, 80%, 75%);
  background: hsl(40, 90%, 96%);
  box-shadow: 0 4px 12px rgba(178.5, 127.5, 25.5, 0.08);
  transform: translateY(-1px);
}
.lecture-list-compact .lecture-pill:hover .play-icon {
  background: hsl(40, 75%, 40%);
  color: white;
  transform: scale(1.1);
}
.lecture-list-compact .lecture-pill .play-icon {
  width: 40px;
  height: 40px;
  background: hsl(220, 14%, 96%);
  color: hsl(40, 75%, 40%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 16px;
  transition: all 0.2s ease;
  border: 1px solid hsl(220, 12%, 91%);
}
.lecture-list-compact .lecture-pill .info {
  flex: 1;
  min-width: 0;
}
.lecture-list-compact .lecture-pill .info h4 {
  font-size: 14px;
  font-weight: 700;
  margin: 0 0 4px;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.lecture-list-compact .lecture-pill .info h4 a {
  color: hsl(220, 26%, 10%);
  text-decoration: none;
}
.lecture-list-compact .lecture-pill .info h4 a:hover {
  color: hsl(40, 80%, 32%);
}
.lecture-list-compact .lecture-pill .info .meta {
  font-size: 12px;
  color: hsl(220, 9%, 40%);
}
.lecture-list-compact .lecture-pill .duration {
  font-size: 10px;
  font-weight: 700;
  color: hsl(40, 80%, 32%);
  background: rgba(178.5, 127.5, 25.5, 0.1);
  padding: 4px 8px;
  border-radius: 6px;
  white-space: nowrap;
}

.list-cards-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
@media (min-width: 640px) {
  .list-cards-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) {
  .list-cards-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.list-card {
  background: white;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid #f1f1f1;
  box-shadow: none;
  transition: all 0.2s ease;
}
.list-card:hover {
  border-color: #e0e0e0;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.03);
  transform: translateY(-1px);
}
.list-card .list-card-header {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 6px 10px;
  color: white;
  font-weight: 700;
  font-size: 12px;
}
.list-card .list-card-header [data-lucide] {
  font-size: 16px;
}
.list-card .list-card-header span {
  flex: 1;
}
.list-card .list-card-header .view-all {
  font-size: 10px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  background: rgba(255, 255, 255, 0.15);
  padding: 2px 8px;
  border-radius: 20px;
  transition: 0.15s;
}
.list-card .list-card-header .view-all:hover {
  color: white;
  background: rgba(255, 255, 255, 0.25);
}
.list-card .list-card-header.book {
  background: linear-gradient(135deg, hsl(40, 75%, 40%), hsl(40, 80%, 32%));
}
.list-card .list-card-header.lecture {
  background: linear-gradient(135deg, hsl(175, 60%, 35%), hsl(175, 65%, 28%));
}
.list-card .list-card-header.explanation {
  background: linear-gradient(135deg, hsl(35, 90%, 42%), hsl(35, 90%, 34%));
}
.list-card .list-card-header.lesson {
  background: linear-gradient(135deg, #7c3aed, #6d28d9);
}
.list-card .list-card-header.recommendation {
  background: linear-gradient(135deg, #f59e0b, #d97706);
}
.list-card .list-card-header.radio {
  background: linear-gradient(135deg, #10b981, #059669);
}
.list-card .list-card-body {
  padding: 4px;
  max-height: 220px;
  overflow-y: auto;
}
.list-card .list-card-body::-webkit-scrollbar {
  width: 3px;
}
.list-card .list-card-body::-webkit-scrollbar-track {
  background: hsl(220, 12%, 91%);
}
.list-card .list-card-body::-webkit-scrollbar-thumb {
  background: hsl(220, 9%, 68%);
  border-radius: 4px;
}

.list-row {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 4px 6px;
  text-decoration: none;
  border-radius: 4px;
  transition: all 0.15s ease;
  border-bottom: 1px solid #f9f9f9;
}
.list-row:last-child {
  border-bottom: none;
}
.list-row:hover {
  background: hsl(220, 14%, 96%);
}
.list-row:hover .row-title {
  color: hsl(40, 80%, 32%);
}
.list-row .row-icon {
  font-size: 14px;
  color: hsl(220, 8%, 52%);
  flex-shrink: 0;
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.list-row .row-number {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  font-size: 11px;
  font-weight: 700;
  color: hsl(220, 9%, 40%);
  background: hsl(220, 12%, 91%);
  border-radius: 6px;
  flex-shrink: 0;
}
.list-row .row-title {
  flex: 1;
  font-size: 12px;
  font-weight: 500;
  color: hsl(220, 20%, 14%);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: color 0.15s;
}
.list-row .row-meta {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 10px;
  color: hsl(220, 8%, 52%);
  flex-shrink: 0;
}
.list-row .row-meta [data-lucide] {
  font-size: 12px;
  width: 12px;
  height: 12px;
}
.list-row .row-meta.badge {
  background: hsl(220, 12%, 91%);
  padding: 3px 8px;
  border-radius: 10px;
  font-weight: 600;
  color: hsl(220, 9%, 40%);
}
.list-row .row-meta.highlight {
  background: linear-gradient(135deg, hsl(35, 90%, 82%), hsl(35, 95%, 94%));
  color: hsl(35, 90%, 26%);
}
.list-row.empty-state {
  justify-content: center;
  padding: 1rem;
  color: hsl(220, 8%, 52%);
}
.list-row.empty-state .row-icon {
  color: hsl(220, 9%, 68%);
}
.list-row.empty-state .row-title {
  color: hsl(220, 8%, 52%);
  font-weight: 400;
}

.categorized-feeds-section {
  padding: 1rem 0;
  background: hsl(220, 14%, 96%);
}

.feeds-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}
@media (min-width: 640px) {
  .feeds-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) {
  .feeds-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.feed-card {
  background: white;
  border-radius: 8px;
  overflow: hidden;
  border: 1px solid hsl(220, 12%, 91%);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
  transition: all 0.2s ease;
}
.feed-card:hover {
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  border-color: hsl(220, 10%, 82%);
}

.feed-card-header {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  background: hsl(220, 14%, 96%);
  border-bottom: 1px solid hsl(220, 12%, 91%);
  font-size: 13px;
  font-weight: 700;
  color: hsl(220, 16%, 22%);
}
.feed-card-header [data-lucide] {
  font-size: 16px;
  width: 16px;
  height: 16px;
  color: hsl(40, 75%, 40%);
}

.feed-list {
  display: flex;
  flex-direction: column;
}

.feed-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 8px 12px;
  text-decoration: none;
  border-bottom: 1px solid hsl(220, 14%, 96%);
  transition: background 0.15s ease;
}
.feed-row:last-child {
  border-bottom: none;
}
.feed-row:hover {
  background: hsl(220, 14%, 96%);
}
.feed-row:hover .feed-title {
  color: hsl(40, 80%, 32%);
}
.feed-row.empty {
  justify-content: center;
  color: hsl(220, 8%, 52%);
  padding: 16px 12px;
}

.feed-title {
  flex: 1;
  font-size: 0.9rem;
  font-weight: 500;
  color: hsl(220, 20%, 14%);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: color 0.15s ease;
  min-width: 0;
}

.feed-badge {
  flex-shrink: 0;
  font-size: 0.7rem;
  font-weight: 600;
  color: hsl(220, 12%, 30%);
  background: hsl(220, 12%, 91%);
  padding: 2px 8px;
  border-radius: 10px;
  white-space: nowrap;
  max-width: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Biography Page Styles
--------------------------------------------- */
.bio-hero {
  text-align: center;
  margin-bottom: 3rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #e5e7eb;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2rem;
}

.bio-hero-content {
  max-width: 800px;
}

.bio-title {
  font-size: 2.5rem;
  font-weight: 800;
  color: #111827;
  margin-bottom: 0.5rem;
  line-height: 1.2;
}

.bio-subtitle {
  font-size: 1.25rem;
  color: #6b7280;
  font-style: italic;
  margin: 0;
}

.bio-hero-image img {
  max-width: 100%;
  width: 300px;
  height: auto;
  border-radius: 1rem;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  transition: transform 0.3s ease;
}

.bio-hero-image img:hover {
  transform: scale(1.02);
}

.bio-container {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 1rem;
}

.bio-timeline {
  position: relative;
  padding-right: 2.5rem; /* RTL support */
}

.bio-timeline-line {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 2px;
  background: #e5e7eb;
}

.bio-timeline-item {
  position: relative;
  margin-bottom: 2.5rem;
}

.bio-timeline-dot {
  position: absolute;
  right: -2.9rem; /* Aligned with padding-right 2.5rem + adjustment */
  top: 1.5rem;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #b3801a;
  border: 3px solid white;
  box-shadow: 0 0 0 2px #b3801a;
  z-index: 1;
}

.bio-content-card {
  background: white;
  padding: 2rem;
  border-radius: 1rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.05), 0 2px 4px -1px rgba(0, 0, 0, 0.03);
  border: 1px solid #f3f4f6;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.bio-content-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

@media (min-width: 768px) {
  .bio-hero {
    flex-direction: row;
    text-align: right;
    justify-content: space-between;
    align-items: center;
  }
  .bio-hero-content {
    flex: 1;
    padding-left: 2rem;
  }
  .bio-hero-image {
    flex-shrink: 0;
  }
}
/* Biography Stats & Links
--------------------------------------------- */
.bio-stats {
  background: linear-gradient(135deg, #0f172a 0%, #1e293b 100%);
  color: white;
  padding: 3rem 2rem;
  border-radius: 1rem;
  margin-bottom: 3rem;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
}

.bio-section-title {
  text-align: center;
  margin-bottom: 2.5rem;
  color: white;
  font-size: 1.5rem;
  font-weight: 700;
}

.bio-section-title.text-dark {
  color: #111827;
}

.bio-stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 2rem;
  text-align: center;
}

.stat-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
}

.stat-number {
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 1;
  background: linear-gradient(to bottom right, #fbbf24, #d97706);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.stat-label {
  font-size: 1rem;
  font-weight: 500;
  color: #94a3b8;
}

.bio-quick-links {
  text-align: center;
  margin-bottom: 3rem;
}

.bio-links-grid {
  display: flex;
  gap: 1rem;
  justify-content: center;
  flex-wrap: wrap;
}

.bio-link-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 1.5rem;
  background: white;
  color: #374151;
  border: 1px solid #e5e7eb;
  border-radius: 0.75rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.2s ease;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
}

.bio-link-btn:hover {
  background: #f9fafb;
  color: #b3801a;
  border-color: #b3801a;
  transform: translateY(-2px);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
}

.bio-link-btn [data-lucide] {
  font-size: 1.25rem;
  width: 1.25rem;
  height: 1.25rem;
  color: #b3801a;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}
.screen-reader-text:focus {
  background-color: hsl(220, 14%, 96%);
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: hsl(175, 60%, 35%);
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
# Home Page Layout
--------------------------------------------------------------*/
.hero-section {
  padding: 1rem 0;
  background: linear-gradient(to bottom, hsl(220, 14%, 96%), white);
  text-align: center;
}
.hero-section .hero-content {
  max-width: 800px;
  margin: 0 auto;
}
.hero-section .hero-title {
  font-size: 2.5rem;
  font-weight: 800;
  color: hsl(220, 26%, 10%);
  margin-bottom: 0.5rem;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .hero-section .hero-title {
    font-size: 3.5rem;
  }
}
.hero-section .hero-lead {
  font-size: 1.125rem;
  color: hsl(220, 12%, 30%);
  margin-bottom: 0.75rem;
  line-height: 1.6;
}
.hero-section .hero-search {
  margin: 0.75rem auto;
  max-width: 600px;
  position: relative;
}
.hero-section .hero-search .search-form {
  display: flex;
  gap: 0.5rem;
}
.hero-section .hero-search .search-field {
  flex: 1;
  padding: 1rem 1.5rem;
  border: 2px solid hsl(220, 10%, 82%);
  border-radius: 50px;
  font-size: 1rem;
  transition: all 0.2s;
}
.hero-section .hero-search .search-field:focus {
  border-color: hsl(40, 75%, 40%);
  box-shadow: 0 0 0 4px rgba(178.5, 127.5, 25.5, 0.1);
  outline: none;
}
.hero-section .hero-search .search-submit {
  position: absolute;
  left: 6px;
  top: 6px;
  bottom: 6px;
  border-radius: 50px;
  padding: 0 1.5rem;
  background: hsl(40, 75%, 40%);
  color: white;
  border: none;
  cursor: pointer;
  transition: all 0.2s;
}
.hero-section .hero-search .search-submit:hover {
  background: hsl(40, 80%, 32%);
  transform: scale(1.05);
}
.hero-section .hero-actions {
  display: flex;
  justify-content: center;
  gap: 0.75rem;
  flex-wrap: wrap;
}
.hero-section .hero-actions .btn {
  padding: 0.75rem 2rem;
  border-radius: 50px;
  font-weight: 600;
  transition: all 0.2s;
}
.hero-section .hero-actions .btn.btn-primary {
  background: hsl(220, 26%, 10%);
  color: white;
}
.hero-section .hero-actions .btn.btn-primary:hover {
  background: black;
  transform: translateY(-2px);
}
.hero-section .hero-actions .btn.btn-outline {
  border: 2px solid hsl(220, 10%, 82%);
  color: hsl(220, 16%, 22%);
}
.hero-section .hero-actions .btn.btn-outline:hover {
  border-color: hsl(220, 26%, 10%);
  color: hsl(220, 26%, 10%);
}

.stats-bar {
  padding: 0.5rem 0;
  border-bottom: 1px solid hsl(220, 12%, 91%);
  background: white;
}
.stats-bar .stats-flex {
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .stats-bar .stats-flex {
    gap: 4rem;
  }
}
.stats-bar .stat-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 0.75rem;
  background: hsl(220, 14%, 96%);
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.2s;
}
.stats-bar .stat-item:hover {
  background: white;
  box-shadow: 0 4px 6px hsla(220, 20%, 20%, 0.05), 0 2px 4px hsla(220, 20%, 20%, 0.06);
  transform: translateY(-2px);
}
.stats-bar .stat-item .icon-wrapper {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  color: hsl(40, 75%, 40%);
  box-shadow: 0 1px 2px hsla(220, 20%, 20%, 0.04), 0 1px 3px hsla(220, 20%, 20%, 0.06);
}
.stats-bar .stat-item .icon-wrapper [data-lucide] {
  font-size: 24px;
  width: 24px;
  height: 24px;
}
.stats-bar .stat-item .stat-info {
  display: flex;
  flex-direction: column;
}
.stats-bar .stat-item .stat-number {
  font-size: 1.25rem;
  font-weight: 800;
  color: hsl(220, 26%, 10%);
  line-height: 1;
}
.stats-bar .stat-item .stat-label {
  font-size: 0.875rem;
  color: hsl(220, 9%, 40%);
  font-weight: 500;
}

.radio-section {
  padding: 0.75rem 0;
}
.radio-section .radio-card {
  background: hsl(220, 26%, 10%);
  color: white;
  border-radius: 16px;
  padding: 1rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  box-shadow: 0 10px 15px hsla(220, 20%, 20%, 0.06), 0 4px 6px hsla(220, 20%, 20%, 0.05);
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .radio-section .radio-card {
    padding: 2rem;
    flex-wrap: nowrap;
  }
}
.radio-section .live-indicator {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(255, 0, 0, 0.1);
  padding: 0.5rem 1rem;
  border-radius: 50px;
  border: 1px solid rgba(255, 0, 0, 0.2);
}
.radio-section .live-indicator .dot {
  width: 8px;
  height: 8px;
  background: #ef4444;
  border-radius: 50%;
  animation: pulse 2s infinite;
}
.radio-section .live-indicator span {
  font-size: 0.75rem;
  font-weight: 700;
  color: #ef4444;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.radio-section .track-info {
  flex: 1;
  min-width: 200px;
}
.radio-section .track-info h3 {
  font-size: 1.125rem;
  font-weight: 700;
  margin: 0 0 0.25rem;
  color: white;
}
.radio-section .track-info p {
  font-size: 0.875rem;
  color: hsl(220, 8%, 52%);
  margin: 0;
}
.radio-section .player-controls {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.radio-section .player-controls button {
  background: rgba(255, 255, 255, 0.1);
  border: none;
  color: white;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s;
}
.radio-section .player-controls button:hover {
  background: rgba(255, 255, 255, 0.2);
}
.radio-section .player-controls button.play-pause {
  width: 56px;
  height: 56px;
  background: hsl(40, 75%, 40%);
  color: hsl(220, 26%, 10%);
}
.radio-section .player-controls button.play-pause:hover {
  background: hsl(40, 70%, 48%);
  transform: scale(1.05);
}
.radio-section .player-controls button.play-pause [data-lucide] {
  font-size: 32px;
  width: 32px;
  height: 32px;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(239, 68, 68, 0.4);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(239, 68, 68, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(239, 68, 68, 0);
  }
}
.bio-section {
  padding: 1rem 0;
  background: white;
}
.bio-section .bio-card {
  display: flex;
  align-items: center;
  gap: 2rem;
  max-width: 900px;
  margin: 0 auto;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .bio-section .bio-card {
    flex-wrap: nowrap;
  }
}
.bio-section .bio-avatar {
  flex-shrink: 0;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .bio-section .bio-avatar {
    margin: 0;
  }
}
.bio-section .bio-avatar img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 10px 15px hsla(220, 20%, 20%, 0.06), 0 4px 6px hsla(220, 20%, 20%, 0.05);
}
.bio-section .bio-avatar > div {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background: hsl(220, 12%, 91%);
  display: flex;
  align-items: center;
  justify-content: center;
}
.bio-section .bio-avatar > div [data-lucide] {
  font-size: 64px;
  width: 64px;
  height: 64px;
  color: hsl(220, 8%, 52%);
}
.bio-section .bio-content {
  flex: 1;
  text-align: center;
}
@media (min-width: 768px) {
  .bio-section .bio-content {
    text-align: right;
  }
}
.bio-section .bio-content h2 {
  font-size: 1.75rem;
  font-weight: 800;
  margin-bottom: 1rem;
  color: hsl(220, 26%, 10%);
}
.bio-section .bio-content .bio-excerpt {
  font-size: 1.125rem;
  color: hsl(220, 12%, 30%);
  line-height: 1.7;
  margin-bottom: 1.5rem;
}
.bio-section .bio-content .btn-outline {
  border: 2px solid hsl(220, 10%, 82%);
  padding: 0.5rem 1.5rem;
  border-radius: 50px;
  color: hsl(220, 16%, 22%);
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
  transition: all 0.2s;
}
.bio-section .bio-content .btn-outline:hover {
  border-color: hsl(220, 26%, 10%);
  color: hsl(220, 26%, 10%);
  background: hsl(220, 14%, 96%);
}

.bento-section {
  padding: 1rem 0;
}
.bento-section .section-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 0.75rem;
}
.bento-section .section-header h2 {
  font-size: 1.75rem;
  font-weight: 800;
  color: hsl(220, 26%, 10%);
  margin: 0;
}
.bento-section .section-header .view-all {
  font-size: 0.875rem;
  font-weight: 600;
  color: hsl(40, 80%, 32%);
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 4px;
}
.bento-section .section-header .view-all:hover {
  color: hsl(40, 85%, 24%);
}
.bento-section .bento-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
}
@media (min-width: 768px) {
  .bento-section .bento-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 240px);
  }
}
@media (min-width: 1024px) {
  .bento-section .bento-grid {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 240px);
  }
}
.bento-section .bento-item {
  background: white;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease;
  border: 1px solid hsl(220, 12%, 91%);
  display: flex;
  flex-direction: column;
}
.bento-section .bento-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 15px hsla(220, 20%, 20%, 0.06), 0 4px 6px hsla(220, 20%, 20%, 0.05);
  border-color: transparent;
}
@media (min-width: 768px) {
  .bento-section .bento-item.item-large {
    grid-column: span 2;
  }
}
@media (min-width: 1024px) {
  .bento-section .bento-item.item-tall {
    grid-row: span 2;
  }
}
.bento-section .bento-item .item-content {
  padding: 1.5rem;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
  color: white;
  position: absolute;
  inset: 0;
  z-index: 10;
}
.bento-section .bento-item .item-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.bento-section .bento-item:hover .item-bg {
  transform: scale(1.05);
}
.bento-section .bento-item .meta-tag {
  display: inline-block;
  padding: 4px 12px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(4px);
  border-radius: 50px;
  font-size: 0.75rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  align-self: flex-start;
}
.bento-section .bento-item h3 {
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0 0 0.5rem;
  line-height: 1.3;
  color: white;
}
.bento-section .bento-item .meta-info {
  font-size: 0.875rem;
  color: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.books-strip-section {
  padding: 1rem 0;
  background: hsl(220, 14%, 96%);
}
.books-strip-section .books-scroller {
  display: flex;
  gap: 1rem;
  overflow-x: auto;
  padding-bottom: 1rem;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}
.books-strip-section .books-scroller::-webkit-scrollbar {
  height: 6px;
}
.books-strip-section .books-scroller::-webkit-scrollbar-track {
  background: transparent;
}
.books-strip-section .books-scroller::-webkit-scrollbar-thumb {
  background: hsl(220, 9%, 68%);
  border-radius: 3px;
}
.books-strip-section .book-card-compact {
  flex: 0 0 140px;
  scroll-snap-align: start;
  text-decoration: none;
  color: inherit;
}
.books-strip-section .book-card-compact .book-cover {
  width: 100%;
  aspect-ratio: 2/3;
  border-radius: 8px;
  box-shadow: 0 4px 6px hsla(220, 20%, 20%, 0.05), 0 2px 4px hsla(220, 20%, 20%, 0.06);
  margin-bottom: 0.75rem;
  overflow: hidden;
  position: relative;
}
.books-strip-section .book-card-compact .book-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.2s;
}
.books-strip-section .book-card-compact:hover .book-cover img {
  transform: scale(1.05);
}
.books-strip-section .book-card-compact h3 {
  font-size: 0.9375rem;
  font-weight: 600;
  margin: 0;
  line-height: 1.4;
  color: hsl(220, 20%, 14%);
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.featured-series-section {
  padding: 1rem 0;
  background: white;
}
.featured-series-section .series-grid {
  display: grid;
  gap: 1rem;
}
@media (min-width: 768px) {
  .featured-series-section .series-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
.featured-series-section .series-card {
  background: white;
  border: 1px solid hsl(220, 12%, 91%);
  border-radius: 12px;
  padding: 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 1rem;
  transition: all 0.2s;
}
.featured-series-section .series-card:hover {
  border-color: hsl(40, 80%, 75%);
  box-shadow: 0 4px 6px hsla(220, 20%, 20%, 0.05), 0 2px 4px hsla(220, 20%, 20%, 0.06);
  transform: translateY(-2px);
}
.featured-series-section .series-card .series-content {
  flex: 1;
}
.featured-series-section .series-card .series-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  padding: 4px 12px;
  background: hsl(40, 90%, 96%);
  color: hsl(40, 85%, 24%);
  border-radius: 50px;
  font-size: 0.75rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
}
.featured-series-section .series-card .series-badge [data-lucide] {
  font-size: 14px;
  width: 14px;
  height: 14px;
}
.featured-series-section .series-card h3 {
  font-size: 1.125rem;
  font-weight: 700;
  margin: 0 0 0.5rem;
  line-height: 1.4;
}
.featured-series-section .series-card h3 a {
  color: hsl(220, 26%, 10%);
  text-decoration: none;
}
.featured-series-section .series-card h3 a:hover {
  color: hsl(40, 80%, 32%);
}
.featured-series-section .series-card .series-meta .topic-tag {
  display: inline-block;
  padding: 2px 8px;
  background: hsl(220, 12%, 91%);
  color: hsl(220, 12%, 30%);
  font-size: 0.75rem;
  border-radius: 4px;
}
.featured-series-section .series-card .series-action {
  flex-shrink: 0;
}
.featured-series-section .series-card .series-action .btn-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: hsl(220, 12%, 91%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: hsl(220, 12%, 30%);
  text-decoration: none;
  transition: all 0.2s;
}
.featured-series-section .series-card .series-action .btn-icon:hover {
  background: hsl(40, 75%, 40%);
  color: white;
  transform: scale(1.1);
}
.featured-series-section .series-card .series-action .btn-icon [data-lucide] {
  font-size: 20px;
  width: 20px;
  height: 20px;
}

.lectures-list-section {
  padding: 1rem 0;
}
.lectures-list-section .lectures-grid {
  display: grid;
  gap: 0.75rem;
}
@media (min-width: 768px) {
  .lectures-list-section .lectures-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
.lectures-list-section .lecture-pill {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.5rem;
  background: white;
  border: 1px solid hsl(220, 12%, 91%);
  border-radius: 50px;
  transition: all 0.2s;
  text-decoration: none;
}
.lectures-list-section .lecture-pill:hover {
  border-color: hsl(40, 80%, 75%);
  background: hsl(40, 90%, 96%);
  transform: translateX(-4px);
}
.lectures-list-section .lecture-pill .play-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: hsl(220, 12%, 91%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: hsl(220, 12%, 30%);
  flex-shrink: 0;
}
.lectures-list-section .lecture-pill .play-icon [data-lucide] {
  font-size: 20px;
  width: 20px;
  height: 20px;
}
.lectures-list-section .lecture-pill:hover .play-icon {
  background: hsl(40, 75%, 40%);
  color: white;
}
.lectures-list-section .lecture-pill .info {
  flex: 1;
  min-width: 0;
}
.lectures-list-section .lecture-pill h3 {
  font-size: 0.9375rem;
  font-weight: 600;
  margin: 0;
  color: hsl(220, 20%, 14%);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.lectures-list-section .lecture-pill .meta {
  font-size: 0.75rem;
  color: hsl(220, 9%, 40%);
}

.topics-section {
  padding: 1rem 0;
  background: hsl(220, 14%, 96%);
}
.topics-section .topics-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.5rem;
}
@media (min-width: 768px) {
  .topics-section .topics-grid {
    grid-template-columns: repeat(6, 1fr);
  }
}
.topics-section .topic-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
  background: white;
  border: 1px solid hsl(220, 10%, 82%);
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.2s;
  text-align: center;
}
.topics-section .topic-card:hover {
  border-color: hsl(40, 75%, 40%);
  background: hsl(40, 90%, 96%);
  box-shadow: 0 1px 2px hsla(220, 20%, 20%, 0.04), 0 1px 3px hsla(220, 20%, 20%, 0.06);
  transform: translateY(-2px);
}
.topics-section .topic-card .topic-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: hsl(220, 12%, 91%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.25rem;
  color: hsl(220, 12%, 30%);
  transition: all 0.2s;
}
.topics-section .topic-card .topic-icon [data-lucide] {
  font-size: 16px;
  width: 16px;
  height: 16px;
}
.topics-section .topic-card:hover .topic-icon {
  background: hsl(40, 75%, 40%);
  color: white;
}
.topics-section .topic-card .topic-name {
  font-size: 0.8125rem;
  font-weight: 600;
  color: hsl(220, 20%, 14%);
  margin-bottom: 0.25rem;
}
.topics-section .topic-card .topic-count {
  font-size: 0.625rem;
  color: hsl(220, 9%, 40%);
}
.topics-section .topics-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
}
.topics-section .topic-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  background: white;
  border: 1px solid hsl(220, 10%, 82%);
  border-radius: 50px;
  font-size: 0.875rem;
  font-weight: 500;
  color: hsl(220, 16%, 22%);
  text-decoration: none;
  transition: all 0.2s;
}
.topics-section .topic-tag:hover {
  border-color: hsl(40, 75%, 40%);
  color: hsl(40, 80%, 32%);
  background: white;
  box-shadow: 0 1px 2px hsla(220, 20%, 20%, 0.04), 0 1px 3px hsla(220, 20%, 20%, 0.06);
}
.topics-section .topic-tag .count {
  background: hsl(220, 12%, 91%);
  color: hsl(220, 12%, 30%);
  font-size: 0.75rem;
  padding: 2px 8px;
  border-radius: 10px;
}

.compact-lectures-section {
  padding: 1rem 0;
  background: white;
}

.lectures-list-compact {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.lecture-item-compact {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 8px 10px;
  background: white;
  border-radius: 6px;
  border: 1px solid hsl(220, 12%, 91%);
  transition: all 0.15s ease;
}
.lecture-item-compact:hover {
  border-color: hsl(40, 80%, 75%);
  background: hsl(40, 90%, 96%);
}
.lecture-item-compact:hover .lecture-action .play-btn-small {
  background: hsl(40, 75%, 40%);
  color: white;
}
.lecture-item-compact .lecture-icon {
  width: 32px;
  height: 32px;
  background: hsl(220, 14%, 96%);
  color: hsl(40, 75%, 40%);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.lecture-item-compact .lecture-icon [data-lucide] {
  font-size: 16px;
  width: 16px;
  height: 16px;
}
.lecture-item-compact .lecture-info {
  flex: 1;
  min-width: 0;
}
.lecture-item-compact .lecture-info h3 {
  font-size: 0.9375rem;
  font-weight: 600;
  margin: 0 0 4px;
  line-height: 1.3;
}
.lecture-item-compact .lecture-info h3 a {
  color: hsl(220, 26%, 10%);
  text-decoration: none;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.lecture-item-compact .lecture-info h3 a:hover {
  color: hsl(40, 80%, 32%);
}
.lecture-item-compact .lecture-info .lecture-meta {
  display: flex;
  gap: 12px;
  font-size: 0.75rem;
  color: hsl(220, 9%, 40%);
}
.lecture-item-compact .lecture-info .lecture-meta span {
  display: flex;
  align-items: center;
  gap: 4px;
}
.lecture-item-compact .lecture-info .lecture-meta span [data-lucide] {
  font-size: 14px;
  width: 14px;
  height: 14px;
}
.lecture-item-compact .lecture-action {
  flex-shrink: 0;
}
.lecture-item-compact .lecture-action .play-btn-small {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: hsl(220, 12%, 91%);
  color: hsl(220, 12%, 30%);
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s;
}
.lecture-item-compact .lecture-action .play-btn-small [data-lucide] {
  font-size: 16px;
  width: 16px;
  height: 16px;
}
.lecture-item-compact .lecture-action .play-btn-small:hover {
  background: hsl(40, 75%, 40%);
  color: white;
  transform: scale(1.1);
}

.content-lists-section {
  padding: 1rem 0;
  background: hsl(220, 14%, 96%);
}

.lists-grid {
  display: grid;
  gap: 2rem;
}
@media (min-width: 768px) {
  .lists-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.list-column {
  background: white;
  border-radius: 12px;
  padding: 1.5rem;
  border: 1px solid hsl(220, 12%, 91%);
}
.list-column .column-header {
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 2px solid hsl(220, 12%, 91%);
}
.list-column .column-header h3 {
  font-size: 1.125rem;
  font-weight: 700;
  color: hsl(220, 26%, 10%);
  margin: 0;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.list-column .column-header h3 [data-lucide] {
  color: hsl(40, 75%, 40%);
  font-size: 20px;
  width: 20px;
  height: 20px;
}

.content-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.content-list li {
  margin: 0;
}
.content-list li a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem;
  border-radius: 6px;
  text-decoration: none;
  transition: all 0.15s;
}
.content-list li a:hover {
  background: hsl(40, 90%, 96%);
}
.content-list li a .icon {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: hsl(220, 9%, 40%);
}
.content-list li a .icon [data-lucide] {
  font-size: 16px;
  width: 16px;
  height: 16px;
}
.content-list li a:hover .icon {
  color: hsl(40, 75%, 40%);
}
.content-list li a .title {
  flex: 1;
  font-size: 0.875rem;
  color: hsl(220, 20%, 14%);
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.content-list li a:hover .title {
  color: hsl(220, 26%, 10%);
}

.external-links a .icon [data-lucide] {
  color: hsl(220, 8%, 52%);
}
.external-links a:hover .icon [data-lucide] {
  color: hsl(40, 75%, 40%);
}

/*# sourceMappingURL=style-rtl.css.map */
