/*
  Theme Name:   elwatanplus
  Theme URI:    http://elwatanplus.com/
  Description:  Beautiful, Powerful & Flexible WordPress Theme for News, Magazine and Blog websites.
  Author:       TieLabs
  Author URI:   https://elwatanplus.com/
  Version:      2.0.0
  License:      license purchased
  License URI:  http://elwatanplus.com/licenses/regular_extended
  Tags:         two-columns, buddypress, left-sidebar, right-sidebar, custom-menu, editor-style, featured-images, full-width-template, microformats, rtl-language-support, sticky-post, threaded-comments, translation-ready
  Text Domain:  elwatanplus
  Tested up to: 6.5
  Requires at least: 5.0
*/
/*=================================================================
   إعدادات عامة
===================================================================*/
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  font-family: 'Roboto', sans-serif;
}

/*=================================================================
   تنسيق البطاقات (Cards)
===================================================================*/
.elwatanplus-com-container {
  width: 100%;
}

.elwatanplus-com-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.elwatanplus-com-card {
  background: #fff;
  border: 1px solid #001f3f;
  border-radius: 8px;
  overflow: hidden;
  transition: transform 0.3s, box-shadow 0.3s;
  width: calc(33.33% - 5px);
}

.elwatanplus-com-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.elwatanplus-com-card-link {
  text-decoration: none;
  color: inherit;
  display: block;
}

.elwatanplus-com-card-image {
  position: relative;
}

.elwatanplus-com-card-image img {
  display: block;
  width: 100%;
  height: 200px;
  object-fit: cover;
  transition: transform 0.3s;
}

.elwatanplus-com-card:hover .elwatanplus-com-card-image img {
  transform: scale(1.05);
}

.elwatanplus-com-card-date {
  position: absolute;
  top: 10px;
  right: 10px;
  background: rgba(0,31,63,0.8);
  color: #fff;
  padding: 5px 10px;
  font-size: 12px;
  border-radius: 3px;
}

.elwatanplus-com-card-title-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  background: rgba(0,31,63,0.8);
  color: #fff;
  padding: 10px;
  opacity: 0;
  transition: opacity 0.3s;
  font-size: 14px;
}

.elwatanplus-com-card:hover .elwatanplus-com-card-title-overlay,
.elwatanplus-com-card-title-box:hover .elwatanplus-com-card-title {
  opacity: 1;
}

.elwatanplus-com-card-content {
  padding: 5px;
}

.elwatanplus-com-card-title-box {
  background: #f5f5f5;
  padding: 8px;
  border: 1px solid #001f3f;
  border-radius: 4px;
  text-align: center;
  position: relative;
}

.elwatanplus-com-card-title {
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  line-height: 1.3;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 768px) {
  .elwatanplus-com-card {
    width: 100%;
  }
  .elwatanplus-com-card-image img {
    height: 150px;
  }
}

/*=================================================================
   تنسيق الصورة البارزة
===================================================================*/
.elwatanplus-com-featured-container {
  position: relative;
  width: 100%;
  border: 3px solid #117A8B; /* إطار سماوي غامق */
  border-radius: 6px;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.elwatanplus-com-featured-image {
  display: block;
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 6px;
}

@media (max-width: 768px) {
  .elwatanplus-com-featured-image {
    height: 200px;
  }
}

.elwatanplus-com-alt-overlay {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 5px 8px;
  font-size: 14px;
  border-radius: 4px;
  display: flex;
  align-items: center;
}

.elwatanplus-com-camera-icon {
  margin-right: 5px;
  font-size: 16px;
}

/*=================================================================
   تنسيق مسار التنقل (Breadcrumb)
===================================================================*/
.elwatanplus-com-breadcrumb {
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 10px;
  text-align: center;
}

.elwatanplus-com-breadcrumb a {
  color: #117A8B;
  text-decoration: none;
  margin: 0 5px;
}

.elwatanplus-com-breadcrumb a:hover {
  color: #ccc;
}

.elwatanplus-com-breadcrumb-icon {
  margin-right: 3px;
  font-size: 16px;
}

.elwatanplus-com-breadcrumb-separator {
  margin: 0 5px;
  font-size: 14px;
  color: #117A8B;
}

/*=================================================================
   تنسيق العنوان
===================================================================*/
.elwatanplus-com-title-container {
  text-align: center;
  margin: 0;
  padding: 0;
}

.elwatanplus-com-title {
  font-size: 32px;
  font-family: 'Roboto', sans-serif;
  color: #117A8B;
  padding: 15px 0;
  margin: 0;
}

.elwatanplus-news-post-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 2px solid #333;
  border-radius: 10px;
  padding: 15px 20px;
  background: #fff;
  margin-bottom: 20px;
  font-family: 'Arial', sans-serif;
}
.elwatanplus-news-category {
  font-size: 14px;
  color: #333;
  position: relative;
}
.elwatanplus-news-category::before {
  content: "\1F4C1";
  margin-right: 5px;
}
.elwatanplus-news-date {
  font-size: 14px;
  color: #333;
  position: relative;
  cursor: pointer;
}
.elwatanplus-news-date::before {
  content: "\23F0";
  margin-right: 5px;
}
.elwatanplus-news-date::after {
  content: attr(data-fulldate);
  position: absolute;
  bottom: -35px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #333;
  color: #fff;
  padding: 5px 10px;
  border-radius: 4px;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
  font-size: 12px;
  z-index: 10;
}
.elwatanplus-news-date:hover::after {
  opacity: 1;
  visibility: visible;
}
.elwatanplus-news-author {
  font-size: 14px;
  color: #333;
  position: relative;
}
.elwatanplus-news-author::before {
  content: "\270D";
  margin-right: 5px;
}
.elwatanplus-news-author a {
  color: #0073aa;
  text-decoration: none;
}
.elwatanplus-news-author a:hover {
  text-decoration: underline;
}
.elwatanplus-news-category-link {
  color: #0073aa;
  text-decoration: none;
}
.elwatanplus-news-category-link:hover {
  text-decoration: underline;
}
.elwatanplus-box {
  background-color: #f9f9f9;
  border: 2px solid #333;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 20px;
}
.elwatanplus-box h3 {
  font-size: 22px;
  font-weight: 800;
  color: #333;
  text-align: center;
  margin-bottom: 15px;
  padding-bottom: 5px;
  border-bottom: 2px solid #333;
}
.elwatanplus-box-items {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0;
  padding: 0;
}
.elwatanplus-box-item {
  background-color: #fff;
  border: 2px solid #333;
  border-radius: 8px;
  padding: 10px;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}
.elwatanplus-box-item:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.elwatanplus-box-item a {
  display: block;
  font-size: 16px;
  font-weight: 800;
  color: #0073aa;
  text-decoration: none;
  transition: background-color 0.3s ease, text-decoration 0.3s ease;
  padding: 8px;
  background-color: #e9ecef;
  border-radius: 4px;
}
.elwatanplus-box-item a:hover {
  text-decoration: underline;
  background-color: #dce2e6;
}



/* استيراد خط Cairo لو مش موجود */
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@400;600&display=swap');

/* حاوية العنوان */
.elwatanplus-com-suggested-article-box {
    margin: 20px 0;
    padding-left: 4px;
    border-left: 3px solid #d84a38;
}

/* سطر العنوان مع البريفكس */
.elwatanplus-com-suggested-article-title {
    font-family: 'Cairo', sans-serif;
    display: flex;
    align-items: center;
    font-size: 18px;
    color: #333;
    margin: 0;
}

/* كلمة "قد تشاهد:" */
.elwatanplus-com-suggested-article-title .prefix {
    font-size: 14px;
    color: #777;
    margin-right: 8px;
}

/* الرابط مع الأيقونة */
.elwatanplus-com-suggested-article-title a {
    position: relative;
    padding-left: 24px;  /* مساحة للأيقونة */
    color: #d84a38;
    text-decoration: none;
    transition: color 0.3s ease;
}

/* أيقونة قبل الرابط */
.elwatanplus-com-suggested-article-title a::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    /* SVG لسهم بسيط */
    background: url('data:image/svg+xml;utf8,\
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23d84a38">\
<path d="M9 18l6-6-6-6"/>\
</svg>') no-repeat center/contain;
}

/* تأثير على الهوفر */
.elwatanplus-com-suggested-article-title a:hover {
    color: #b53724;
}



/* The stylesheet is located in "assets/css/style.css". */
