body {
  font-family: "Inter", sans-serif;
  color: #00205b;
  background-color: #f8f9fb;
}

.tfx-blue {
  color: #00205b;
}

.btn-primary {
  background-color: #00205b;
  border: none;
  font-weight: 600;
  transition: all 0.3s ease;
  border-radius: 2px;
}

.btn-primary:hover {
  background-color: #001744;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

.carousel-inner img {
  object-fit: cover;
  max-height: 400px;
}

.carousel-caption {
  font-size: 0.875rem;
}

.table thead th {
  vertical-align: middle;
  font-weight: 600;
  font-size: 0.95rem;
  background-color: #00205b !important;
  color: white !important;
}
.product-table {
  overflow: hidden;
}

.badge.bg-primary {
  background-color: #00205b !important;
  font-weight: 500;
  font-size: 0.875rem;
}

.icon-list {
  list-style: none;
  padding-left: 0;
  font-size: 0.875rem;
}

.icon-list li {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #dee2e6;
  padding-bottom: 0.75rem;
  margin-bottom: 0.75rem;
}

.icon-list li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}

.icon-list .icon {
  display: inline-block;
  color: #00205b;
  font-size: 1rem;
  margin-right: 0.6rem;
  line-height: 1;
}

.icon-list li:last-child {
  border-bottom: none;
}

:root {
  --tfx-blue: #00205b;
}
.icon-list {
  list-style: none;
  padding-left: 0;
}
.icon-list .icon {
  color: var(--tfx-blue);
  margin-right: 0.5rem;
}
.product-table th {
  background-color: var(--tfx-blue);
  font-size: 0.5rem;
}
.product-table td {
  font-size: 0.875rem;
  padding: 0.3rem;
}
.table-container {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.icon-list strong,
.icon-list em {
  display: inline;
  white-space: nowrap;
}
@media (max-width: 1023px) {
  .carousel-col {
    order: -1;
    margin-bottom: 2rem;
  }
}
