.tour-card {
      max-width: 900px;
      margin: 0 auto;
      background: white;
      border-radius: 16px;
      overflow: hidden;
      box-shadow: 0 10px 30px rgba(0,0,0,0.08);
      border: 1px solid #e9ecef;
    }

    .tour-header {
      background: linear-gradient(135deg, #2c7be5 0%, #00c4b4 100%);
      color: white;
      padding: 2.2rem 2.5rem;
    }

    .tour-title  h2{
      font-weight: 700;
      font-size: 2.1rem !important;
      margin-bottom: 0.6rem;
    }

    .tour-subtitle {
      font-size: 1.1rem;
      opacity: 0.95;
    }

    .tour-body {
      padding: 2.5rem;
    }

    .info-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
      gap: 1.5rem 2rem;
      margin-bottom: 2.2rem;
    }

    .info-item {
      display: flex;
      align-items: center;
      gap: 12px;
    }

    .info-icon {
      font-size: 1.6rem;
      color: #0d6efd;
      width: 40px;
      text-align: center;
    }

    .info-text h6 {
      margin: 0;
      font-size: 0.95rem;
      color: #6c757d;
      font-weight: 500;
    }

    .info-text p {
      margin: 0;
      font-size: 1.05rem;
      font-weight: 600;
      color: #212529;
    }

    .real-story {
      background: #f1f8ff;
      border-left: 5px solid #0d6efd;
      padding: 1.6rem 2rem;
      border-radius: 8px;
      margin: 2rem 0;
    }

    .quote-author {
      font-weight: 600;
      color: #0d6efd;
      margin-top: 1rem;
      display: block;
    }

    .gallery {
      margin-top: 2rem;
    }

    .gallery img {
      width: 100%;
      height: 140px;
      object-fit: cover;
      border-radius: 10px;
      box-shadow: 0 4px 12px rgba(0,0,0,0.08);
      transition: transform 0.25s;
    }

    .gallery img:hover {
      transform: scale(1.04);
    }

    @media (max-width: 768px) {
      .tour-body {
        padding: 1.8rem;
      }
      .tour-header {
        padding: 1.8rem 1.8rem;
      }
    }
        
    .rowmetas {
    padding: 10px;
    margin: 0;
    line-height: 2;
}

:root{
  --ui-stroke: rgba(28,55,90,.16);
  --ui-muted: rgba(31,42,55,.70);
  --ui-blue: #2f6fed;
  --ui-blue-2: #1f57d6;
  --ui-pill: #ffe0a3;
}

/* ===== Card ===== */
.tour-card{
  position: relative;
  overflow: hidden;
  border: 1px solid var(--ui-stroke);
  border-radius: 18px;
  background: linear-gradient(180deg, #ffffff 0%, #f6f8ff 100%);
  box-shadow: 0 14px 30px rgba(17, 24, 39, 0.10);
  padding: 16px;
}

/* Badge thời gian */
.time-badge{
  /* position: absolute; */
  top: 12px;
  right: 12px;
  background: var(--ui-pill);
  color: #6b4b00;
  border: 1px solid rgba(140, 92, 0, .18);
  border-radius: 999px;
  padding: 5px 12px;
  font-size: 12px;
  text-align: center;
  font-weight: 700;
  white-space: nowrap;
}

/* Header layout */
.tour-head{
  display: flex;
  gap: 14px;
  align-items: flex-start;
      align-items: center;
  /* padding-right: 120px;  */
}

/* Thumb */
.thumb{
  width: 120px;
  height: 86px;
  border-radius: 12px;
  object-fit: cover;
  border: 1px solid rgba(0,0,0,.10);
  background: #e5e7eb;
  flex: 0 0 auto;
}

/* Title */
/* .tour-title{
  font-weight: 800;
  font-size: 15px;
  line-height: 1.25;
  /* margin: 2px 0 10px; */
  /* display: flex; */
  /* align-items: center;
  gap: 8px;
} */

/* icon nhỏ trước title */
.listicon{
  width: 18px;
  height: 18px;
  border-radius: 5px;
  background: #e7efff;
  border: 1px solid rgba(47,111,237,.25);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}
.listicon span{
  display:block;
  width: 10px;
  height: 10px;
  background: rgba(47,111,237,.9);
  border-radius: 2px;
  clip-path: polygon(0 10%, 100% 10%, 100% 30%, 0 30%,
                    0 45%, 100% 45%, 100% 65%, 0 65%,
                    0 80%, 70% 80%, 70% 100%, 0 100%);
}

/* Meta */
.meta{
  display: grid;
  gap: 8px;
  font-size: 13px;
  color: var(--ui-muted);
}
.rowmeta{
  display: flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.dot{
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: rgba(47,111,237,.85);
  flex: 0 0 auto;
}

/* Divider nhẹ trước nút */
.tour-divider{
  height: 1px;
  background: rgba(28,55,90,.10);
  margin: 12px 0;
}

/* Button */
.btn-story{
  width: 100%;
  border-radius: 14px;
  padding: 11px 14px;
  font-weight: 800;
  font-size: 14px;
  background: linear-gradient(180deg, #DD6F47 0%, #DD6F47 100%);
  border: none;
}
.btn-story:active{
  transform: translateY(1px);
}
.rowmetas ul.metas-list li {
    /* giữ nguyên như trên */
}

.rowmetas ul.metas-list li span.key,
.rowmetas ul.metas-list li strong {
    font-weight: 600;
    margin-right: 4px;
}
.rowmetas {
    padding: 8px 0;
    margin: 0;
    line-height: 2;
}

.rowmetas ul.metas-list {
    list-style: none;       /* bỏ bullet mặc định */
    padding: 0;
    margin: 0;
}

.rowmetas ul.metas-list li {
    display: flex;
    align-items: center;    /* căn giữa dọc bullet với text */
    margin-bottom: 10px;    /* khoảng cách giữa các dòng */
    font-size: 14px;
    color: #212529;
    line-height: 1.5;
}

.rowmetas ul.metas-list li:last-child {
    margin-bottom: 0;
        line-height: 2;

}

.rowmetas ul.metas-list li::before {
    content: "•";
    color: #0d6efd;         /* xanh primary Bootstrap chính xác */
    font-size: 20px;        /* bullet lớn hơn text một chút */
    margin-right: 12px;
    flex-shrink: 0;
        line-height: 2;

}

.rowmetas ul.metas-list li strong {
    font-weight: 600;
    margin-right: 5px;
    flex-shrink: 0;
    line-height: 2;

}
.rowmetas strong {
   
    line-height: 2;

}
.rowmetas p{
        margin: 0 !important;
}