/* Giao diện riêng cho trang Giới thiệu.
   Mọi quy tắc đều được giới hạn trong #aboutView để không ảnh hưởng header,
   footer hoặc các trang chức năng khác. */

#aboutView.about-modern-page {
  --about-red: #c90012;
  --about-red-dark: #8f0611;
  --about-red-soft: #fff2f2;
  --about-gold: #ffd83d;
  --about-ink: #101828;
  --about-muted: #5f6c80;
  --about-line: #e8edf3;
  --about-shadow: 0 14px 40px rgba(15, 23, 42, 0.08);
  color: var(--about-ink);
  font-family: "Be Vietnam Pro", "Inter", sans-serif;
}

#aboutView *,
#aboutView *::before,
#aboutView *::after {
  box-sizing: border-box;
}

#aboutView button,
#aboutView input,
#aboutView select,
#aboutView textarea {
  font-family: "Be Vietnam Pro", "Inter", sans-serif;
}

/* Banner lời dạy */
#aboutView .about-quote-ton-chi-banner {
  position: relative;
  min-height: 220px;
  margin: 0 0 18px;
  padding: 40px clamp(28px, 6vw, 86px);
  overflow: hidden;
  border: 0;
  border-radius: 0 0 22px 22px;
  background:
    radial-gradient(circle at 13% 38%, rgba(255, 216, 61, 0.17), transparent 22%),
    radial-gradient(circle at 86% 15%, rgba(255, 255, 255, 0.12), transparent 25%),
    linear-gradient(118deg, #76020c 0%, #b40612 52%, #d4261c 100%);
  box-shadow: 0 16px 35px rgba(143, 6, 17, 0.2);
  isolation: isolate;
}

#aboutView .about-quote-ton-chi-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.28;
  background-image:
    linear-gradient(30deg, transparent 48%, rgba(255,255,255,.13) 49%, rgba(255,255,255,.13) 51%, transparent 52%),
    linear-gradient(150deg, transparent 48%, rgba(255,255,255,.08) 49%, rgba(255,255,255,.08) 51%, transparent 52%);
  background-size: 72px 42px;
  mask-image: linear-gradient(to left, #000 0%, transparent 70%);
}

#aboutView .about-quote-ton-chi-banner::after {
  content: "\f4d8";
  position: absolute;
  right: 5%;
  bottom: -32px;
  z-index: -1;
  color: rgba(255, 216, 61, 0.12);
  font: 900 190px/1 "Font Awesome 6 Free";
}

#aboutView .about-quote-banner-content {
  width: min(980px, 100%);
  margin: 0 auto;
  text-align: center;
}

#aboutView .gold-star-emblem {
  display: none;
}

#aboutView .about-quote-kicker {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 14px;
  padding: 7px 14px;
  border: 1px solid rgba(255, 216, 61, 0.46);
  border-radius: 999px;
  color: var(--about-gold);
  background: rgba(75, 0, 7, 0.2);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

#aboutView .about-quote-kicker::before {
  content: "\f005";
  font: 900 0.72rem/1 "Font Awesome 6 Free";
}

#aboutView .about-quote-banner-text {
  max-width: 900px;
  margin: 0 auto 17px;
  color: #fff8df;
  font-family: "Be Vietnam Pro", "Inter", sans-serif;
  font-size: clamp(1.2rem, 2.1vw, 1.85rem);
  font-style: italic;
  font-weight: 750;
  line-height: 1.55;
  text-wrap: balance;
}

#aboutView .about-quote-banner-meta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
}

#aboutView .about-quote-banner-meta .author {
  color: var(--about-gold);
  font-size: 0.86rem;
  font-weight: 850;
  letter-spacing: 0.04em;
}

#aboutView .about-quote-banner-meta .source {
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.78rem;
}

/* Điều hướng ba trang con */
#aboutView .about-tabs-container {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin: 0 0 24px;
  padding: 8px;
  border: 1px solid var(--about-line);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06);
}

#aboutView .about-tab-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 50px;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 11px;
  color: #465267;
  font-size: 0.9rem;
  font-weight: 750;
  white-space: nowrap;
}

#aboutView .about-tab-btn i {
  color: var(--about-red);
}

#aboutView .about-tab-btn.active {
  border-color: #a60713;
  background: linear-gradient(135deg, #8f0611, #d50016);
  box-shadow: 0 8px 18px rgba(185, 0, 18, 0.2);
}

#aboutView .about-tab-btn.active i {
  color: var(--about-gold);
}

#aboutView .about-tab-content > .card-section {
  border: 0;
  background: transparent;
  box-shadow: none;
}

#aboutView .about-general-shell {
  display: flex;
  flex-direction: column;
  gap: 0;
  padding: 0;
}

/* Đưa ba thông tin nhanh lên trước phần lịch sử như bố cục tham chiếu */
#aboutView .about-highlight-banner {
  order: -2;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin: 0 0 24px;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

#aboutView .about-banner-item,
#aboutView .about-banner-item.slogan {
  position: relative;
  min-height: 142px;
  padding: 24px 22px 22px 82px;
  align-items: flex-start;
  justify-content: flex-start;
  overflow: hidden;
  border: 1px solid var(--about-line);
  border-left: 1px solid var(--about-line);
  border-radius: 15px;
  text-align: left;
  color: var(--about-ink);
  background: #fff;
  box-shadow: 0 9px 28px rgba(15, 23, 42, 0.06);
}

#aboutView .about-banner-item::before {
  position: absolute;
  left: 22px;
  top: 24px;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 12px;
  color: #fff;
  background: linear-gradient(135deg, var(--about-red-dark), var(--about-red));
  box-shadow: 0 8px 18px rgba(201, 0, 18, 0.2);
  font: 900 1.05rem/1 "Font Awesome 6 Free";
}

#aboutView .about-banner-item:nth-child(1)::before { content: "\f024"; }
#aboutView .about-banner-item:nth-child(2)::before { content: "\f091"; }
#aboutView .about-banner-item:nth-child(3)::before { content: "\f001"; }

#aboutView .about-banner-item h4,
#aboutView .about-banner-item.slogan h4 {
  margin: 0 0 8px;
  color: var(--about-red-dark) !important;
  font-size: 0.78rem;
  letter-spacing: 0.05em;
}

#aboutView .about-banner-item .val,
#aboutView .about-banner-item.slogan .val {
  color: var(--about-ink);
  font-size: 0.96rem;
  font-weight: 800;
  line-height: 1.5;
}

#aboutView .about-banner-item .desc {
  margin-top: 5px;
  color: var(--about-muted);
  font-size: 0.8rem;
  line-height: 1.5;
}

/* Lịch sử hình thành */
#aboutView .about-hero-card {
  order: -1;
  margin: 0 0 34px;
  padding: 0;
  overflow: hidden;
  border: 1px solid var(--about-line);
  border-radius: 18px;
  color: var(--about-ink);
  background: #fff;
  box-shadow: var(--about-shadow);
}

#aboutView .about-hero-card::before {
  top: auto;
  right: -60px;
  bottom: -170px;
  width: 520px;
  height: 520px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(201,0,18,.17), rgba(201,0,18,.02) 55%, transparent 70%);
}

#aboutView .about-hero-card::after {
  content: "";
  position: absolute;
  right: -7%;
  bottom: -115px;
  width: 47%;
  height: 240px;
  border-radius: 55% 45% 0 0;
  background: linear-gradient(135deg, #82030d, #e0081d);
  transform: rotate(-5deg);
}

#aboutView .about-hero-container {
  position: relative;
  z-index: 1;
  grid-template-columns: minmax(0, 1.65fr) minmax(230px, .75fr);
  gap: 38px;
  padding: 36px;
}

#aboutView .about-hero-text h3 {
  margin: 0 0 18px;
  padding: 0 0 12px;
  border-bottom: 2px solid var(--about-red);
  color: var(--about-red-dark);
  font-size: clamp(1.3rem, 2.1vw, 1.75rem);
}

#aboutView .about-hero-text p {
  margin-bottom: 13px;
  color: #344054;
  font-size: 0.9rem;
  line-height: 1.75;
}

#aboutView .about-hero-logo {
  position: relative;
  z-index: 2;
  width: min(220px, 100%);
  height: auto;
  aspect-ratio: 1;
  padding: 10px;
  border: 8px solid rgba(255,255,255,.94);
  background: #fff;
  box-shadow: 0 18px 35px rgba(91, 0, 8, 0.25);
}

#aboutView .about-hero-logo:hover {
  transform: scale(1.025);
}

/* Tiêu đề các khối */
#aboutView .about-section-heading {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin: 4px 0 21px;
  padding: 0 0 14px;
  border: 0;
  color: var(--about-red-dark);
  font-family: "Be Vietnam Pro", "Inter", sans-serif;
  font-size: clamp(1.08rem, 1.7vw, 1.35rem);
  font-weight: 850;
  letter-spacing: 0.025em;
  text-align: center;
  text-transform: uppercase;
}

#aboutView .about-section-heading::after {
  content: "";
  position: absolute;
  width: 90px;
  height: 2px;
  margin-top: 49px;
  border-radius: 99px;
  background: linear-gradient(90deg, transparent, var(--about-gold), transparent);
}

#aboutView .about-section-heading i {
  color: var(--about-red);
}

/* Nhiệm vụ */
#aboutView .about-task-card {
  min-height: 210px;
  padding: 26px 24px;
  border-color: var(--about-line);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 9px 28px rgba(15, 23, 42, 0.06);
}

#aboutView .about-task-icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  color: #fff;
  background: linear-gradient(135deg, var(--about-red-dark), var(--about-red));
}

#aboutView .about-task-content h4 {
  color: var(--about-red-dark);
  font-size: 1rem;
}

#aboutView .about-task-content p {
  color: #465267;
  font-size: 0.84rem;
  line-height: 1.7;
}

/* Sơ đồ tổ chức */
#aboutView .about-org-section {
  display: grid;
  grid-template-columns: .9fr 1.15fr .9fr;
  gap: 18px;
  margin-bottom: 36px;
  align-items: stretch;
}

#aboutView .about-org-card {
  position: relative;
  height: 100%;
  padding: 24px;
  border: 1px solid rgba(201, 0, 18, 0.16);
  border-radius: 16px;
  background: linear-gradient(180deg, #fff 0%, #fffafa 100%);
  box-shadow: 0 9px 28px rgba(15, 23, 42, 0.05);
}

#aboutView .about-org-card::before {
  content: "";
  position: absolute;
  top: -5px;
  left: 50%;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--about-gold);
  box-shadow: 0 0 0 5px #fff;
  transform: translateX(-50%);
}

#aboutView .about-org-card h3 {
  border-bottom-color: rgba(201, 0, 18, 0.18);
  text-align: center;
  font-size: 0.92rem;
}

#aboutView .about-covan-item,
#aboutView .about-bdh-row {
  border-color: var(--about-line);
  background: #fff;
}

#aboutView .about-department-list {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

#aboutView .about-department-list li {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 11px 12px;
  border: 1px solid var(--about-line);
  border-radius: 10px;
  color: #344054;
  background: #fff;
  font-size: 0.86rem;
  font-weight: 700;
}

#aboutView .about-department-list i {
  display: grid;
  width: 30px;
  height: 30px;
  place-items: center;
  flex: 0 0 30px;
  border-radius: 8px;
  color: var(--about-red);
  background: var(--about-red-soft);
}

/* Nhận diện */
#aboutView .about-identity-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 38px;
}

#aboutView .about-identity-card {
  overflow: hidden;
  border: 1px solid var(--about-line);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 9px 28px rgba(15, 23, 42, 0.06);
}

#aboutView .about-identity-img-wrap {
  aspect-ratio: 4 / 3;
  height: auto;
  padding: 12px;
  background: linear-gradient(145deg, #fff9f9, #f8fafc);
}

#aboutView .about-identity-img-wrap img {
  object-fit: contain;
}

#aboutView .about-identity-card h4 {
  padding: 0 18px;
  color: var(--about-red-dark);
  font-size: 0.9rem;
}

#aboutView .about-identity-card p {
  padding: 0 18px 20px;
  color: #586579;
  font-size: 0.78rem;
  line-height: 1.65;
  text-align: justify;
}

/* Kỷ vật */
#aboutView .about-souvenir-section {
  grid-template-columns: minmax(230px, .7fr) minmax(0, 1.6fr);
  gap: 30px;
  padding: 28px;
  border: 1px solid rgba(194, 126, 20, 0.2);
  border-radius: 18px;
  background:
    radial-gradient(circle at 90% 0, rgba(255,216,61,.18), transparent 30%),
    linear-gradient(135deg, #fffaf0, #fff);
  box-shadow: 0 12px 32px rgba(120, 74, 10, 0.08);
}

#aboutView .souvenir-img-frame {
  border-radius: 12px;
  background: #fff;
}

#aboutView .souvenir-title {
  color: var(--about-red-dark);
}

/* Hero chung cho Báo chí và Khen thưởng */
#aboutView .about-data-shell {
  padding: 0;
}

#aboutView .about-data-hero {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 20px;
  align-items: center;
  margin-bottom: 26px;
  padding: 30px;
  overflow: hidden;
  border-radius: 18px;
  color: #fff;
  background:
    radial-gradient(circle at 82% 15%, rgba(255,216,61,.2), transparent 26%),
    linear-gradient(125deg, #7c020c, #c90012 65%, #e12a20);
  box-shadow: 0 14px 34px rgba(143, 6, 17, 0.2);
}

#aboutView .about-data-hero-icon {
  display: grid;
  width: 64px;
  height: 64px;
  place-items: center;
  border: 1px solid rgba(255,255,255,.3);
  border-radius: 18px;
  color: var(--about-gold);
  background: rgba(255,255,255,.1);
  font-size: 1.7rem;
}

#aboutView .about-data-kicker {
  color: var(--about-gold);
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

#aboutView .about-data-hero h2 {
  margin: 5px 0 7px;
  color: #fff;
  font-size: clamp(1.35rem, 2.2vw, 1.9rem);
}

#aboutView .about-data-hero p {
  max-width: 760px;
  margin: 0;
  color: rgba(255,255,255,.82);
  font-size: .86rem;
  line-height: 1.65;
}

#aboutView .about-data-count {
  display: flex;
  min-width: 100px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 14px 18px;
  border: 1px solid rgba(255,255,255,.3);
  border-radius: 14px;
  background: rgba(75, 0, 7, .22);
}

#aboutView .about-data-count strong {
  color: var(--about-gold);
  font-size: 1.7rem;
  line-height: 1;
}

#aboutView .about-data-count span {
  margin-top: 5px;
  color: rgba(255,255,255,.8);
  font-size: .72rem;
  font-weight: 700;
  text-transform: uppercase;
}

/* Báo chí */
#aboutView .about-press-grid,
#aboutView .about-awards-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin-top: 0;
}

#aboutView .press-card,
#aboutView .award-card {
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.07);
}

#aboutView .press-card {
  display: grid;
  grid-template-columns: 180px minmax(0, 1fr);
  min-height: 230px;
}

#aboutView .press-card-img-wrap {
  width: 180px;
  height: 100%;
  min-height: 230px;
  border: 0;
}

#aboutView .press-card-content {
  padding: 20px;
}

#aboutView .press-title {
  font-size: .98rem;
}

#aboutView .press-summary {
  -webkit-line-clamp: 4;
  line-clamp: 4;
  color: var(--about-muted);
  font-size: .8rem;
}

#aboutView .press-link-action,
#aboutView .award-action-link {
  color: var(--about-red);
}

/* Khen thưởng */
#aboutView .award-card {
  border-top: 4px solid #e2b92f;
}

#aboutView .award-card-img-wrap {
  height: 240px;
  background:
    radial-gradient(circle at 50% 20%, rgba(255,216,61,.18), transparent 45%),
    #f8fafc;
}

#aboutView .award-card-content {
  padding: 22px;
}

#aboutView .award-title {
  color: var(--about-ink);
}

@media (min-width: 1500px) {
  #aboutView .about-press-grid,
  #aboutView .about-awards-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  #aboutView .press-card {
    grid-template-columns: 150px minmax(0, 1fr);
  }

  #aboutView .press-card-img-wrap {
    width: 150px;
  }
}

@media (max-width: 1100px) {
  #aboutView .about-highlight-banner,
  #aboutView .about-identity-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #aboutView .about-org-section {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #aboutView .about-org-departments {
    grid-column: 1 / -1;
  }

  #aboutView .about-department-list {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  #aboutView .about-press-grid,
  #aboutView .about-awards-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  #aboutView.about-modern-page {
    padding-bottom: 8px;
  }

  #aboutView .about-quote-ton-chi-banner {
    min-height: auto;
    margin-bottom: 14px;
    padding: 28px 18px;
    border-radius: 0 0 16px 16px;
  }

  #aboutView .about-quote-ton-chi-banner::after {
    right: -18px;
    bottom: -16px;
    font-size: 100px;
  }

  #aboutView .about-quote-kicker {
    margin-bottom: 11px;
    padding: 6px 11px;
    font-size: .64rem;
  }

  #aboutView .about-quote-banner-text {
    margin-bottom: 13px;
    font-size: 1rem;
    line-height: 1.55;
  }

  #aboutView .about-quote-banner-meta .author {
    font-size: .72rem;
  }

  #aboutView .about-quote-banner-meta .source {
    font-size: .65rem;
  }

  #aboutView .about-tabs-container {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 8px;
    margin: 0 10px 18px;
    padding: 7px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
  }

  #aboutView .about-tabs-container::-webkit-scrollbar {
    display: none;
  }

  #aboutView .about-tab-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: auto;
    min-width: max-content;
    min-height: 44px;
    padding: 9px 14px;
    flex-shrink: 0;
    white-space: nowrap;
    scroll-snap-align: start;
    font-size: .76rem;
  }

  #aboutView .about-tab-btn span {
    white-space: nowrap;
  }

  #aboutView .about-tab-content > .card-section {
    padding: 0 10px;
  }

  #aboutView .about-highlight-banner,
  #aboutView .about-identity-grid,
  #aboutView .about-org-section,
  #aboutView .about-press-grid,
  #aboutView .about-awards-grid {
    grid-template-columns: 1fr;
  }

  #aboutView .about-highlight-banner {
    gap: 10px;
    margin-bottom: 16px;
  }

  #aboutView .about-banner-item,
  #aboutView .about-banner-item.slogan {
    min-height: 112px;
    padding: 18px 16px 17px 67px;
    border-radius: 13px;
  }

  #aboutView .about-banner-item::before {
    top: 18px;
    left: 16px;
    width: 38px;
    height: 38px;
  }

  #aboutView .about-banner-item .val,
  #aboutView .about-banner-item.slogan .val {
    font-size: .84rem;
  }

  #aboutView .about-banner-item .desc {
    font-size: .72rem;
  }

  #aboutView .about-hero-card {
    margin-bottom: 26px;
    border-radius: 15px;
  }

  #aboutView .about-hero-card::after {
    right: -45%;
    bottom: -170px;
    width: 110%;
  }

  #aboutView .about-hero-container {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 22px 18px;
  }

  #aboutView .about-hero-container > div:last-child {
    grid-row: 1;
  }

  #aboutView .about-hero-logo {
    width: 150px;
    border-width: 5px;
  }

  #aboutView .about-hero-text h3 {
    display: block;
    font-size: 1.15rem;
    text-align: center;
  }

  #aboutView .about-hero-text p {
    font-size: .79rem;
    line-height: 1.72;
  }

  #aboutView .about-section-heading {
    margin-bottom: 17px;
    font-size: .97rem;
  }

  #aboutView .about-section-heading::after {
    margin-top: 43px;
  }

  #aboutView .about-general-shell > div[style*="grid-template-columns"] {
    grid-template-columns: 1fr !important;
    gap: 12px !important;
  }

  #aboutView .about-task-card {
    min-height: 0;
    padding: 19px 16px;
    gap: 13px;
  }

  #aboutView .about-task-icon {
    width: 44px;
    height: 44px;
    font-size: 1.25rem;
  }

  #aboutView .about-task-content h4 {
    font-size: .9rem;
  }

  #aboutView .about-task-content p {
    font-size: .76rem;
    line-height: 1.65;
  }

  #aboutView .about-org-section {
    gap: 12px;
  }

  #aboutView .about-org-departments {
    grid-column: auto;
  }

  #aboutView .about-org-card {
    padding: 19px 16px;
  }

  #aboutView .about-department-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #aboutView .about-department-list li {
    padding: 9px;
    font-size: .7rem;
  }

  #aboutView .about-identity-card h4 {
    font-size: .84rem;
  }

  #aboutView .about-identity-card p {
    font-size: .73rem;
  }

  #aboutView .about-souvenir-section {
    display: grid;
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 18px 15px;
  }

  #aboutView .souvenir-img-frame {
    max-width: 220px;
    margin: 0 auto;
  }

  #aboutView .about-data-hero {
    grid-template-columns: auto minmax(0, 1fr);
    gap: 14px;
    margin-bottom: 16px;
    padding: 20px 16px;
    border-radius: 15px;
  }

  #aboutView .about-data-hero-icon {
    width: 48px;
    height: 48px;
    border-radius: 13px;
    font-size: 1.25rem;
  }

  #aboutView .about-data-hero h2 {
    font-size: 1.14rem;
  }

  #aboutView .about-data-hero p {
    grid-column: 1 / -1;
    font-size: .74rem;
  }

  #aboutView .about-data-count {
    grid-column: 1 / -1;
    min-width: 0;
    flex-direction: row;
    gap: 8px;
    padding: 9px 13px;
  }

  #aboutView .about-data-count strong {
    font-size: 1.1rem;
  }

  #aboutView .about-data-count span {
    margin-top: 0;
  }

  #aboutView .press-card {
    display: flex;
    min-height: 0;
  }

  #aboutView .press-card-img-wrap {
    width: 100%;
    height: 190px;
    min-height: 190px;
  }

  #aboutView .press-card-content,
  #aboutView .award-card-content {
    padding: 17px;
  }

  #aboutView .press-card-header {
    align-items: flex-start;
  }

  #aboutView .press-source-badge {
    max-width: 155px;
  }

  #aboutView .press-title,
  #aboutView .award-title {
    font-size: .9rem;
  }

  #aboutView .award-card-img-wrap {
    height: 215px;
  }
}

@media (max-width: 390px) {
  #aboutView .about-department-list {
    grid-template-columns: 1fr;
  }

  #aboutView .about-tab-btn {
    font-size: .71rem;
  }
}
