.bank-news-page { padding-bottom: 3rem; }

.bank-news-breadcrumb { font-size: .82rem; }

/* Day archive — minimal layout */
.bank-news-day__date {
  font-size: 1.05rem;
  font-weight: 700;
  color: #64748b;
  text-align: center;
  margin: 0 0 1.5rem;
  letter-spacing: .02em;
}

.bank-news-spotlight {
  display: block;
  text-decoration: none;
  color: inherit;
  background: #fff;
  border-radius: 16px;
  border: 1px solid #e2e8f0;
  overflow: hidden;
  margin-bottom: 1.25rem;
  box-shadow: 0 4px 20px rgba(15, 23, 42, .06);
  transition: transform .2s, box-shadow .2s;
}

.bank-news-spotlight:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(15, 23, 42, .1);
}

.bank-news-spotlight__media {
  aspect-ratio: 21 / 9;
  background: #f1f5f9;
  overflow: hidden;
}

.bank-news-spotlight__media img,
.bank-news-list__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.bank-news-spotlight__placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #1e3a5f, #0f766e);
  color: rgba(255, 255, 255, .35);
  font-size: 3rem;
}

.bank-news-spotlight__body {
  padding: 1.15rem 1.35rem 1.25rem;
}

.bank-news-spotlight__badge {
  display: inline-flex;
  align-items: center;
  gap: .3rem;
  font-size: .72rem;
  font-weight: 700;
  color: #b45309;
  background: rgba(217, 119, 6, .12);
  padding: .25rem .65rem;
  border-radius: 100px;
  margin-bottom: .65rem;
}

.bank-news-spotlight__title {
  font-size: 1.1rem;
  font-weight: 800;
  line-height: 1.7;
  margin: 0 0 .5rem;
  color: #0f172a;
  transition: color .2s;
}

.bank-news-spotlight:hover .bank-news-spotlight__title {
  color: #2563eb;
}

.bank-news-spotlight__summary {
  font-size: .88rem;
  line-height: 1.75;
  color: #64748b;
  margin: 0 0 .75rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.bank-news-spotlight__cta {
  font-size: .82rem;
  font-weight: 700;
  color: #2563eb;
}

.bank-news-list--day {
  margin-bottom: 1.5rem;
}

.bank-news-pagination--day {
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: .75rem;
}

.bank-news-pagination__pages {
  display: flex;
  gap: .35rem;
  justify-content: center;
  flex: 1;
}

.bank-news-pagination__day {
  font-size: .82rem;
  font-weight: 600;
  color: #2563eb;
  text-decoration: none;
  white-space: nowrap;
  min-width: 72px;
}

.bank-news-pagination__day:hover {
  color: #1d4ed8;
}

.bank-news-pagination__day--muted {
  visibility: hidden;
}

@media (max-width: 576px) {
  .bank-news-spotlight__media {
    aspect-ratio: 16 / 9;
  }

  .bank-news-pagination--day {
    flex-direction: column;
  }

  .bank-news-pagination__day--muted {
    display: none;
  }
}

/* Archive page — light layout */
.bank-news-archive__logo {
  width: 56px;
  height: 56px;
  border-radius: 14px;
  object-fit: contain;
  background: #fff;
  padding: 4px;
  border: 1px solid rgba(0, 0, 0, .06);
  flex-shrink: 0;
}

.bank-news-archive__title {
  font-weight: 800;
  font-size: 1.25rem;
  margin: 0 0 .25rem;
  color: #0f172a;
}

.bank-news-archive__sub {
  font-size: .85rem;
  color: #64748b;
}

.bank-news-archive__filter-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  margin-bottom: .85rem;
}

.bank-news-archive__filter-label {
  font-size: .82rem;
  font-weight: 700;
  color: #475569;
  display: inline-flex;
  align-items: center;
  gap: .35rem;
}

.bank-news-archive__day-jump {
  display: flex;
  align-items: center;
  gap: .5rem;
  flex-wrap: wrap;
}

.bank-news-archive__day-btn {
  display: inline-flex;
  align-items: center;
  gap: .25rem;
  padding: .35rem .7rem;
  border-radius: 8px;
  font-size: .78rem;
  font-weight: 600;
  text-decoration: none;
  color: #2563eb;
  background: rgba(37, 99, 235, .08);
}

.bank-news-archive__day-btn:hover {
  background: rgba(37, 99, 235, .14);
}

.bank-news-archive__day-current {
  font-size: .82rem;
  font-weight: 700;
  color: #0f172a;
  padding: 0 .35rem;
}

.bank-news-days--archive {
  margin-bottom: .85rem;
}

.bank-news-archive__date-form {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .5rem;
  padding-top: .85rem;
  border-top: 1px solid #eef2f6;
}

/* Featured horizontal strip */
.bank-news-featured__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .75rem;
  margin-bottom: .85rem;
}

.bank-news-featured__title {
  font-size: 1rem;
  font-weight: 800;
  margin: 0;
  color: #0f172a;
  display: flex;
  align-items: center;
  gap: .4rem;
}

.bank-news-featured__title i {
  color: #d97706;
}

.bank-news-featured__hint {
  font-size: .72rem;
  color: #94a3b8;
  font-weight: 600;
}

.bank-news-featured__track {
  display: flex;
  gap: 1rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scroll-padding-inline: .25rem;
  padding-bottom: .35rem;
  -webkit-overflow-scrolling: touch;
}

.bank-news-featured__track::-webkit-scrollbar {
  height: 6px;
}

.bank-news-featured__track::-webkit-scrollbar-thumb {
  background: #cbd5e1;
  border-radius: 100px;
}

.bank-news-featured__card {
  flex: 0 0 min(300px, 82vw);
  scroll-snap-align: start;
  display: flex;
  flex-direction: column;
  text-decoration: none;
  color: inherit;
  background: #fff;
  border-radius: 16px;
  border: 1px solid rgba(0, 0, 0, .06);
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(15, 23, 42, .04);
  transition: transform .2s, box-shadow .2s;
}

.bank-news-featured__card:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 28px rgba(15, 23, 42, .08);
}

.bank-news-featured__img {
  aspect-ratio: 16 / 9;
  background: #f1f5f9;
  overflow: hidden;
}

.bank-news-featured__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.bank-news-featured__placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #e2e8f0, #cbd5e1);
  color: #64748b;
  font-size: 2rem;
}

.bank-news-featured__body {
  padding: .9rem 1rem 1rem;
}

.bank-news-featured__body time {
  font-size: .7rem;
  font-weight: 600;
  color: #94a3b8;
}

.bank-news-featured__body h3 {
  font-size: .92rem;
  font-weight: 700;
  line-height: 1.65;
  margin: .35rem 0 .4rem;
  color: #0f172a;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.bank-news-featured__body p {
  font-size: .78rem;
  line-height: 1.65;
  color: #64748b;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.bank-news-featured__card:hover h3 {
  color: #2563eb;
}

.bank-news-hero {
  background: linear-gradient(135deg, #0f172a 0%, #1e3a5f 55%, #0f766e 100%);
  color: #fff;
  padding: 2rem 0 2.25rem;
  margin-bottom: 2rem;
}

.bank-news-hero__inner {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}

.bank-news-hero__logo {
  width: 72px;
  height: 72px;
  border-radius: 18px;
  object-fit: contain;
  background: #fff;
  padding: 6px;
  flex-shrink: 0;
}

.bank-news-hero__title {
  font-weight: 800;
  font-size: clamp(1.35rem, 3vw, 1.85rem);
  margin: 0 0 .35rem;
  letter-spacing: -.02em;
}

.bank-news-hero__sub {
  margin: 0;
  opacity: .88;
  font-size: .95rem;
  max-width: 640px;
}

.bank-news-body { max-width: 1100px; }

.bank-news-toolbar {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  padding: 1rem 1.25rem;
  margin-bottom: 1.75rem;
  box-shadow: 0 2px 12px rgba(15, 23, 42, .04);
}

.bank-news-filter {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .65rem;
  margin-bottom: .75rem;
}

.bank-news-filter__label {
  font-size: .82rem;
  font-weight: 600;
  color: #64748b;
  margin: 0;
}

.bank-news-filter__input {
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  padding: .4rem .75rem;
  font-family: PeydaFaNum, Tahoma, sans-serif;
  font-size: .85rem;
}

.bank-news-days {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .4rem;
}

.bank-news-days__label {
  font-size: .75rem;
  font-weight: 600;
  color: #94a3b8;
}

.bank-news-days__pill {
  display: inline-block;
  padding: .25rem .65rem;
  border-radius: 100px;
  font-size: .75rem;
  font-weight: 600;
  text-decoration: none;
  color: #475569;
  background: #f1f5f9;
  border: 1px solid transparent;
  transition: all .2s;
}

.bank-news-days__pill:hover {
  background: #e2e8f0;
  color: #0f172a;
}

.bank-news-days__pill--active {
  background: #0f172a;
  color: #fff;
}

.bank-news-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1.25rem;
}

.bank-news-card {
  background: #fff;
  border-radius: 18px;
  border: 1px solid rgba(0, 0, 0, .05);
  overflow: hidden;
  transition: transform .25s, box-shadow .25s;
  height: 100%;
}

.bank-news-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 36px rgba(15, 23, 42, .08);
}

.bank-news-card__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
  color: inherit;
}

.bank-news-card__img-wrap {
  aspect-ratio: 16 / 9;
  overflow: hidden;
  background: #f8fafc;
}

.bank-news-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.bank-news-card__img-wrap--placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #1e3a5f, #0f766e);
  color: rgba(255, 255, 255, .35);
  font-size: 2.5rem;
}

.bank-news-card__body {
  padding: 1.1rem 1.25rem 1.25rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.bank-news-card__bank {
  display: inline-block;
  font-size: .7rem;
  font-weight: 700;
  color: #0f766e;
  text-decoration: none;
  margin-bottom: .35rem;
}

.bank-news-card__bank:hover {
  color: #115e59;
  text-decoration: underline;
}

.bank-news-card__date {
  font-size: .72rem;
  font-weight: 600;
  color: #94a3b8;
  margin-bottom: .45rem;
}

.bank-news-card__title {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.65;
  margin: 0 0 .5rem;
  color: #0f172a;
}

.bank-news-card__summary {
  font-size: .84rem;
  color: #64748b;
  line-height: 1.7;
  margin: 0 0 .75rem;
  flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.bank-news-card__cta {
  font-size: .78rem;
  font-weight: 700;
  color: #2563eb;
}

.bank-news-empty {
  text-align: center;
  padding: 3rem 1rem;
  color: #64748b;
}

.card.bank-news-empty .card-body,
.card.bank-news-empty {
  padding: 3rem 1.5rem;
}

.bank-news-empty i {
  font-size: 2.5rem;
  display: block;
  margin-bottom: .75rem;
  opacity: .4;
}

.bank-news-pagination {
  display: flex;
  justify-content: center;
  gap: .35rem;
  margin-top: 2rem;
}

.bank-news-pagination__item {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: .85rem;
  font-weight: 600;
  text-decoration: none;
  color: #64748b;
  background: #f8fafc;
}

.bank-news-pagination__item--active {
  background: #0f172a;
  color: #fff;
}

.bank-news-pagination__nav {
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-size: .85rem;
  text-decoration: none;
  color: #64748b;
  background: #f8fafc;
}

.bank-news-pagination__nav:hover {
  background: #e2e8f0;
  color: #0f172a;
}

.bank-news-back {
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid #e2e8f0;
}

.bank-news-back a {
  color: #2563eb;
  text-decoration: none;
  font-weight: 600;
  font-size: .88rem;
}

.bank-news-article__cover img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  display: block;
}

.bank-news-article__bank-badge {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  padding: .25rem .65rem;
  border-radius: 100px;
  background: rgba(37, 99, 235, .1);
  color: #2563eb;
  font-size: .75rem;
  font-weight: 700;
}

.bank-news-article__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  font-size: .82rem;
  color: #64748b;
  margin-bottom: 1rem;
}

.bank-news-article__lead {
  font-size: .95rem;
  line-height: 1.85;
  color: #475569;
  border-right: 3px solid #2563eb;
  padding-right: 1rem;
  margin-bottom: 1.25rem;
}

.bank-news-tag {
  background: rgba(15, 118, 110, .1);
  color: #0f766e;
  font-weight: 600;
}

.bank-news-section {
  margin-bottom: 2rem;
}

.bank-news-section__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
  flex-wrap: wrap;
}

.bank-news-section__title {
  font-weight: 800;
  font-size: 1.15rem;
  margin: 0;
  display: flex;
  align-items: center;
  gap: .5rem;
}

.bank-news-section__link {
  font-size: .85rem;
  font-weight: 600;
  color: #2563eb;
  text-decoration: none;
}

.bank-news-section__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 1rem;
}

/* List style — bank detail page */
.bank-news-list {
  display: flex;
  flex-direction: column;
  gap: 0;
  border: 1px solid #eef2f6;
  border-radius: 12px;
  overflow: hidden;
  background: #fafbfc;
}

.bank-news-list__item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1.15rem;
  text-decoration: none;
  color: inherit;
  border-bottom: 1px solid #eef2f6;
  background: #fff;
  transition: background .2s;
}

.bank-news-list__thumb {
  width: 88px;
  height: 66px;
  border-radius: 10px;
  overflow: hidden;
  flex-shrink: 0;
  background: #f1f5f9;
}

.bank-news-list__thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.bank-news-list__thumb-placeholder {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #1e3a5f, #0f766e);
  color: rgba(255, 255, 255, .45);
  font-size: 1.35rem;
}

.bank-news-list--page .bank-news-list__thumb {
  width: 112px;
  height: 78px;
}

.bank-news-list--page .bank-news-list__item {
  padding: 1.1rem 1.25rem;
}

.bank-news-list__item:last-child {
  border-bottom: none;
}

.bank-news-list__item:hover {
  background: #f8fafc;
}

.bank-news-list__item:hover .bank-news-list__title {
  color: #2563eb;
}

.bank-news-list__main {
  flex: 1;
  min-width: 0;
}

.bank-news-list__title {
  font-size: .92rem;
  font-weight: 700;
  line-height: 1.65;
  margin: 0 0 .35rem;
  color: #0f172a;
  transition: color .2s;
}

.bank-news-list__summary {
  font-size: .8rem;
  line-height: 1.7;
  color: #64748b;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.bank-news-list__meta {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: .35rem;
  flex-shrink: 0;
  font-size: .72rem;
  font-weight: 600;
  color: #94a3b8;
  white-space: nowrap;
}

.bank-news-list__arrow {
  color: #cbd5e1;
  font-size: .85rem;
}

.bank-news-list__item:hover .bank-news-list__arrow {
  color: #2563eb;
}

.bank-news-list__item--important {
  border-inline-start: 3px solid #059669;
  padding-inline-start: calc(1.15rem - 1px);
}

.bank-news-list__item--important:hover {
  background: #f8fafc;
}

.bank-news-list__title-row {
  display: flex;
  align-items: flex-start;
  gap: .5rem;
  flex-wrap: wrap;
}

.bank-news-list__title-row .bank-news-list__title {
  flex: 1;
  min-width: 0;
  margin: 0;
}

.bank-news-list__badge {
  flex-shrink: 0;
  font-size: .65rem;
  font-weight: 600;
  color: #059669;
  background: rgba(5, 150, 105, .08);
  padding: .15rem .5rem;
  border-radius: 5px;
  line-height: 1.4;
  margin-top: .15rem;
}

@media (max-width: 576px) {
  .bank-news-list__item {
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .bank-news-list__thumb {
    width: 72px;
    height: 54px;
  }

  .bank-news-list__meta {
    flex-direction: row;
    align-items: center;
    width: 100%;
    justify-content: space-between;
  }
}

@media (max-width: 576px) {
  .bank-news-archive__filter-top {
    flex-direction: column;
    align-items: flex-start;
  }

  .bank-news-hero__inner {
    flex-direction: column;
    align-items: flex-start;
  }
}
