html {
  scroll-behavior: smooth;
}

/* Final bright theme overrides */
body {
  background:
    radial-gradient(circle at top left, rgba(246, 183, 60, 0.18), transparent 34rem),
    linear-gradient(180deg, #f7fcfb 0%, #eef8f5 48%, #ffffff 100%) !important;
  color: var(--hoi-text) !important;
}

.custom-navbar {
  background: rgba(255, 255, 255, 0.94) !important;
  border-bottom: 1px solid rgba(15, 139, 141, 0.12);
  box-shadow: 0 6px 22px rgba(15, 95, 104, 0.08) !important;
}

.custom-navbar .nav-link:hover {
  color: var(--hoi-primary) !important;
}

.banner-img {
  filter: brightness(0.9) saturate(1.16) !important;
}

.banner-overlay {
  background: rgba(15, 139, 141, 0.18) !important;
  border: 1px solid rgba(255, 255, 255, 0.38);
  box-shadow: 0 18px 42px rgba(11, 95, 104, 0.24) !important;
}

.banner-overlay .btn,
.btn-main,
.brief-link {
  background: linear-gradient(135deg, var(--hoi-secondary), #ffd766) !important;
  color: #432818 !important;
}

.countdown,
.current-exam-box {
  background: linear-gradient(135deg, #ffffff, var(--hoi-sand)) !important;
  border: 1px solid #f3db93;
  color: var(--hoi-primary-dark) !important;
  box-shadow: var(--hoi-shadow) !important;
}

.time-box,
.exam-item,
.brief-stats div,
.brief-panel,
.timeline-item,
.card,
.guide-item {
  border: 1px solid var(--hoi-border) !important;
  background: rgba(255, 255, 255, 0.94) !important;
  box-shadow: var(--hoi-shadow) !important;
}

.section-title,
.brief-heading h2,
.brief-panel h3,
.reward-strip b,
.guide-item summary {
  color: var(--hoi-primary-dark) !important;
}

.brief-heading span {
  background: var(--hoi-mint) !important;
  color: var(--hoi-primary-dark) !important;
}

.brief-stats strong,
.guide-title {
  color: var(--hoi-accent) !important;
}

.brief-panel {
  border-top-color: var(--hoi-primary) !important;
}

.schedule-card {
  background: linear-gradient(135deg, var(--hoi-primary), #29b6a8) !important;
}

.reward-strip,
.timeline-item.active {
  background: var(--hoi-sand) !important;
  border-color: #f3d783 !important;
}

.guide-item summary::after {
  border-top-color: var(--hoi-accent) !important;
}

.gallery-track img {
  filter: saturate(1.12) brightness(1.04);
}

.gallery-reel::before {
  background: linear-gradient(to right, var(--hoi-bg), transparent) !important;
}

.gallery-reel::after {
  background: linear-gradient(to left, var(--hoi-bg), transparent) !important;
}

footer {
  background: linear-gradient(135deg, #e8f7f3, #fff1c2) !important;
  border-top: 1px solid var(--hoi-border);
}

footer h5 {
  color: var(--hoi-primary-dark) !important;
}

/* Hoi An bright theme */
:root {
  --hoi-bg: #f7fcfb;
  --hoi-surface: #ffffff;
  --hoi-primary: #0f8b8d;
  --hoi-primary-dark: #0b5f68;
  --hoi-secondary: #f6b73c;
  --hoi-accent: #e94f37;
  --hoi-mint: #e8f7f3;
  --hoi-sand: #fff7df;
  --hoi-border: #d9ece8;
  --hoi-text: #1f2933;
  --hoi-muted: #52616b;
  --hoi-shadow: 0 10px 28px rgba(15, 139, 141, 0.12);
}

body {
  background:
    radial-gradient(circle at top left, rgba(246, 183, 60, 0.18), transparent 34rem),
    linear-gradient(180deg, #f7fcfb 0%, #eef8f5 48%, #ffffff 100%);
  color: var(--hoi-text);
}

.custom-navbar {
  background: rgba(255, 255, 255, 0.94) !important;
  border-bottom: 1px solid rgba(15, 139, 141, 0.12);
  box-shadow: 0 6px 22px rgba(15, 95, 104, 0.08);
}

.custom-navbar .nav-link:hover {
  color: var(--hoi-primary) !important;
}

.banner-img {
  filter: brightness(0.9) saturate(1.16);
}

.banner-overlay {
  background: rgba(15, 139, 141, 0.18);
  border: 1px solid rgba(255, 255, 255, 0.38);
  box-shadow: 0 18px 42px rgba(11, 95, 104, 0.24);
}

.banner-overlay h1,
.banner-overlay p {
  text-shadow: 0 3px 12px rgba(0, 0, 0, 0.28);
}

.banner-overlay .btn,
.btn-main,
.brief-link {
  background: linear-gradient(135deg, var(--hoi-secondary), #ffd766);
  border: 0;
  color: #432818;
  font-weight: 800;
  box-shadow: 0 8px 18px rgba(246, 183, 60, 0.28);
}

.banner-overlay .btn:hover,
.btn-main:hover,
.brief-link:hover {
  background: linear-gradient(135deg, #ffd766, var(--hoi-secondary));
  color: #432818;
}

.countdown,
.current-exam-box {
  background: linear-gradient(135deg, #ffffff, var(--hoi-sand));
  border: 1px solid #f3db93;
  color: var(--hoi-primary-dark);
  box-shadow: var(--hoi-shadow);
}

.time-box,
.exam-item,
.brief-stats div,
.brief-panel,
.timeline-item,
.card,
.guide-item {
  border: 1px solid var(--hoi-border);
  background: rgba(255, 255, 255, 0.94);
  box-shadow: var(--hoi-shadow);
}

.section-title,
.brief-heading h2,
.brief-panel h3 {
  color: var(--hoi-primary-dark);
}

.brief-heading span,
.ranking-heading span {
  background: var(--hoi-mint);
  color: var(--hoi-primary-dark);
}

.brief-stats strong,
.guide-title {
  color: var(--hoi-accent);
}

.brief-panel {
  border-top-color: var(--hoi-primary);
}

.schedule-card {
  background: linear-gradient(135deg, var(--hoi-primary), #29b6a8);
  box-shadow: 0 14px 34px rgba(15, 139, 141, 0.2);
}

.schedule-list div {
  background: rgba(255, 255, 255, 0.18);
}

.reward-strip,
.timeline-item.active {
  background: var(--hoi-sand);
  border-color: #f3d783;
}

.reward-strip b,
.guide-item summary {
  color: var(--hoi-primary-dark);
}

.guide-item summary::after {
  border-top-color: var(--hoi-accent);
}

.gallery-track img {
  filter: saturate(1.12) brightness(1.04);
  box-shadow: 0 10px 24px rgba(15, 95, 104, 0.16);
}

.gallery-reel::before {
  background: linear-gradient(to right, var(--hoi-bg), transparent);
}

.gallery-reel::after {
  background: linear-gradient(to left, var(--hoi-bg), transparent);
}

footer {
  background: linear-gradient(135deg, #e8f7f3, #fff1c2);
  border-top: 1px solid var(--hoi-border);
  color: var(--hoi-text);
}

footer h5 {
  color: var(--hoi-primary-dark);
}

body {
  margin: 0;
  background: #f5f7fb;
  font-family: "Segoe UI", sans-serif;
}

.custom-navbar {
  background: rgba(255, 255, 255, 0.92) !important;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  padding: 10px 0;
}

.custom-navbar .navbar-brand img {
  max-height: 42px;
}

.custom-navbar .nav-link {
  color: #333 !important;
  font-weight: 600;
  padding: 10px 14px;
}

.custom-navbar .nav-link:hover {
  color: #1976d2 !important;
}

.custom-toggler {
  border: 0;
  box-shadow: none !important;
}

.custom-toggler:focus {
  box-shadow: none !important;
}

.navbar-toggler-icon {
  filter: invert(1);
}

.banner-img {
  height: 500px;
  object-fit: cover;
  filter: brightness(0.75);
}

.banner-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: min(820px, 88vw);
  padding: 26px 34px;
  border-radius: 10px;
  background: rgba(64, 39, 28, 0.58);
  color: #fff;
  text-align: center;
  border: 1px solid rgba(255, 238, 205, 0.34);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.32);
}

.banner-kicker {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #ffd77a;
}

.banner-overlay h1 {
  margin-bottom: 12px;
  font-size: 44px;
  font-weight: 900;
  line-height: 1.15;
  text-transform: uppercase;
}

.banner-overlay p {
  max-width: 680px;
  margin: 0 auto;
  font-size: 19px;
  line-height: 1.55;
  opacity: 0.95;
}

.banner-actions {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}

.banner-overlay .btn {
  min-width: 140px;
  padding: 10px 22px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
}

.banner-overlay .btn-warning {
  color: #3e281c;
  background: #ffd166;
  border-color: #ffd166;
}

.banner-overlay .btn-outline-light {
  color: #fff7e8;
  border-color: rgba(255, 255, 255, 0.74);
}

.banner-overlay .btn:hover {
  transform: translateY(-1px);
}

.carousel-item {
  transition: opacity 1s ease-in-out;
}

.carousel-item img {
  transform: scale(1);
  transition: transform 6s ease-out;
  backface-visibility: hidden;
  will-change: transform;
}

.carousel-item.active img {
  transform: scale(1.01);
}

.countdown {
  position: relative;
  top: -60px;
  max-width: 850px;
  margin: 80px auto 40px;
  padding: 35px;
  border-radius: 16px;
  background: linear-gradient(135deg, #f5d7a1, #e0b45c);
  color: #4e342e;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

#countdown {
  display: flex;
  justify-content: center;
  gap: 15px;
}

.time-box {
  width: 80px;
  padding: 15px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.6);
  font-size: 26px;
  font-weight: 800;
  backdrop-filter: blur(6px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s;
}

.time-box small {
  font-size: 13px;
}

.time-box.change {
  transform: rotateX(360deg);
}

.btn-main {
  padding: 10px 25px;
  border: 0;
  border-radius: 8px;
  background: #8d6e63;
  color: #fff;
  cursor: pointer;
}

.btn-main:hover {
  background: #6d4c41;
}

.section-title {
  margin: 40px 0 30px;
  text-align: center;
  font-size: 24px;
  font-weight: 800;
}

.current-exam-box {
  padding: 30px;
  border-radius: 20px;
  background: linear-gradient(135deg, #fff8e1, #ffe0b2);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.exam-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 20px;
  margin-top: 20px;
}

.exam-item {
  padding: 20px;
  border-radius: 15px;
  background: #fff;
  text-align: center;
}

.contest-brief {
  padding: 20px 0 10px;
}

.brief-heading {
  max-width: 820px;
  margin: 0 auto 24px;
  text-align: center;
}

.brief-heading span {
  display: inline-flex;
  margin-bottom: 10px;
  padding: 6px 14px;
  border-radius: 999px;
  background: #e8f5e9;
  color: #2e7d32;
  font-size: 14px;
  font-weight: 700;
}

.brief-heading h2 {
  margin: 0 0 12px;
  color: #17406d;
  font-weight: 800;
}

.brief-heading p {
  margin: 0;
  color: #4d5b6a;
  line-height: 1.7;
}

.brief-stats,
.brief-grid {
  display: grid;
  gap: 18px;
}

.brief-stats {
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  margin-bottom: 22px;
}

.brief-stats div,
.brief-panel {
  background: #fff;
  box-shadow: 0 8px 24px rgba(23, 64, 109, 0.08);
}

.brief-stats div {
  min-height: 112px;
  padding: 18px;
  border: 1px solid #dde7f3;
  border-radius: 14px;
  text-align: center;
}

.brief-stats strong {
  display: block;
  color: #d35400;
  font-size: 34px;
  line-height: 1;
}

.brief-stats span {
  display: block;
  margin-top: 8px;
  color: #34495e;
  font-weight: 650;
}

.brief-grid {
  grid-template-columns: repeat(3, 1fr);
}

.brief-panel {
  padding: 22px;
  border-top: 4px solid #1976d2;
  border-radius: 14px;
}

.brief-panel h3 {
  margin: 0 0 10px;
  color: #17406d;
  font-size: 20px;
  font-weight: 800;
}

.brief-panel p {
  margin: 0;
  color: #465667;
  line-height: 1.65;
}

.schedule-card {
  display: grid;
  grid-template-columns: minmax(220px, 0.9fr) minmax(300px, 1.4fr);
  gap: 20px;
  margin-top: 22px;
  padding: 24px;
  border-radius: 16px;
  background: linear-gradient(135deg, #17406d, #1f7a8c);
  color: #fff;
  box-shadow: 0 10px 28px rgba(23, 64, 109, 0.22);
}

.schedule-copy h3 {
  margin: 0 0 10px;
  font-weight: 800;
}

.schedule-copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.6;
}

.schedule-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.schedule-list div {
  padding: 14px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.12);
}

.schedule-list b,
.schedule-list span,
.reward-strip b,
.reward-strip span {
  display: block;
}

.schedule-list span {
  margin-top: 5px;
  color: rgba(255, 255, 255, 0.86);
}

.reward-strip {
  display: grid;
  grid-template-columns: 1fr 1fr auto;
  gap: 16px;
  align-items: center;
  margin-top: 18px;
  padding: 18px;
  border: 1px solid #f2d48a;
  border-radius: 14px;
  background: #fff8e1;
}

.reward-strip b {
  color: #6d4c41;
}

.reward-strip span {
  color: #5f6368;
}

.brief-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 16px;
  border-radius: 10px;
  background: #1976d2;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

.brief-link:hover {
  background: #0d5fa8;
  color: #fff;
}

.timeline {
  display: flex;
  gap: 20px;
  overflow: auto;
  padding: 20px 0;
}

.timeline-item {
  min-width: 220px;
  padding: 20px;
  border: 3px solid #eee;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.timeline-item.active {
  border-color: #ff9800;
  background: #fff3e0;
}

.gallery-reel {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 10px 0;
}

.gallery-track {
  display: flex;
  gap: 18px;
  width: max-content;
  animation: reelMove 35s linear infinite;
}

.gallery-track img {
  width: 260px;
  height: 170px;
  flex-shrink: 0;
  border-radius: 18px;
  object-fit: cover;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s;
}

.gallery-track img:hover {
  transform: scale(1.05);
}

.gallery-reel::before,
.gallery-reel::after {
  content: "";
  position: absolute;
  top: 0;
  z-index: 2;
  width: 80px;
  height: 100%;
}

.gallery-reel::before {
  left: 0;
  background: linear-gradient(to right, #f5f7fb, transparent);
}

.gallery-reel::after {
  right: 0;
  background: linear-gradient(to left, #f5f7fb, transparent);
}

.card {
  margin: 20px;
  padding: 20px;
  border: 0;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.guide-section {
  padding: 12px 0 20px;
}

.guide-title {
  margin: 20px 0 34px;
  color: #f21f55;
  text-align: center;
  font-size: 44px;
  font-weight: 800;
  letter-spacing: 0;
}

.guide-list {
  display: grid;
  gap: 18px;
}

.guide-item {
  overflow: hidden;
  border: 1px solid #dfe4ea;
  border-radius: 8px;
  background: #fff;
}

.guide-item summary {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 56px;
  padding: 14px 48px 14px 16px;
  color: #667085;
  font-size: 20px;
  font-weight: 500;
  cursor: pointer;
  list-style: none;
}

.guide-item summary::-webkit-details-marker {
  display: none;
}

.guide-item summary::after {
  content: "";
  position: absolute;
  right: 16px;
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 8px solid #f21f55;
  transition: transform 0.2s ease;
}

.guide-item[open] summary {
  border-bottom: 1px solid #dfe4ea;
}

.guide-item[open] summary::after {
  transform: rotate(180deg);
}

.guide-content {
  padding: 14px 16px 18px;
  color: #111827;
  font-size: 20px;
  line-height: 1.55;
}

.guide-content p {
  margin: 0;
}

footer {
  background: linear-gradient(135deg, #f8d898, #eca10b);
  color: #333;
}

footer p {
  margin: 4px 0;
  color: #000;
}

footer img {
  filter: brightness(0.9);
}

footer h5 {
  color: #000;
}

footer iframe {
  border-radius: 8px;
}

@keyframes reelMove {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

@media (max-width: 767px) {
  .custom-navbar .container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .custom-navbar .navbar-brand img {
    max-height: 36px;
  }

  .navbar-collapse {
    margin-top: 10px;
    padding: 12px;
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.96);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
  }

  .navbar-nav {
    gap: 6px;
  }

  .custom-navbar .nav-link {
    display: block;
    width: 100%;
    padding: 12px;
    border-radius: 10px;
    color: #222 !important;
  }

  .custom-navbar .nav-link:hover {
    background: #e3f2fd;
  }

  .banner-img {
    height: 300px;
  }

  .banner-overlay {
    width: 88%;
    padding: 16px;
  }

  .banner-overlay h1 {
    font-size: 28px;
  }

  .banner-overlay p {
    font-size: 16px;
  }

  .countdown {
    top: -30px;
    margin: 40px 15px 25px;
    padding: 25px 15px;
  }

  #countdown {
    flex-wrap: wrap;
    gap: 10px;
  }

  .time-box {
    width: 70px;
    padding: 12px;
    font-size: 22px;
  }

  .contest-brief {
    padding: 0 0 5px;
  }

  .brief-heading {
    padding: 0 8px;
  }

  .brief-stats,
  .brief-grid,
  .schedule-card,
  .schedule-list,
  .reward-strip {
    grid-template-columns: 1fr;
  }

  .brief-stats {
    gap: 10px;
  }

  .brief-stats div {
    min-height: auto;
  }

  .schedule-card {
    padding: 20px;
  }

  .reward-strip {
    align-items: stretch;
  }

  .brief-link {
    width: 100%;
  }

  .guide-title {
    margin-bottom: 22px;
    font-size: 34px;
  }

  .guide-item summary,
  .guide-content {
    font-size: 16px;
  }
}

/* End of file theme lock */
body {
  background:
    radial-gradient(circle at top left, rgba(246, 183, 60, 0.18), transparent 34rem),
    linear-gradient(180deg, #f7fcfb 0%, #eef8f5 48%, #ffffff 100%) !important;
  color: var(--hoi-text) !important;
}

.custom-navbar {
  background: rgba(255, 255, 255, 0.94) !important;
  border-bottom: 1px solid rgba(15, 139, 141, 0.12);
  box-shadow: 0 6px 22px rgba(15, 95, 104, 0.08) !important;
}

.custom-navbar .nav-link:hover {
  color: var(--hoi-primary) !important;
}

.banner-img {
  filter: brightness(0.9) saturate(1.16) !important;
}

.banner-overlay {
  background: rgba(15, 139, 141, 0.18) !important;
  border: 1px solid rgba(255, 255, 255, 0.38);
  box-shadow: 0 18px 42px rgba(11, 95, 104, 0.24) !important;
}

.banner-overlay .btn,
.btn-main,
.brief-link {
  background: linear-gradient(135deg, var(--hoi-secondary), #ffd766) !important;
  color: #432818 !important;
}

.countdown,
.current-exam-box {
  background: linear-gradient(135deg, #ffffff, var(--hoi-sand)) !important;
  border: 1px solid #f3db93;
  color: var(--hoi-primary-dark) !important;
  box-shadow: var(--hoi-shadow) !important;
}

.time-box,
.exam-item,
.brief-stats div,
.brief-panel,
.timeline-item,
.card,
.guide-item {
  border: 1px solid var(--hoi-border) !important;
  background: rgba(255, 255, 255, 0.94) !important;
  box-shadow: var(--hoi-shadow) !important;
}

.section-title,
.brief-heading h2,
.brief-panel h3,
.reward-strip b,
.guide-item summary {
  color: var(--hoi-primary-dark) !important;
}

.brief-heading span {
  background: var(--hoi-mint) !important;
  color: var(--hoi-primary-dark) !important;
}

.brief-stats strong,
.guide-title {
  color: var(--hoi-accent) !important;
}

.brief-panel {
  border-top-color: var(--hoi-primary) !important;
}

.schedule-card {
  background: linear-gradient(135deg, var(--hoi-primary), #29b6a8) !important;
}

.reward-strip,
.timeline-item.active {
  background: var(--hoi-sand) !important;
  border-color: #f3d783 !important;
}

.guide-item summary::after {
  border-top-color: var(--hoi-accent) !important;
}

.gallery-reel::before {
  background: linear-gradient(to right, var(--hoi-bg), transparent) !important;
}

.gallery-reel::after {
  background: linear-gradient(to left, var(--hoi-bg), transparent) !important;
}

footer {
  background: linear-gradient(135deg, #e8f7f3, #fff1c2) !important;
  border-top: 1px solid var(--hoi-border);
}

footer h5 {
  color: var(--hoi-primary-dark) !important;
}

/* Carousel contest copy final lock */
.carousel-item img {
  transform: scale(1) !important;
  transition: transform 6s ease-out;
  backface-visibility: hidden;
  will-change: transform;
}

.carousel-item.active img {
  transform: scale(1.01) !important;
}

.banner-overlay {
  background: rgba(64, 39, 28, 0.64) !important;
  border: 1px solid rgba(255, 238, 205, 0.42) !important;
  box-shadow: 0 16px 38px rgba(0, 0, 0, 0.32) !important;
}

.banner-overlay .btn-warning {
  background: #ffd166 !important;
  border-color: #ffd166 !important;
  color: #3e281c !important;
}

.banner-overlay .btn-outline-light {
  background: transparent !important;
  border: 1px solid rgba(255, 255, 255, 0.78) !important;
  color: #fff7e8 !important;
  box-shadow: none !important;
}

@media (max-width: 767px) {
  .banner-overlay {
    top: 52%;
    width: 90%;
    padding: 16px 18px;
  }

  .banner-kicker {
    font-size: 12px;
  }

  .banner-overlay h1 {
    font-size: 25px;
    line-height: 1.18;
  }

  .banner-overlay p {
    font-size: 14px;
    line-height: 1.45;
  }

  .banner-actions {
    gap: 8px;
    margin-top: 14px;
  }

  .banner-overlay .btn {
    min-width: 120px;
    padding: 9px 14px;
    font-size: 14px;
  }
}
