/* ✅ DGA Card Style Scoped to .dga-elementor-search-card */
.dga-elementor-search-card .elementor-post__card {
  border: 1px solid #E5E7EB;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease-in-out;
  background-color: #fff;
}

.dga-elementor-search-card .elementor-post__card:hover {
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
  transform: translateY(-4px);
  background-color: #f3f4f6;
}


.dga-elementor-search-card .elementor-post__thumbnail img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}

.dga-elementor-search-card .elementor-post__card:hover .elementor-post__thumbnail img {
  /*transform: scale(9.05);*/
}

.dga-elementor-search-card .elementor-post__title a {
  font-size: 1.1rem;
  font-weight: bold;
  color: #1C1C1C;
  text-decoration: none;
  transition: color 0.2s ease;
}

.dga-elementor-search-card .elementor-post__title a:hover {
  color: #006C70;
}

.dga-elementor-search-card .elementor-post__excerpt {
  font-size: 0.95rem;
  color: #4B5563;
  margin-top: 8px;
  line-height: 1.6;
}



.dga-elementor-search-card .elementor-post__excerpt p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}



.dga-elementor-search-card .elementor-post__read-more {
  display: inline-block;
  margin-top: 10px;
  font-weight: 600;
  color: #006C70;
  text-decoration: none;
  border-bottom: 1px solid transparent;
  transition: all 0.3s ease;
}

.dga-elementor-search-card .elementor-post__read-more:hover {
  border-bottom: 1px solid #006C70;
  background-color: #005C3D;
}



.dga-elementor-search-card .elementor-post__title ,
.dga-elementor-search-card .elementor-post__thumbnail__link {
  margin-bottom: 5px !important;
}


.dga-elementor-search-card .elementor-post__excerpt {
  margin-bottom: 10px !important;
}



.dga-elementor-search-card .elementor-post__read-more {
  background-color: #00754A;
  color: #FFFFFF;
  border: none;
  padding: 0.44rem 1rem;
  border-radius: 4px;
  font-weight: 500;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.2s ease-in-out;
}


.dga-elementor-search-card a.page-numbers.prev,
.dga-elementor-search-card a.page-numbers.next {
    font-size: 30px;
    color: #161616 !important;
}


.dga-elementor-search-card nav.elementor-pagination {
    margin-top: 20px;
}

.dga-elementor-search-card span.page-numbers.dots {
    border: 1px solid #161616;
    border-radius: 4px;
    padding: 0 8px;
}



.dga-elementor-search-card .elementor-pagination .page-numbers {
  position: relative;
  display: inline-block;
  padding: 2px 4px;
  text-decoration: none;
  color: #161616;
  font-size: 20px;
}

.dga-elementor-search-card .elementor-pagination .page-numbers.current {
  color: #161616 !important;
}

.dga-elementor-search-card .elementor-pagination .page-numbers::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
  background-color: #1B8354; /* لون الخط */
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

.dga-elementor-search-card .elementor-pagination .page-numbers.current::after {
  transform: scaleX(1);
}