.ibt-board {
  box-sizing: border-box;
  clear: both;
  margin-bottom: 26px;
  margin-top: 18px;
}

.ibt-heading {
  margin: 0 auto 16px;
  max-width: 760px;
  text-align: center;
}

.ibt-kicker {
  color: #1866b4;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0;
  margin: 0 0 6px;
  text-transform: uppercase;
}

.ibt-board-kauai .ibt-kicker {
  color: #1d9771;
}

.ibt-heading h2 {
  color: #1f2f38;
  font-size: 30px;
  line-height: 1.15;
  margin: 0 0 8px;
}

.ibt-heading p:last-child {
  color: #4f5f66;
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
}

.ibt-card-grid {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ibt-card {
  background: #fff;
  border: 1px solid #dfe6e8;
  border-radius: 8px;
  box-shadow: 0 10px 24px rgba(32, 45, 54, 0.08);
  box-sizing: border-box;
  color: #26343a;
  display: block;
  min-height: 190px;
  padding: 17px 16px;
  position: relative;
  text-decoration: none;
  transition: transform 0.16s ease, box-shadow 0.16s ease, border-color 0.16s ease;
}

.ibt-card::before {
  background: #1866b4;
  border-radius: 8px 8px 0 0;
  content: "";
  height: 5px;
  left: -1px;
  position: absolute;
  right: -1px;
  top: -1px;
}

.ibt-card:hover,
.ibt-card:focus-visible {
  border-color: #b8c8ce;
  box-shadow: 0 14px 28px rgba(32, 45, 54, 0.12);
  color: #26343a;
  outline: none;
  text-decoration: none;
  transform: translateY(-2px);
}

.ibt-label {
  color: #697980;
  display: block;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  margin: 0 0 12px;
  text-transform: uppercase;
}

.ibt-label i {
  color: #1866b4;
  margin-right: 5px;
}

.ibt-card strong {
  color: #1f2f38;
  display: block;
  font-size: 20px;
  line-height: 1.18;
  margin: 0 0 9px;
}

.ibt-card em {
  color: #526168;
  display: block;
  font-size: 14px;
  font-style: normal;
  line-height: 1.45;
}

.ibt-card-best::before {
  background: #1d9771;
}

.ibt-card-value::before {
  background: #f27a24;
}

.ibt-card-whales::before,
.ibt-card-hikes::before {
  background: #1866b4;
}

.ibt-card-base::before {
  background: #6f56a6;
}

.ibt-card-best .ibt-label i {
  color: #1d9771;
}

.ibt-card-value .ibt-label i {
  color: #f27a24;
}

.ibt-card-base .ibt-label i {
  color: #6f56a6;
}

.ibt-foot {
  align-items: center;
  background: #f5f8f7;
  border: 1px solid #dfe6e8;
  border-radius: 8px;
  color: #45565e;
  display: flex;
  font-size: 14px;
  line-height: 1.45;
  margin-top: 12px;
  padding: 11px 14px;
}

.ibt-foot i {
  color: #1866b4;
  margin-right: 5px;
}

@media (max-width: 980px) {
  .ibt-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .ibt-board {
    margin-left: 10px;
    margin-right: 10px;
  }

  .ibt-heading h2 {
    font-size: 24px;
  }

  .ibt-card-grid {
    grid-template-columns: 1fr;
  }

  .ibt-card {
    min-height: 0;
  }
}
