body {
  font-family: 'Cairo', sans-serif;
  background-color: #fff;
  color: #222;
  margin: 20px;
  direction: rtl;
}

h1, h2 {
  color: #ff7a00;
}

.author-profile {
  max-width: 800px;
  margin: auto;
  padding: 20px;
  background: #fdfdfd;
  border-radius: 12px;
  box-shadow: 0 0 15px rgba(0,0,0,0.1);
}

.section {
  margin-bottom: 25px;
}

.section ul {
  padding-right: 20px;
}

.section ul li {
  margin-bottom: 8px;
}

.section a {
  color: #ff7a00;
  text-decoration: none;
}

.section a:hover {
  text-decoration: underline;
}

.read-more-btn {
  background-color: #ff7a00;
  color: white;
  padding: 8px 16px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  margin-top: 10px;
}

.read-more-btn:hover {
  background-color: #e06900;
}
.section h2 {
  text-align: right;
  color: #ff6600;
  font-size: 24px;
  margin-bottom: 10px;
  border-bottom: 2px solid #ff6600;
  padding-bottom: 5px;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  margin-bottom: 30px;
}

.video-container iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  border: none;
}
/* ستایلەکانی بنچینەیی */
.back-button {
  display: flex;
  justify-content: flex-start; /* راستەوخۆی دوگمەکان */
  align-items: center;
  gap: 20px; /* فاصلەی نێوان دوگمەکان */
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 18px;
}

.back-button a {
  color: #ff7f00; /* رنگی پرتەقاڵی */
  text-decoration: none;
  font-weight: bold;
  padding: 10px 15px;
  border-radius: 8px;
  background-color: #fff;
  border: 2px solid #ff7f00; /* حەیدەی پرتەقاڵی بۆ دوگمەکان */
  transition: all 0.3s ease; /* گەڕاندنەوەی فڕۆکە */
}

.back-button a:hover {
  background-color: #ff7f00; /* بە زمانێکی تری پرتەقاڵی */
  color: white;
  transform: translateY(-4px); /* جابجاکردنەوەی دوگمە */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.back-button a:focus {
  outline: none;
  box-shadow: 0 0 0 4px rgba(255, 127, 0, 0.5); /* فۆکس بەرزکردنەوە */
}
.accordion {
  width: 100%;
  max-width: 600px;
  margin: 30px auto;
  background: #f5f6fa;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 15px 30px 30px rgba(0, 0, 0, 0.1),
              5px -15px 30px rgba(0, 0, 0, 0.05);
}

.accordion-item {
  border-bottom: 1px solid #eee;
}

.accordion-item:last-child {
  border-bottom: none;
}

.accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  background: rgba(255, 255, 255, 0.9);
  cursor: pointer;
  transition: background 0.3s ease;
  font-weight: bold;
  font-size: 1.1rem;
  color: #333;
}

.accordion-header:hover {
  background: #ffefdc;
}

.accordion-body {
  padding: 1rem;
  background: #fff;
  display: none;
  font-size: 0.95rem;
  color: #444;
  animation: fadeIn 0.3s ease-in-out;
}

.accordion-item.active .accordion-body {
  display: block;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(-10px); }
  to { opacity: 1; transform: translateY(0); }
}
.manga-list {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.manga-list li {
  font-size: 15px;
  margin-bottom: 9px;
  color: #333;
  font-weight: bold;
  display: flex;
  align-items: center;
}

.manga-list li i {
  color: orange;
  margin-left: 8px;
  font-size: 15px;
}

/* =============================================
   کۆدی نوێ - فۆنتە تایبەتەکان بۆ هەر بەشێک
   ============================================= */

/* یەکەم: فۆنتەکانت دیاری بکە */
@font-face {
  font-family: 'authortext';
  src: url('../../fonts/K24KurdishBold-Bold.ttf') format('truetype');
}
.accordion-body p {
  font-family: 'authortext', 'Segoe UI', sans-serif !important;
} 


@font-face {
  font-family: 'authortext';
  src: url('../../fonts/shasenem-kurd.t') format('truetype');
}
.manga-list li {
  font-family: 'authortext', 'Segoe UI', sans-serif !important;
} 