@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
}

.wrap-btn {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 20px auto 5px auto;
}

.btn {
  box-sizing: border-box;
  position: relative;
  display: inline-block;
  overflow: hidden;
  height: 53px;
  border-radius: 6px;
  line-height: 30px;
  font-size: 16px;
  font-weight: bold;
  text-shadow: 0px 1px 1px #888;
}
.btn span.icon,
.btn span.title {
  display: block;
  position: relative;
  line-height: 50px;
  padding: 0 30px;
  border-radius: 6px;
}
.btn span.left {
  float: left;
  border-radius: 6px 0 0 6px;
}
.btn span.right {
  float: right;
  border-radius: 0 6px 6px 0;
}
.btn span.icon {
  font-size: 23px;
  background-color: #00967f;
  box-shadow: 0 3px 0 0 #007261;
  text-shadow: 0px 1px 1px #888;
  color: #fff;
}
.btn span.title {
  box-shadow: 0 3px 0 0 #00ae94;
  background-color: #00cdae;
  color: #fff;
}
.btn span.arrow-left,
.btn span.arrow-right,
.btn span.slant-left,
.btn span.slant-right {
  position: absolute;
  width: 0;
  height: 0;
  border-top: 25px solid transparent;
  border-bottom: 25px solid transparent;
  transition: all 0.15s;
  transition-property: left, right;
}
.btn.left span.arrow-left {
  right: 0;
  box-shadow: 10px 0 0 0 #00cdae, 10px 3px 0 0 #00ae94;
  border-right: 10px solid #00cdae;
}
.btn.left span.arrow-right {
  left: 0;
  box-shadow: -10px 0 0 0 #00967f, -10px 3px 0 0 #007261;
  border-left: 10px solid #00967f;
}
.btn.left span.slant-left {
  right: 0;
  box-shadow: 10px 0 0 0 #00cdae, 10px 3px 0 0 #00ae94;
  border-right: 10px solid #00cdae;
}
.btn.left span.slant-right {
  left: 0;
  box-shadow: -10px 0 0 0 #00967f, -10px 3px 0 0 #007261;
  border-left: 10px solid #00967f;
}
.btn.right span.arrow-left {
  right: 0;
  box-shadow: 10px 0 0 0 #00967f, 10px 3px 0 0 #007261;
  border-right: 10px solid #00967f;
}
.btn.right span.arrow-right {
  left: 0;
  box-shadow: -10px 0 0 0 #00cdae, -10px 3px 0 0 #00ae94;
  border-left: 10px solid #00cdae;
}
.btn.right span.slant-left {
  right: 0;
  box-shadow: 10px 0 0 0 #00967f, 10px 3px 0 0 #007261;
  border-right: 10px solid #00967f;
}
.btn.right span.slant-right {
  left: 0;
  box-shadow: -10px 0 0 0 #00cdae, -10px 3px 0 0 #00ae94;
  border-left: 10px solid #00cdae;
}
.btn:active, .btn.active {
  height: 51px;
}
.btn:hover span.arrow-left {
  right: 10px;
}
.btn:hover span.arrow-right {
  left: 10px;
}
.btn:hover span.slant-left {
  right: 10px;
}
.btn:hover span.slant-right {
  left: 10px;
}
.btn-small {
  height: 30px;
  font-size: 12px;
  line-height: 10px;
}
.btn-small a span.btn {
  height: 30px;
}

#comments {
  margin: 20px 0;
  color: #333;
  padding: 0 15px;
}
#comments .comment-respond {
  background-color: #f9f9f9;
  padding: 15px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  max-width: 600px;
  margin: 0 auto;
}
#comments .comment-respond .comment-reply-title {
  font-size: 1.5rem;
  color: #125939;
  margin-bottom: 10px;
  text-align: center;
}
#comments .comment-respond .comment-reply-title small {
  font-size: 0.85rem;
}
#comments .comment-respond .comment-reply-title small a {
  color: #125939;
  text-decoration: none;
}
#comments .comment-respond .comment-reply-title small a:hover {
  text-decoration: underline;
}
#comments .comment-respond form .logged-in-as {
  font-size: 0.875rem;
  margin-bottom: 10px;
  color: #555;
}
#comments .comment-respond form .logged-in-as a {
  color: #125939;
  text-decoration: underline;
}
#comments .comment-respond form .logged-in-as a:hover {
  color: #0d4a34;
}
#comments .comment-respond form .logged-in-as .required-field-message {
  font-style: italic;
  margin-left: 10px;
}
#comments .comment-respond form .comment-form-comment {
  margin-bottom: 15px;
}
#comments .comment-respond form .comment-form-comment label {
  font-size: 1rem;
  color: #125939;
  margin-bottom: 5px;
  display: block;
}
#comments .comment-respond form .comment-form-comment textarea {
  width: 100%;
  height: 120px;
  padding: 10px;
  border-radius: 4px;
  border: 1px solid #ddd;
  font-size: 1rem;
}
#comments .comment-respond form .comment-form-comment textarea:focus {
  border-color: #125939;
  outline: none;
}
#comments .comment-respond form .form-submit {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#comments .comment-respond form .form-submit input[type=submit] {
  background-color: #125939;
  color: #fff;
  border: none;
  padding: 10px 20px;
  font-size: 1rem;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
#comments .comment-respond form .form-submit input[type=submit]:hover {
  background-color: #0d4a34;
}
#comments .comment-respond form .form-submit input[type=hidden] {
  display: none;
}

.comment-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.comment-list .comment-metadata {
  font-size: 11px;
  opacity: 0.7;
}
.comment-list img.avatar {
  margin: 10px 10px;
  border-radius: 50px;
}
.comment-list .comment {
  margin-bottom: 20px;
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.comment-list .comment .comment-author {
  display: flex;
  align-items: center;
}
.comment-list .comment .comment-author .author-avatar {
  margin-right: 10px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  overflow: hidden;
}
.comment-list .comment .comment-author .author-avatar img {
  width: 100%;
  height: auto;
}
.comment-list .comment .comment-author .author-name {
  font-weight: bold;
}
.comment-list .comment .comment-content {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.5;
  font-family: "Noto Naskh Arabic", sans-serif;
}
.comment-list .comment .comment-date {
  margin-top: 5px;
  font-size: 12px;
  color: #777;
}

.sheikh-list {
  padding: 0;
  margin: 10px 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.sheikh-list .sheikh-list__item {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  width: 100%;
  transition: all 0.3s ease, transform 0.2s ease;
  background-color: transparent;
  border-bottom: 1px solid #aebbb0;
  padding: 0 0 15px 0;
}
.sheikh-list .sheikh-list__item > a {
  color: #133626;
  display: flex;
  flex: 1;
  padding: 10px 15px 0 15px;
  border-radius: 0;
  font-weight: bold;
  transition: all 0.3s ease, transform 0.2s ease;
  font-size: 1rem;
}
.sheikh-list .sheikh-list__item .icon_initial_name {
  font-style: normal;
  width: 50px;
  height: 50px;
  margin: 0 10px;
  display: inline-block;
  background: #d9ba44;
  color: #133626;
  border-radius: 50%;
  text-align: center;
  align-content: center;
  justify-items: center;
  align-items: center;
}
.sheikh-list .sheikh-list__item .name {
  flex: 1;
  align-self: center;
}
.sheikh-list .sheikh-list__item .wrap-post_types_counts {
  display: flex;
  flex: 1 1 100%;
  flex-wrap: wrap;
  padding: 0 86px;
  margin-top: -5px;
  opacity: 0.7;
}
.sheikh-list .sheikh-list__item .wrap-post_types_counts .data-count {
  margin: 0 0 10px 10px;
  font-size: 0.8rem;
  padding: 5px 10px;
  color: #774c2c;
  background: #e1d6cc;
  transition: all 0.3s ease, transform 0.2s ease;
}
.sheikh-list .sheikh-list__item:hover {
  background-color: #ae8a6f;
  color: #fff9f4;
  border-radius: 8px;
  transform: translateY(-5px);
}
.sheikh-list .sheikh-list__item:hover > a {
  color: #fff9f4;
}
.sheikh-list .sheikh-list__item:hover .wrap-post_types_counts {
  opacity: 1;
}
.sheikh-list .sheikh-list__item:hover .wrap-post_types_counts a {
  color: #ae8a6f;
  background: #774c2c;
}
.sheikh-list .sheikh-list__item:hover .wrap-post_types_counts a:hover {
  transform: translateY(-5px) scale(1.05);
  color: #fff9f4;
  background: #774c2c;
}
.sheikh-list .sheikh-list__item:last-child a {
  border-bottom: 1px solid transparent;
}
.sheikh-list.sheikh-list_compact {
  margin: 3px 0;
}
.sheikh-list.sheikh-list_compact .sheikh-list__item {
  border-bottom: 1px solid #d4dcd5;
  padding: 0 0 0 0;
}
.sheikh-list.sheikh-list_compact .sheikh-list__item > a {
  padding: 6px 0;
  font-size: 0.8rem;
}
.sheikh-list.sheikh-list_compact .sheikh-list__item .icon_initial_name {
  font-style: normal;
  font-size: 0.6rem;
  width: 23px;
  height: 23px;
  margin: 0 3px;
}
.sheikh-list.sheikh-list_compact .sheikh-list__item .icon_initial_name .wrap-post_types_counts {
  font-size: 0;
}
.sheikh-list.sheikh-list_compact .sheikh-list__item .icon_initial_name .wrap-post_types_counts .data-count {
  margin: 0 0 0 0;
  font-size: 0.6rem;
  padding: 0;
}
.sheikh-list.sheikh-list_compact .sheikh-list__item:last-child {
  border-bottom: none;
}
.sheikh-list__empty {
  font-size: 1.2rem;
  color: #133626;
  text-align: center;
  margin-top: 20px;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: #125538;
  font-family: "Almarai", Sans-serif, serif;
}
a:hover, a:active, a:focus {
  background-color: transparent;
  text-decoration: none;
  color: #009352;
}

body {
  position: relative;
  font-family: "Almarai", Sans-serif, serif;
}
body:before {
  z-index: 0;
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(250, 250, 250, 0.8);
}

.custom-posts-container {
  display: flex;
  flex-direction: column;
  max-width: 100%;
  font-family: "Almarai", Sans-serif, serif;
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  border-radius: 0 0 8px 8px;
  transition: background-color 0.3s ease;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.custom-post-item {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  overflow: hidden;
  padding: 15px 3px;
  transition: background-color 0.3s ease;
}
.custom-post-item .post-thumbnail img {
  width: 100px;
  height: 100px;
  margin-right: 20px;
  overflow: hidden;
  border-radius: 5px;
}
.custom-post-item .post-text-side {
  flex: 1;
  display: flex;
  flex-direction: column;
  width: calc(100% - 200px);
}
.custom-post-item h4 {
  display: flex;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
.custom-post-item .post-text-side h4 {
  word-wrap: break-word;
  overflow-wrap: break-word;
  white-space: normal;
}
.custom-post-item i {
  font-size: 18px;
  color: #333;
  margin: 0 10px;
}
.custom-post-item a.post-title {
  font-size: 13px;
  font-weight: bold;
  color: #333;
  text-decoration: none;
  margin-right: auto;
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
.custom-post-item .post-meta {
  font-size: 11px;
  font-family: "Almarai", Sans-serif, serif;
  color: #666;
  display: flex;
  flex-direction: column;
  gap: 0;
  margin: 0;
}
.custom-post-item .post-meta .post-views {
  display: flex;
  align-items: center;
}
.custom-post-item .post-meta i {
  font-size: 11px;
}
.custom-post-item:hover {
  background-color: #e9ecef;
  color: #00683f;
  font-family: "Almarai", Sans-serif, serif;
}

.custom-book-download, .audio-download-button, .custom-download-btn {
  display: inline-block;
  padding: 10px 20px;
  background-color: #115538;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  border-radius: 5px;
  transition: background-color 0.3s ease, transform 0.3s ease;
  margin: 10px 10px 30px 10px;
}
.custom-book-download a, .audio-download-button a, .custom-download-btn a {
  color: #fff;
}
.custom-book-download .post-views i, .audio-download-button .post-views i, .custom-download-btn .post-views i {
  font-size: 11px;
}
.custom-book-download:hover, .audio-download-button:hover, .custom-download-btn:hover {
  background-color: #007343;
  color: #fff;
  transform: scale(1.05);
}
.custom-book-download:active, .audio-download-button:active, .custom-download-btn:active {
  background-color: #033e26;
  color: #fff;
}

.custom-audio-player audio {
  width: 87%;
  margin: 30px auto;
}

.custom-marquee-content {
  display: inline-block;
  white-space: nowrap;
}
.custom-marquee-content a {
  text-decoration: none;
  font-family: "Almarai", Sans-serif, serif;
  color: #ffffe0;
  margin-right: 30px;
  display: inline-flex;
  align-items: center;
  font-size: 11px;
}
.custom-marquee-content a:hover {
  text-decoration: none;
  color: #ffffff;
}
.custom-marquee-content i {
  margin: 0 8px;
  font-size: 16px;
  color: #ffffe0;
}

.category-icons-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  max-width: 600px;
  border: 1px solid #e6e6e6;
  border-radius: 5px;
  background-color: #f9f9f9;
}
.category-icons-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #eee;
  width: 50%;
}
.category-icons-list li:last-child {
  border-bottom: none;
}
.category-icons-list li a {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  padding: 15px 0 15px 10px;
  font-size: 12px;
  transition: all 0.3s ease-in-out;
}
.category-icons-list li .category-icon {
  margin: 0 10px;
}
.category-icons-list li .category-icon img {
  width: 25px;
  height: 25px;
}
.category-icons-list li .category-name {
  flex: 1;
  font-size: 9px;
  font-weight: bold;
  color: #133626;
}
.category-icons-list li:hover {
  background-color: #92644b;
}
.category-icons-list li:hover a {
  background-color: #92644b;
  text-decoration: none;
}
.category-icons-list li:hover .category-name {
  color: #eee;
}
.category-icons-list li:hover .category-count {
  color: #eee;
}
.category-icons-list.category-icons-list-row-view {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0;
}
.category-icons-list.category-icons-list-row-view li {
  width: 33%;
}
.website-stats {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 5px;
}
.website-stats .stat-item {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-items: center;
  gap: 3px;
  transition: all 0.3s ease-in-out 200ms;
  border-radius: 3px;
  padding: 15px 0;
}
.website-stats .stat-item i {
  font-size: 15px;
  padding: 12px;
  border-radius: 3px;
}
.website-stats .stat-item .dashicons {
  font-size: 25px;
  color: #125538;
}
.website-stats .stat-item .stat-title {
  font-size: 13px;
  color: #112f26;
  font-weight: 300;
}
.website-stats .stat-item .stat-count {
  font-size: 18px;
  font-family: system-ui;
  color: #4f6364;
  font-weight: bolder;
}
.website-stats .stat-item:hover {
  background-color: #e9ecef;
  transform: translateY(-5px);
  border-radius: 10px;
}
.website-stats .stat-item:hover .stat-title, .website-stats .stat-item:hover i, .website-stats .stat-item:hover .dashicons, .website-stats .stat-item:hover .stat-count {
  color: #125939;
}

.related-posts.modern-design {
  background-color: #fff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
  /* Hover color */
}
.related-posts.modern-design .related-posts-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.related-posts.modern-design .related-post-item {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.related-posts.modern-design .related-post-icon {
  margin: 0 12px;
  font-size: 1.4rem;
  color: #125939;
  /* Icon color */
}
.related-posts.modern-design .related-post-icon i {
  color: #125939;
  background: #e4f2d5;
  width: 32px;
  height: 35px;
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
  border-radius: 3px;
}
.related-posts.modern-design .related-post-link {
  flex: 1;
  font-size: 1rem;
  color: #363636;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.3s ease;
}
.related-posts.modern-design .related-post-link:hover {
  color: #363636;
}
.related-posts.modern-design .related-post-post_type {
  color: #363636;
  font-size: 13px;
  opacity: 0.8;
}
.related-posts.modern-design .view-all-link {
  display: inline-block;
  margin-top: 20px;
  color: #2ecc71;
  font-size: 1rem;
  text-decoration: none;
}
.related-posts.modern-design .view-all-link:hover {
  color: #0ea14c;
}

.btn-download-link {
  margin: 10px auto;
  border-radius: 5px;
  width: 300px;
}
.btn-download-link a {
  background: #125939;
  border: 1px solid #0ea14c;
  color: #fff;
  display: inline-block;
  padding: 10px 20px;
}
.btn-download-link:hover {
  border: 1px solid #125939;
  background: #0ea14c;
}
.btn-download-link:hover a {
  color: #fff;
}

.list-audio-info {
  list-style: none;
  padding: 0;
  margin: 35px 11px;
  gap: 7px;
  display: flex;
  flex-direction: column;
  font-size: 13px;
  color: #35312f;
}
.list-audio-info li {
  display: flex;
  align-items: center;
  gap: 5px;
}
.list-audio-info li i {
  font-size: 0.7rem;
  color: #84604d;
  background: #e9e6e3;
  width: 20px;
  height: 20px;
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
  border-radius: 3px;
}
.list-audio-info li strong {
  font-weight: bold;
}

.wrap-widget .widget-title {
  background: burlywood;
}

.archive_list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 25px 15px;
}
.archive_list .post-item {
  display: flex;
  gap: 10px;
  background-color: #f9f9f9;
  padding: 3px 0;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease;
}
.archive_list .post-item .post-thumbnail {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  transition: all 300ms ease-in-out;
  flex: 0 1 10%;
}
.archive_list .post-item .post-thumbnail a {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
}
.archive_list .post-item .post-thumbnail img {
  display: flex;
}
.archive_list .post-item .post-thumbnail .post-icon {
  transform: scale(0);
  transition: all 300ms ease-in-out;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  font-size: 2rem;
  color: #c6b57e;
  background: rgba(0, 0, 0, 0.37);
  display: flex;
  align-self: center;
  justify-content: center;
  align-items: center;
}
.archive_list .post-item .post-content {
  flex: 1 1 90%;
}
.archive_list .post-item .post-content .post-title {
  font-size: 14px;
  font-weight: normal;
  margin: 0 0 10px;
  color: #333;
}
.archive_list .post-item .post-content .post-title:hover {
  color: #125939;
}
.archive_list .post-item .post-content .post-meta {
  display: flex;
  gap: 10px;
  font-size: 0.6rem;
  color: #555;
  flex-direction: column;
}
.archive_list .post-item .post-content .post-meta .post-date {
  color: #888;
}
.archive_list .post-item .post-content .post-meta .post-category {
  color: #125939;
}
.archive_list .post-item:hover {
  transform: translateY(-5px);
}
.archive_list .post-item:hover .post-thumbnail {
  box-shadow: 2px 2px 10px #a7a7a7;
}
.archive_list .post-item:hover .post-thumbnail .post-icon {
  transform: scale(1);
}

.pagination {
  display: flex;
  justify-content: center;
  margin: 20px 0;
}
.pagination a, .pagination .current {
  padding: 10px 15px;
  margin: 0 5px;
  background-color: #125939;
  color: #fff;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}
.pagination a:hover, .pagination .current:hover {
  background-color: #0a402e;
}
.pagination .current {
  background-color: #ba7b04;
  color: #fff;
}

.no-posts-found {
  text-align: center;
  padding: 50px 10px;
  color: #ba7b04;
}

.cpel-switcher__lang {
  position: relative;
  overflow: hidden;
}

.cpel-switcher__name {
  position: static;
  left: -100%;
  white-space: nowrap;
  transition: left 0.5s ease-in-out;
}

/* On hover, slide the title (language name) */
.cpel-switcher__lang:hover .cpel-switcher__name {
  left: 30px;
}

/* Adjust this value to fit your design */
/* Hide all icons initially */
.cpel-switcher__flag {
  display: none;
}

.most-read-popular-container ul {
  list-style: none;
  margin: 0;
  padding: 0;
  padding-right: 20px;
  display: flex;
  flex-direction: column;
}
.most-read-popular-container ul li {
  flex: 1;
  display: flex;
}
.most-read-popular-container ul li a {
  justify-content: center;
  align-items: center;
  padding: 10px;
  border-radius: 5px;
  background-color: #f9f9f9;
  transition: background-color 0.3s ease;
}
.most-read-popular-container ul li a:hover {
  background-color: #e9ecef;
}
.most-read-popular-container ul li.no-available {
  color: #888;
  font-size: 0.8rem;
  text-align: center;
}
.toolbar-wrapper {
  margin-bottom: 15px;
  font-size: 11px;
  text-indent: 13px;
  color: #484848;
}
.toolbar-wrapper .toolbar {
  display: flex;
  align-items: center;
  background-color: #f1f1f1;
  padding: 10px;
  border-radius: 5px;
}
.toolbar-wrapper .toolbar-section {
  display: flex;
  align-items: center;
  margin-right: 10px;
}
.toolbar-wrapper .toolbar-icon {
  cursor: pointer;
  margin-right: 5px;
  font-size: 18px;
}
.toolbar-wrapper .divider {
  border-left: 1px solid #ccc;
  height: 24px;
  margin: 0 10px;
}

body.read-mode-active .elementor-element-a8b7a27 {
  display: none;
}
body.read-mode-active .elementor-element-c650391 {
  width: 100%;
}
body.read-mode-active .body_content_main_text_area {
  background: white;
  font-weight: 700;
  color: #111;
}

nav.sheikh-list__post_types {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0;
  font-size: 0.8rem;
  color: #125939;
  background-color: #e4f2d5;
  border-radius: 5px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
nav.sheikh-list__post_types a {
  transition: transform 0.2s ease;
  padding: 10px 5px;
}
nav.sheikh-list__post_types a:hover {
  color: #f5ffeb;
  background-color: #0c4d30;
  transform: translateY(٠);
}

@media (max-width: 768px) {
  .custom-post-item {
    flex-direction: column;
    align-items: flex-start;
  }
  .custom-post-item a.post-title {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .archive_list {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 15px 15px;
  }
  .archive_list .post-item {
    display: flex;
    flex-direction: column;
  }
  .archive_list .post-item .post-thumbnail {
    flex: 0 1 100%;
  }
  .archive_list .post-item .post-content {
    flex: 1 1 100%;
  }
  .website-stats .stat-item {
    flex: 1 1 30%;
  }
}

/*# sourceMappingURL=styling.css.map */
