/* Sala chia sẻ: editorial layout for every CMS-driven article on iNET. */
body { color: #211d1b; background: #fff; }
.header { position: sticky; inset: auto; top: 0; }
.share-editorial-page { background: #fff; border-top: 3px solid #a91f2b; }
.share-editorial-section { padding: 36px 0 88px; }
.share-editorial-frame { width: min(1180px, calc(100% - 40px)); }

.share-editorial-breadcrumbs {
  min-width: 0;
  margin: 0 0 24px;
  display: flex;
  align-items: center;
  gap: 7px;
  overflow: hidden;
  color: #877a74;
  font-size: 12px;
  line-height: 1.5;
  white-space: nowrap;
}
.share-editorial-breadcrumbs a { color: #7b2735; text-decoration: none; }
.share-editorial-breadcrumbs a:hover { text-decoration: underline; }
.share-editorial-breadcrumbs span:last-child { overflow: hidden; text-overflow: ellipsis; }

.share-editorial-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(285px, 330px);
  gap: clamp(42px, 5vw, 68px);
  align-items: start;
}
.share-editorial-article { min-width: 0; }
.share-editorial-heading { padding-bottom: 7px; }
.share-editorial-heading > p:first-child {
  margin: 0 0 12px;
  color: #aa2430;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .09em;
}
.share-editorial-heading h1 {
  max-width: 820px;
  margin: 0;
  color: #151313;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(36px, 4.2vw, 56px);
  font-weight: 700;
  letter-spacing: -.035em;
  line-height: 1.16;
}
.share-editorial-meta {
  margin-top: 22px;
  padding-bottom: 19px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 25px;
  color: #6c625e;
  border-bottom: 1px solid #ded9d5;
  font-size: 12px;
  line-height: 1.5;
}
.share-editorial-lead {
  max-width: none;
  margin: 24px 0 26px;
  color: #3c3532;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.8;
}
.share-editorial-article .share-article-body {
  color: #35302d;
  font-size: 16px;
  line-height: 1.84;
}
.share-editorial-article .share-article-body > p { margin: 0 0 20px; }
.share-editorial-article .share-article-body h2 {
  scroll-margin-top: 110px;
  margin: 34px 0 15px;
  color: #a91f2b;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(25px, 2.6vw, 34px);
  font-weight: 700;
  letter-spacing: -.025em;
  line-height: 1.28;
}
.share-editorial-article .share-article-body ul {
  margin: 2px 0 26px;
  padding-left: 24px;
  list-style: square;
}
.share-editorial-article .share-article-body li { margin: 7px 0; padding-left: 2px; }
.share-editorial-article .share-article-body li::before { content: none; }
.share-editorial-image {
  margin: 0 0 27px;
  overflow: hidden;
  background: #eee8e2;
  border: 1px solid #ddd4cc;
}
.share-editorial-image img {
  width: 100%;
  max-height: 540px;
  display: block;
  object-fit: cover;
}

.share-editorial-sidebar {
  position: sticky;
  top: 110px;
  min-width: 0;
  display: grid;
  gap: 30px;
}
.share-editorial-side-section h2 {
  margin: 0 0 10px;
  padding-left: 12px;
  color: #171414;
  border-left: 3px solid #c92835;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 24px;
  line-height: 1.15;
}
.share-popular-list ol { margin: 0; padding: 0; list-style: none; }
.share-popular-list li {
  min-height: 63px;
  padding: 10px 0;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 9px;
  align-items: center;
  border-bottom: 1px solid #e5e0dc;
}
.share-popular-list li > span {
  color: #ddd9d6;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
  line-height: 1;
}
.share-popular-list a {
  color: #211d1b;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.45;
  text-decoration: none;
}
.share-popular-list a:hover { color: #ad1f2c; }
.share-hot-services { display: grid; }
.share-hot-services h2 { margin-bottom: 6px; }
.share-hot-services > a {
  min-height: 48px;
  padding: 8px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  color: #211d1b;
  border-bottom: 1px solid #e5e0dc;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}
.share-hot-services > a > span { display: grid; gap: 2px; }
.share-hot-services small { color: #80736e; font-size: 10px; font-weight: 500; }
.share-hot-services strong {
  flex: 0 0 auto;
  padding: 4px 6px;
  color: #a71926;
  background: #fff8f8;
  border: 1px solid #d64b56;
  border-radius: 2px;
  font-size: 10px;
  font-weight: 800;
}
.share-category-tags > div { display: flex; flex-wrap: wrap; gap: 7px; }
.share-category-tags a {
  padding: 6px 8px;
  color: #6f1f2b;
  background: #fff;
  border: 1px solid #cf3541;
  border-radius: 3px;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
}
.share-category-tags a:hover { color: #fff; background: #ad1f2c; }

.share-editorial-booking { padding: 25px; }
.share-editorial-booking h2 {
  margin: 16px 0 22px;
  color: #f6e7c7;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
  line-height: 1.25;
}
.share-editorial-article .share { margin-top: 58px; }
.related { background: #f2ede8; }

@media (max-width: 960px) {
  .share-editorial-layout { grid-template-columns: minmax(0, 1fr); }
  .share-editorial-sidebar {
    position: static;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: start;
  }
}

@media (max-width: 680px) {
  .share-editorial-section { padding: 24px 0 64px; }
  .share-editorial-frame { width: min(100% - 28px, 1180px); }
  .share-editorial-breadcrumbs { margin-bottom: 18px; font-size: 11px; }
  .share-editorial-heading > p:first-child { font-size: 10px; line-height: 1.5; }
  .share-editorial-heading h1 { font-size: clamp(30px, 9vw, 40px); line-height: 1.2; }
  .share-editorial-meta { margin-top: 17px; padding-bottom: 15px; gap: 8px 15px; font-size: 11px; }
  .share-editorial-lead { margin-top: 18px; font-size: 16px; line-height: 1.72; }
  .share-editorial-article .share-article-body { font-size: 16px; line-height: 1.78; }
  .share-editorial-article .share-article-body h2 { margin-top: 30px; font-size: 26px; }
  .share-editorial-image { margin-inline: -14px; }
  .share-editorial-image img { max-height: none; aspect-ratio: 4 / 3; object-fit: cover; }
  .share-editorial-sidebar { grid-template-columns: 1fr; gap: 28px; }
  .share-editorial-side-section h2 { font-size: 23px; }
  .share-popular-list li { min-height: 60px; }
  .share-popular-list a { font-size: 13px; }
  .related { padding: 64px 0; }
}
