/* ===============================
   News Highlights – Scoped Styles
   =============================== */

.news-highlights-scope #smooth-wrapper {
  position: relative;
}

.news-highlights-scope #smooth-content {
  position: relative;
}

.news-highlights-scope main.o-hidden {
  overflow: hidden;
}

.news-highlights-scope span,
.news-highlights-scope a {
  display: inline-block;
}

.news-highlights-scope a {
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease;
}

/* Typography Utilities */
.news-highlights-scope .fs-14 { font-size: 14px !important; }
.news-highlights-scope .fs-7 { font-size: 0.875rem !important; }
.news-highlights-scope .fs-8 { font-size: 0.75rem !important; }
.news-highlights-scope .fw-500 { font-weight: 500 !important; }
.news-highlights-scope .text-uppercase { text-transform: uppercase; }

/* Positioning & Spacing */
.news-highlights-scope .position-relative { position: relative; }
.news-highlights-scope .mt-30px { margin-top: 30px !important; }

/* Card Hover Effects */
.news-highlights-scope .hover-effect-1 img {
  transition: transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.news-highlights-scope .hover-effect-1:hover img {
  transform: scale(1.05);
}

/* Corner Arrow Styling */
.news-highlights-scope .card-corner {
  position: absolute;
  bottom: 0;
  right: 0;
  background: #fff;
  padding: 10px;
  border-top-left-radius: 20px;
  z-index: 2;
}

.news-highlights-scope .arrow-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  border-radius: 50%;
}

.news-highlights-scope .hover-underline:hover {
  text-decoration: underline;
}

/* Custom Arrow Button */
.news-highlights-scope .butn-arrow {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 24px;
  border: 1px solid #000;
  border-radius: 30px;
  transition: all 0.3s ease;
}

.news-highlights-scope .butn-arrow:hover {
  background: #000;
  color: #fff;
}

.news-highlights-scope .arrow-icon svg {
  width: 20px;
  height: 20px;
  stroke: currentColor;
}

/* Responsive Adjustments */
@media screen and (max-width: 992px) {
  .news-highlights-scope h1 { font-size: 2.5rem; }
  .news-highlights-scope .col-md-6 { width: 50%; }
}

@media screen and (max-width: 768px) {
  .news-highlights-scope h1 { font-size: 2rem; }
  .news-highlights-scope .col-md-6 { width: 100%; }
}
