/*!******************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!../Osoool/src/sass/page-bundles/news.scss ***!
  \******************************************************************************************************************************************************************************************/
.inner-page-content {
  padding-top: 3.5rem;
}

:is(.announcement-filter-trigger-wrap,
.learning-filter-trigger-wrap,
.news-filter-trigger-wrap,
.service-filter-trigger-wrap) {
  position: relative;
}

:is(.announcement-filter-trigger,
.learning-filter-trigger,
.news-filter-trigger,
.service-filter-trigger) {
  padding-inline: 1.25rem;
  white-space: nowrap;
}

:is(.announcement-filter-menu,
.learning-filter-menu,
.news-filter-menu,
.service-filter-menu) {
  border: 0;
  border-radius: 1rem;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.14);
}

.news-filter-card,
.news-article-card,
.news-side-card {
  border: 0;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
}

.news-card {
  border: 0;
  border-radius: 1.5rem;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.news-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 24px 50px rgba(15, 23, 42, 0.14);
}

.news-card-media {
  display: block;
  overflow: hidden;
}

.news-card-media img {
  width: 100%;
  height: 240px;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.news-card:hover .news-card-media img {
  transform: scale(1.05);
}

.news-card-excerpt {
  color: var(--bs-gray-500);
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1.9;
}

.news-card .card-body > a:not(.btn) {
  font-size: 1.15rem;
  font-weight: 600;
  line-height: 1.6;
}

.news-pagination .page-link {
  border-radius: 0.85rem;
  margin-inline: 0.2rem;
  min-width: 42px;
  text-align: center;
}

.news-hero-image {
  width: 100%;
  height: 440px;
  object-fit: cover;
  border-radius: 1.5rem;
}

.news-article-meta {
  row-gap: 0.75rem;
}

.news-article-content {
  color: #4b5675;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 2.15;
}

.news-article-content p {
  margin-bottom: 1.5rem;
}

.news-quote {
  border-inline-start: 5px solid #0d6efd;
  background: linear-gradient(-135deg, rgba(13, 110, 253, 0.08), rgba(13, 110, 253, 0.02));
  border-radius: 1.25rem;
}

.news-share .btn {
  min-width: 46px;
}

.news-related-item {
  border-bottom: 1px dashed #dbdfe9;
  padding-bottom: 1.5rem;
  margin-bottom: 1.5rem;
}

.news-related-item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.news-related-thumb {
  width: 92px;
  height: 92px;
  object-fit: cover;
  border-radius: 1rem;
  flex-shrink: 0;
}

.news-engagement-section {
  border-top: 1px solid #e4e6ef;
}

.news-engagement-topbar {
  padding: 1.5rem;
  border-radius: 1.5rem;
  background: linear-gradient(-180deg, #fcfcfd, #f5f8fa);
  border: 1px solid #eef1f5;
}

.news-engagement-label {
  display: inline-flex;
  align-items: center;
  padding: 0.45rem 0.9rem;
  border-radius: 999px;
  background: rgba(13, 110, 253, 0.08);
  color: var(--bs-primary);
  font-size: 0.82rem;
  font-weight: 800;
}

.news-engagement-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.news-stat-chip {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  padding: 0.9rem 1rem;
  min-width: 130px;
  border-radius: 1.1rem;
  background: #ffffff;
  border: 1px solid #e9edf3;
}

.news-reaction-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
}

.news-reaction-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  padding: 0.95rem 1.35rem;
  border: 1px solid #dfe5ef;
  border-radius: 999px;
  background: #ffffff;
  color: #3f4254;
  font-weight: 700;
  transition: all 0.2s ease;
}

.news-reaction-btn:hover,
.news-reaction-btn:focus {
  transform: translateY(-2px);
  border-color: #b5c5ff;
  color: var(--bs-primary);
  box-shadow: 0 10px 24px rgba(13, 110, 253, 0.12);
}

.news-reaction-btn.is-active {
  background: rgba(13, 110, 253, 0.08);
  border-color: rgba(13, 110, 253, 0.22);
  color: var(--bs-primary);
}

.news-reaction-btn-down {
  color: var(--bs-danger);
  background: var(--bs-danger-light);
  border-color: rgba(241, 65, 108, 0.12);
}

.news-reaction-btn-down:hover,
.news-reaction-btn-down:focus,
.news-reaction-btn-down.is-active {
  border-color: rgba(241, 65, 108, 0.28);
  color: var(--bs-danger);
  background: var(--bs-danger-light);
}

.news-comment-form-card,
.news-comments-card {
  padding: 1.6rem;
  border: 1px solid #eef1f5;
  border-radius: 1.5rem;
  background: linear-gradient(-180deg, #ffffff, #fbfcfe);
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.06);
}

.news-comment-form .form-control {
  border-radius: 1rem;
  border: 1px solid transparent;
  background-color: #f5f8fa;
}

.news-comment-form .form-control:focus {
  border-color: rgba(13, 110, 253, 0.22);
  background-color: #ffffff;
}

.news-comments-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.news-comment-item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1.15rem;
  border-radius: 1.25rem;
  background: #ffffff;
  border: 1px solid #edf2f7;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.news-comment-item:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 24px rgba(15, 23, 42, 0.07);
}

.news-comment-item.is-new {
  border-color: rgba(13, 110, 253, 0.28);
  box-shadow: 0 16px 30px rgba(13, 110, 253, 0.12);
}

.news-comment-avatar {
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 50%;
  background: rgba(13, 110, 253, 0.1);
  color: var(--bs-primary);
  font-size: 1rem;
  font-weight: 800;
}

.news-comment-body {
  flex: 1;
  min-width: 0;
}

.news-comment-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.news-comment-vote {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.55rem 0.85rem;
  border: 1px solid #e4e6ef;
  border-radius: 999px;
  background: #f8fafc;
  color: #5e6278;
  font-weight: 700;
  transition: all 0.2s ease;
}

.news-comment-vote:hover,
.news-comment-vote:focus {
  border-color: rgba(13, 110, 253, 0.25);
  color: var(--bs-primary);
  background: #ffffff;
}

.news-comment-vote.is-active {
  background: rgba(13, 110, 253, 0.08);
  border-color: rgba(13, 110, 253, 0.22);
  color: var(--bs-primary);
}

.news-comment-vote-down {
  background: var(--bs-danger-light);
  color: var(--bs-danger);
}

.news-comment-vote-down:hover,
.news-comment-vote-down:focus,
.news-comment-vote-down.is-active {
  border-color: rgba(241, 65, 108, 0.28);
  color: var(--bs-danger);
  background: var(--bs-danger-light);
}

.news-comments-empty {
  padding: 2rem 1rem;
  border-radius: 1.5rem;
  border: 1px dashed #d8dee9;
  background: #f8fafc;
  text-align: center;
}

.news-back-btn {
  border-radius: 999px;
}

.news-section-title {
  position: relative;
  padding-inline-start: 1rem;
}

.news-section-title::before {
  content: "";
  position: absolute;
  inset-inline-start: 0;
  top: 0.3rem;
  bottom: 0.3rem;
  width: 4px;
  border-radius: 999px;
  background: linear-gradient(-180deg, #0d6efd, #20c997);
}

.news-sidebar-sticky {
  position: sticky;
  top: 120px;
}

@media (max-width: 991.98px) {
  .inner-page-content {
    padding-top: 2.5rem;
  }
  .news-hero-image {
    height: 320px;
  }
  .news-sidebar-sticky {
    position: static;
  }
  .news-engagement-stats {
    justify-content: flex-start;
  }
}
@media (max-width: 767.98px) {
  .news-card-media img {
    height: 220px;
  }
  .news-hero-image {
    height: 260px;
  }
  .news-comment-item {
    flex-direction: column;
  }
  .news-reaction-btn,
  .news-stat-chip {
    width: 100%;
  }
  .news-comment-form-card,
  .news-comments-card,
  .news-engagement-topbar {
    padding: 1.25rem;
  }
}
