.highlight-item span {
  font-family: 'GraphikTH-Semibold' !important;
}

.ssr-location-container {
  color: #000;
}

.card-poi {
  padding: 15px 20px;
  background-color: #FFFFFF;
  border-radius: 15px;
  height: 100%;
}

.detail-distance-unit {
  min-width: fit-content;
}

.list-distance-unit {
  gap: 16px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.column-group-icon {
  background-color: #FFF;
}

.column-group-icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}

.column-group-name i {
  font-size: 2.5rem;
}

.column-group-name {
  color: #FFF;
  display: flex;
  align-items: center;
  font-size: 2rem;
  gap: 8px;
  border-radius: 8px;
  padding: 15px 20px;
}

.poi-route-list {
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.btn-show-more-poi {
  display: none;
  width: 100%;
  text-align: center;
  padding: 8px 0;
  margin-top: 5px;
  background-color: #D6E9FF;
  border: 0;
  border-radius: 10px;
  font-family: 'GraphikTH-Regular';
  font-size: 1.5rem;
  color: #000;
  cursor: pointer;
  height: 34px;
  transition: background-color 0.2s ease;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.btn-show-more-poi.active {
  display: flex;
}

.btn-show-more-poi .chevron-icon {
  width: 14px;
  height: 14px;
  transition: transform 0.3s ease;
  flex-shrink: 0;
}

.btn-show-more-poi.expanded .chevron-icon {
  transform: rotate(180deg);
}

.btn-show-more-poi:hover {
  background-color: #d6e9ff8c;
}

.icon-poi-2026 {
  width: 24px;
  height: 24px;
  fill: #FFF;
}

@media (max-width: 991px) {
  .btn-show-more-poi.active {
    display: flex;
  }
}

@media (max-width: 578px) {
  .column-group-name {

    font-size: 1.5rem;

  }
}