.widget-wrapper--place .title-block.related-title-block {
    margin-top: 0;
}

/* ===== Gộp Thông tin chi tiết + Sân bay gần đó + Chuyến bay nội địa/quốc tế vào 1 khung trắng ===== */
.place-merged-card {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.07);
    max-width: 1250px;
    margin: 16px auto;
    padding: 20px;
}

.place-merged-card .attr-section {
    padding: 0;
}

.place-merged-card .attr-container {
    padding-left: 0;
    padding-right: 0;
}

.place-merged-card .bg-discover.max-md {
    max-width: none;
    margin: 24px 0 0;
}

.place-merged-card .bg-discover .container-fluid {
    padding-left: 0;
    padding-right: 0;
}

/* ===== FlightDuration table ===== */
.flight-duration-table th,
.flight-duration-table td {
    border: 1px solid #ccc;
    padding: 20px;
}

.flight-table-head {
    font-weight: bold;
}

.flight-table-cell {
    vertical-align: middle;
}

.flight-duration-table tbody tr.route-hidden {
    display: none;
}

input[id^="flight-duration-toggle-"]:checked ~ .container-fluid .flight-duration-table tbody tr.route-hidden {
    display: table-row;
}

.viewmore_route_duration {
    text-align: center;
}

.viewmore_route_duration .btn-text-more {
    display: inline;
}

.viewmore_route_duration .btn-text-less {
    display: none;
}

input[id^="flight-duration-toggle-"]:checked ~ .container-fluid .viewmore_route_duration .btn-text-more {
    display: none;
}

input[id^="flight-duration-toggle-"]:checked ~ .container-fluid .viewmore_route_duration .btn-text-less {
    display: inline;
}

@media (max-width: 768px) {
    .flight-duration-table th,
    .flight-duration-table td {
        border: 1px solid #ccc;
        padding: 10px;
    }
}

/* ===== TemplatePlaces ===== */
.config-breadcrumb {
  background-color: #ffffff;
  height: 60px;
}
.block-breadcrumb {
  padding-top: 15px !important;
}
.header-main-top {
  position: relative;
  background: #ca161c;
}

.banner-places-wrapper {
  position: relative;
  width: 100%;
  line-height: 0;
}

.banner-places-image {
  width: 100%;
  height: auto;
  max-height: 650px;
  display: block;
  object-fit: cover;
}

/* Info card overlay */
.bp-info-card {
  background: #fff;
  border-radius: 10px;
  padding: 14px 18px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.18);
  max-width: 340px;
  line-height: 1.4;
  min-height: 120px;
}

.bp-info-title {
  font-size: 18px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 6px 0;
}

.bp-rating {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-bottom: 6px;
}

.bp-stars {
  display: flex;
  gap: 1px;
}

.bp-star {
  font-size: 16px;
  color: #ddd;
}

.bp-star--filled {
  color: #f5a623;
}

.bp-rating-score {
  font-size: 14px;
  font-weight: 700;
  color: #f5a623;
  margin-left: 2px;
}

.bp-rating-count {
  font-size: 13px;
  color: #888;
}

.bp-location {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: #555;
}

.bp-location-icon {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
}

/* Bottom bar */
.bp-bottom-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  padding: 12px 20px;
  flex-wrap: wrap;
  gap: 10px;
  width: 100%;
  max-width: 1250px;
  z-index: 1;
}

.bp-meta {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.bp-meta-item {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  color: #333;
}

.bp-meta-item strong {
  color: #222;
  font-weight: 600;
}

.bp-meta-icon {
  width: 18px;
  height: 18px;
}

.bp-meta-clock,
.bp-meta-ruler {
  font-size: 16px;
  line-height: 1;
}

.bp-meta-sep {
  color: #ccc;
  font-size: 18px;
}

.bp-btn-ticket {
  background: #f6c000;
  color: #1a1a1a;
  font-size: 14px;
  font-weight: 700;
  padding: 10px 22px;
  border-radius: 6px;
  border: none;
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
  transition: background 0.2s;
}

.bp-btn-ticket:hover {
  background: #e0ad00;
  color: #1a1a1a;
  text-decoration: none;
}

@media (max-width: 576px) {
  .bp-info-card {
    max-width: calc(100% - 40px);
    bottom: 10px;
    left: 10px;
    padding: 10px 14px;
  }

  .bp-info-title {
    font-size: 15px;
  }

  .bp-bottom-bar {
    padding: 10px 14px;
  }
}

.bp-bottom-bar-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 15px;
  max-width: 1250px;
  width: 100%;
  z-index: 1;
}

.banner-places-info {
  width: 100%;
  justify-content: center;
  display: flex;
  margin-top: -170px;
  margin-bottom: 30px;
}

@media (max-width: 1250px) {
  .bp-bottom-bar-container {
    padding-left: 12px;
    padding-right: 12px;
  }
}

/* ===== AttributesSection ===== */
.attr-section {
  padding: 16px 0;
}

.attr-container {
  max-width: 1250px;
  margin: 0 auto;
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  align-items: stretch;
  padding-left: 12px;
  padding-right: 12px;
}

.attr-card {
  background: #fff;
  border-radius: 10px;
  padding: 16px 20px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.07);
}

.attr-card--left {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
}

.attr-card--right {
  width: 300px;
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.attr-card-title {
  font-size: 24px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  gap: 6px;
}

.attr-title-icon {
  width: 18px;
  height: 18px;
}

.attr-items {
  display: flex;
  align-items: stretch;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: space-around;
}

.attr-item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 15px 25px;
  background-color: aliceblue;
  border-radius: 12px;
  flex: 1 1 160px;
  min-width: 160px;
}

.attr-item-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  font-size: 16px;
  line-height: 1;
}

.attr-item-icon--blue {
  background: #e8f0fe;
}

.attr-item-icon--orange {
  background: #fff3e0;
}

.attr-item-content {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.attr-item-label {
  font-size: 16px;
  color: #888;
  align-items: center;
  display: flex;
  justify-content: center;
}

.attr-item-value {
  font-size: 14px;
  font-weight: 600;
  color: #222;
}

.attr-sep {
  color: #ddd;
  font-size: 20px;
  line-height: 1;
  padding: 0 4px;
}

.attr-airport-list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.attr-airport-item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.attr-airport-pin {
  width: 16px;
  height: 16px;
  margin-top: 2px;
  flex-shrink: 0;
}

.attr-airport-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.attr-airport-code {
  font-size: 16px;
  font-weight: 700;
  color: #222;
}

.attr-airport-name {
  font-size: 16px;
  color: #666;
}

.attr-btn-flight {
  display: inline-block;
  background: #f6c000;
  color: #1a1a1a;
  font-size: 13px;
  font-weight: 700;
  padding: 8px 16px;
  border-radius: 6px;
  text-decoration: none;
  text-align: center;
  transition: background 0.2s;
  margin-top: 4px;
}

.attr-btn-flight:hover {
  background: #e0ad00;
  color: #1a1a1a;
  text-decoration: none;
}

@media (max-width: 768px) {
  .attr-card--right {
    width: 100%;
  }

  .attr-items {
    gap: 8px;
  }
  .banner-places-info {
    margin-top: 0;
    padding: 15px 0;
  }
  .distance-filter__select {
    margin-left: inherit;
  }
}
.list-overview-info .item {
  padding-left: 30px;
  margin-bottom: 0;
}

.title-sm.config {
  min-height: 0 !important;
  margin-bottom: 5px;
}
