.tag-description.mt-4 { margin-top: 6px; }
.tag-description  { text-align: justify; }
.tag-description img { padding-bottom: 30px; }
.tag-description h1 { color: #111; font-size: 40px; margin-bottom: 22px; font-weight: 700; text-align: center; line-height: 130%; }
.tag-description h2 { font-size: 1.5rem; font-weight: 600;margin-bottom: 0.6rem; }
.tag-description h3 { font-size: 16px; font-weight: 600; color: #555; }
.tag-description p, .tag-related-links__label { line-height: 1.8; margin-bottom: 1rem; color: #444; font-size:14px; }
.tag-description ul { list-style: disc; }
.tag-description ol { list-style: decimal; }
.tag-description ul, ol { padding-left: 1.5rem; margin-bottom: 0.5rem; }
.tag-description ul li:first-child, ol li:first-child { margin-top: 10px; }
.tag-description li { margin-bottom: 0.5rem; }
.tag-description ul li, ol li { color: #555; font-size: 14px; }
.tag-description strong { color: #333; }
.tag-description a { color: #999; text-decoration: underline; }
.tag-description img { padding-bottom: 0; }
.tag-description figcaption { padding-bottom: 30px; font-size: 14px; color: #666; }
.tag-description body { font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: #111;
  background: #fff; }
.tag-description main { max-width: 1200px;
  margin: 0 auto;
  padding: 30px 20px; }
.tag-description h1,
h2 { font-size: 24px;
  line-height: 1.3;
  margin: 30px 0 12px;
  color: #111; }
.tag-description p { font-size: 14px;
  line-height: 1.7;
  margin: 0 0 18px;
  color: #333; }
.tag-description /* Hotel Tag Table */

table { width: 100%;
  border-collapse: collapse;
  margin: 24px 0 15px;
  table-layout: fixed;
  font-size: 14px; }
.tag-description thead { background: #f4f6f8; }
.tag-description th,
td { font-size: 14px;
  line-height: 1.4;
  text-align: left;
  vertical-align: top;
  padding: 13px 10px;
  border-bottom: 1px solid #e1e5ea;
  color: #111;
  word-spacing: normal;
  letter-spacing: normal;
  word-break: normal;
  overflow-wrap: normal;
  hyphens: none; }
.tag-description th { font-weight: 700;
  border-bottom: 2px solid #d2d8df; }
.tag-description tbody tr:nth-child(even) { background: #fafafa; }
.tag-description tbody tr:hover { background: #f5f7fa; }
.tag-description /* Column widths */
th:nth-child(1),
td:nth-child(1) { width: 15%; }
.tag-description th:nth-child(2),
td:nth-child(2) { width: 9%; }
.tag-description th:nth-child(3),
td:nth-child(3) { width: 12%; }
.tag-description th:nth-child(4),
td:nth-child(4) { width: 27%; }
.tag-description th:nth-child(5),
td:nth-child(5) { width: 20%; }
.tag-description th:nth-child(6),
td:nth-child(6) { width: 11%; }
.tag-description th:nth-child(7),
td:nth-child(7) { width: 6%;
  text-align: center;
  white-space: nowrap; }
.tag-description /* Read more and Tags */

.tag-intro { max-width: none;
  margin: 0 0 24px;
  font-size: 14px;
  line-height: 1.7;
  color: #374151; }
.tag-description .tag-meta-row { position: relative;
  width: 100%;
  max-width: none;
  padding: 0 0 28px;
  margin: 0 0 34px;
  border-bottom: 1px solid #e5e7eb; }
.tag-description /* Related tags row */
.tag-related-links { display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  min-height: 32px;
  padding-right: 360px; }
.tag-description .tag-related-links__label { display: inline-flex;
  align-items: center;
  height: 32px;
  margin-right: 8px;
  font-size: 13px;
  font-weight: 600;
  line-height: 32px;
  color: #111827; }
.tag-description .tag-related-links a { display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  padding: 0 13px;
  border-radius: 6px;
  background: #f1f3f5;
  color: #4b5563;
  font-size: 13px;
  line-height: 32px;
  text-decoration: none;
  position: relative;
  top: -2px; }
.tag-description .tag-related-links a:hover { background: #e5e7eb;
  color: #111827; }
.tag-description /* Read more button */
.tag-read-more { width: 100%;
  max-width: none; }
.tag-description .tag-read-more summary { position: absolute;
  top: 0;
  right: 0;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  height: 32px;
  font-size: 13px;
  line-height: 32px;
  color: #374151;
  cursor: pointer;
  list-style: none;
  white-space: nowrap;
  font-weight: 600;
top: -3px; }
.tag-description .tag-read-more summary::-webkit-details-marker { display: none; }
.tag-description .tag-read-more summary::marker { content: ""; }
.tag-description .tag-read-more summary::before { content: "+";
  display: grid;
  place-items: center;
  width: 28px;
  height: 28px;
  border: 1px solid #d1d5db;
  border-radius: 50%;
  background: #fff;
  color: #111827;
  font-size: 18px;
  font-family: Arial, sans-serif;
  font-weight: 400;
  line-height: 1;
  transform: translateY(-1px); }
.tag-description .tag-read-more[open] summary::before { content: "−";
  font-size: 20px;
  transform: translateY(-1px); }
.tag-description /* Opened content */
.tag-read-more-content { width: 100%;
  max-width: none;
  box-sizing: border-box;
  margin-top: 28px;
  padding: 24px 26px;
  border-radius: 10px;
  background: #f9fafb;
  color: #374151;
  overflow-x: auto;
background-color: #f7f7f7; }
@media (max-width: 767px) {
.tag-description h1 { font-size: 28px; margin-bottom: 12px; }
.tag-description h2 { font-size: 1.25rem; margin-top: 1.5rem; }
.tag-description p { font-size: 14px; line-height: 1.8; }
.tag-description ul { padding-left: 1.2rem; }
.tag-description li { margin-bottom: 0.4rem; }
.tag-description table,
  thead,
  tbody,
  tr,
  th,
  td { display: block;
    width: 100%; }
.tag-description table { font-size: 14px;
    margin: 18px 0 22px;
    border-collapse: collapse; }
.tag-description thead { display: none; }
.tag-description tbody tr { margin: 0 0 16px;
    padding: 14px 0;
    background: #fff;
    border: 1px solid #e1e5ea;
    border-radius: 10px; }
.tag-description tbody tr:nth-child(even) { background: #fff; }
.tag-description tbody tr:hover { background: #fff; }
.tag-description td { display: grid;
    grid-template-columns: 105px 1fr;
    column-gap: 14px;
    padding: 7px 14px;
    border-bottom: none;
    font-size: 14px;
    line-height: 1.45;
    text-align: left;
    white-space: normal;
    overflow-wrap: break-word; }
.tag-description td::before { font-weight: 700;
    color: #111; }
.tag-description td:nth-child(1)::before { content: "Hotel"; }
.tag-description td:nth-child(2)::before { content: "Rating"; }
.tag-description td:nth-child(3)::before { content: "Location"; }
.tag-description td:nth-child(4)::before { content: "Short note"; }
.tag-description td:nth-child(5)::before { content: "Facilities"; }
.tag-description td:nth-child(6)::before { content: "Best for"; }
.tag-description td:nth-child(7)::before { content: "Cost"; }
.tag-description th:nth-child(1),
  td:nth-child(1),
  th:nth-child(2),
  td:nth-child(2),
  th:nth-child(3),
  td:nth-child(3),
  th:nth-child(4),
  td:nth-child(4),
  th:nth-child(5),
  td:nth-child(5),
  th:nth-child(6),
  td:nth-child(6),
  th:nth-child(7),
  td:nth-child(7) { width: 100%; }
.tag-description td:nth-child(7) { text-align: left;
    white-space: nowrap;
    padding-right: 14px; }
.tag-description /* Read More and Tags */

 .tag-meta-row { grid-template-columns: 1fr;
    row-gap: 16px; }
.tag-description .tag-related-links { grid-column: 1;
    grid-row: 1; }
.tag-description .tag-read-more summary { grid-column: 1;
    grid-row: 2;
    justify-self: start; }
.tag-description .tag-read-more-content { grid-column: 1;
    grid-row: 3;
    padding: 18px; }
}