.llc-today-rate {
  margin-top: 26px;
  padding-left: 12px;
  padding-right: 12px;
}

.llc-today-title {
  margin: 0 0 10px;
  font-size: 1.35rem;
  font-weight: 700;
  color: #073462;
}

.llc-today-wrap {
  display: grid;
  grid-template-columns: 196px auto minmax(0, 1fr);
  gap: 12px;
  align-items: center;
}

.llc-today-base {
  background: #0c4d86;
  border: 1px solid #0c4d86;
  border-radius: 6px;
  padding: 12px 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 108px;
}

.llc-today-base img {
  width: 43px;
  height: 43px;
  border-radius: 50%;
  object-fit: cover;
}

.llc-today-base p {
  margin: 0;
  color: #fff;
  font-weight: 700;
  font-family: var(--lulu-font-secondary);
}

.llc-today-eq {
  font-size: 1.7rem;
  font-weight: 400;
  color: #173c5c;
  line-height: 1;
}

.llc-today-slider {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 46px;
  gap: 8px;
  align-items: stretch;
}

.llc-today-nav-group {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0;
  border: 1px solid #bcc9d8;
  border-left: 1px solid #aebdce;
  background: #fff;
  border-radius: 6px;
  overflow: hidden;
}

.llc-today-nav {
  width: 100%;
  height: 100%;
  border: 0;
  border-bottom: 1px solid #c8d4e2;
  color: #1f3f5f;
  background: #fff;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  transition:
    color 0.2s,
    background 0.2s;
}

.llc-today-nav:hover {
  background: #eaf2fa;
  color: #004b7a;
}

.llc-today-nav.next {
  border-bottom: 0;
}

.llc-today-track {
  display: flex;
  gap: 12px;
  overflow-x: hidden;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  padding-bottom: 4px;
}

.llc-today-card {
  flex: 0 0 calc((100% - 24px) / 3);
  min-width: calc((100% - 24px) / 3);
  scroll-snap-align: start;
  border: 1px solid #d7e2ee;
  border-radius: 8px;
  background: #fff;
  padding: 15px 22px;
  min-height: 96px;
}

.llc-today-card-head {
  letter-spacing: 1px;
  font-weight: 500;
  text-align: start;
  font-size: 13px;
  color: #4a5d72;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.llc-today-card-body {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  margin-top: 16px;
  justify-content: space-between;
  gap: 10px;
}

.llc-today-card-body img {
  width: 43px;
  height: 43px;
  border-radius: 50%;
  object-fit: cover;
}

.llc-today-card-body p {
  margin: 0;
  color: #001326;
  font-size: calc(12px + (17 - 12) * ((100vw - 360px) / (1820 - 360)));
  font-family: var(--lulu-font-secondary);
}

.llc-today-card-body strong {
  font-size: calc(16px + (25 - 16) * ((100vw - 360px) / (1820 - 360)));
}

.llc-today-loading {
  color: #73879d;
  font-size: 0.95rem;
  font-family: var(--lulu-font-secondary);
}

@media (max-width: 767px) {
  .llc-today-rate {
    padding-left: 8px;
    padding-right: 8px;
  }

  .llc-today-wrap {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .llc-today-eq,
  .llc-today-nav-group {
    display: none;
  }

  .llc-today-slider {
    grid-template-columns: 1fr;
  }

  .llc-today-track {
    gap: 8px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 2px;
  }

  .llc-today-card {
    flex: 0 0 50%;
    min-width: 50%;
    min-height: 70px;
    padding: 8px 9px;
    border-radius: 7px;
  }

  .llc-today-card-head {
    font-size: 0.62rem;
    line-height: 1.2;
    white-space: normal;
    overflow-wrap: anywhere;
    margin-bottom: 4px;
  }

  .llc-today-card-body p {
    font-size: 0.82rem;
    line-height: 1.2;
  }

  .llc-today-card-body img {
    width: 20px;
    height: 20px;
  }

  .llc-today-base {
    min-height: 60px;
    padding: 9px 10px;
    justify-content: center;
    text-align: center;
  }

  .llc-today-base p {
    font-size: 0.9rem;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .llc-today-card {
    flex: 0 0 calc((100% - 10px) / 2);
    min-width: calc((100% - 10px) / 2);
  }
}
