/*
 * Single post — modern Persian travel journal.
 * This file owns the complete page composition; it does not extend the old
 * Bootstrap blog layout.
 */
:root {
  --msb-navy: #10233f;
  --msb-navy-soft: #1b3557;
  --msb-ink: #24344b;
  --msb-copy: #536176;
  --msb-muted: #8590a0;
  --msb-orange: #ef7b32;
  --msb-orange-dark: #c85d1b;
  --msb-sand: #f3efe8;
  --msb-paper: #fffdfa;
  --msb-white: #ffffff;
  --msb-line: #e5ded3;
  --msb-line-cool: #e2e8f0;
  --msb-shadow: 0 24px 64px rgba(22, 35, 54, 0.1);
  --msb-radius: 22px;
}

.ms-blog-page,
.ms-blog-page * {
  box-sizing: border-box;
}

.ms-blog-page {
  position: relative;
  overflow: clip;
  padding: 46px 0 84px;
  background:
    radial-gradient(
      circle at 86% 4%,
      rgba(239, 123, 50, 0.1),
      transparent 25rem
    ),
    linear-gradient(180deg, #f8f6f1 0, #f2f4f7 42rem, #f6f7f9 100%);
  color: var(--msb-ink);
  direction: rtl;
  font-family: "IRANSans", Tahoma, sans-serif;
}

.ms-blog-page::before {
  position: absolute;
  top: 0;
  right: max(24px, calc((100vw - 1280px) / 2));
  width: 84px;
  height: 5px;
  background: var(--msb-orange);
  content: "";
}

.ms-blog-container {
  width: min(1280px, calc(100% - 48px));
  margin: 0 auto;
}

.ms-blog-grid {
  display: grid;
  grid-template-areas: "sidebar article";
  grid-template-columns: 300px minmax(0, 1fr);
  gap: 32px;
  align-items: start;
  direction: ltr;
}

.ms-blog-main {
  grid-area: article;
  min-width: 0;
  direction: rtl;
}

.ms-blog-sidebar {
  grid-area: sidebar;
  position: sticky;
  top: 24px;
  min-width: 0;
  direction: rtl;
}

.ms-article {
  overflow: hidden;
  border: 1px solid rgba(202, 191, 174, 0.68);
  border-radius: var(--msb-radius);
  background: var(--msb-paper);
  box-shadow: var(--msb-shadow);
}

.ms-article-breadcrumb {
  min-height: 48px;
  padding: 13px 34px;
  border-bottom: 1px solid var(--msb-line);
  background: rgba(255, 255, 255, 0.72);
}

.ms-article-breadcrumb ol {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 8px;
  min-width: 0;
  margin: 0;
  padding: 0;
  color: var(--msb-muted);
  font-size: 10px;
  line-height: 1.8;
  list-style: none;
}

.ms-article-breadcrumb li {
  flex: 0 0 auto;
  margin: 0;
  padding: 0;
}

.ms-article-breadcrumb li[aria-current="page"] {
  flex: 1 1 auto;
  min-width: 0;
}

.ms-article-breadcrumb li[aria-current="page"] > span {
  display: block;
  overflow: hidden;
  color: var(--msb-copy);
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ms-article-breadcrumb a,
.ms-article-breadcrumb span {
  color: inherit;
}

.ms-article-breadcrumb a:hover {
  color: var(--msb-orange-dark);
}

.ms-article-breadcrumb li[aria-hidden="true"] {
  color: #b4bcc7;
  font-size: 8px;
}

.ms-article-heading {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  min-width: 0;
  padding: 24px 36px 20px;
  direction: rtl;
  background:
    linear-gradient(
      145deg,
      rgba(255, 253, 250, 0) 42%,
      rgba(239, 123, 50, 0.055)
    ),
    var(--msb-paper);
  height: unset !important;
}

.ms-article-kicker {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 12px;
  color: var(--msb-orange-dark);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.ms-article-kicker::before {
  width: 28px;
  height: 2px;
  background: currentColor;
  content: "";
}

.ms-article-heading h1 {
  margin: 0;
  max-width: 28ch;
  color: var(--msb-navy);
  font-size: clamp(26px, 2.25vw, 34px);
  font-weight: 900;
  letter-spacing: -0.025em;
  line-height: 1.5;
  overflow-wrap: anywhere;
}

.ms-article-heading-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-top: 18px;
  padding-top: 14px;
  border-top: 1px solid var(--msb-line);
}

.ms-article-byline {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin: 0;
  color: var(--msb-muted);
  font-size: 11px;
}

.ms-article-byline > span:first-child {
  color: var(--msb-ink);
  font-weight: 700;
}

.ms-article-byline > span[aria-hidden="true"] {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: var(--msb-orange);
}

.ms-article-categories {
  min-width: 0;
  margin: 0;
  color: var(--msb-muted);
  font-size: 11px;
  line-height: 2;
}

.ms-article-categories > span {
  margin-left: 5px;
}

.ms-article-categories a {
  color: var(--msb-navy-soft);
  font-weight: 700;
}

.ms-article-hero {
  position: relative;
  min-width: 0;
  min-height: 360px;
  margin: 22px 24px 0;
  overflow: hidden;
  border-radius: 14px;
  background: #d9d2c8;
  direction: rtl;
}

.ms-article-hero::before {
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(90deg, transparent 64%, rgba(16, 35, 63, 0.18));
  pointer-events: none;
  content: "";
}

.ms-article-hero img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 360px;
  object-fit: cover;
  animation: msb-hero-in 650ms ease-out both;
}

.ms-article-hero figcaption {
  position: absolute;
  z-index: 2;
  bottom: 18px;
  left: 20px;
  padding: 7px 11px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(16, 35, 63, 0.72);
  color: #fff;
  font-size: 9px;
  backdrop-filter: blur(7px);
}

.ms-article-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 0;
  padding: 0 28px;
  border-top: 1px solid var(--msb-line);
  border-bottom: 1px solid var(--msb-line);
  background: #faf7f1;
  list-style: none;
}

.ms-article-facts li {
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr);
  grid-template-rows: auto auto;
  gap: 1px 10px;
  align-items: center;
  min-height: 66px;
  padding: 10px 18px;
  border-left: 1px solid var(--msb-line);
}

.ms-article-facts li:last-child {
  border-left: 0;
}

.ms-article-facts li > [class^="icon-"] {
  grid-row: 1 / span 2;
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #fff;
  color: var(--msb-orange);
  font-size: 15px;
  box-shadow: 0 5px 14px rgba(24, 42, 66, 0.08);
}

.ms-article-facts small {
  color: var(--msb-muted);
  font-size: 9px;
}

.ms-article-facts strong {
  overflow: hidden;
  color: var(--msb-navy);
  font-size: 11px;
  line-height: 1.65;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ms-article-content {
  max-width: none;
  margin: 0 auto;
  padding: 36px 42px 58px;
}

.ms-reserve-callout {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 72px;
  margin: 14px 28px 0;
  padding: 11px 23px 11px 16px;
  border-radius: 7px;
  background: linear-gradient(105deg, #16bfd1 0%, #7938e7 57%, #6d26ee 100%);
  color: #fff;
  box-shadow: 0 12px 26px rgba(72, 48, 142, 0.18);
}

.ms-reserve-callout > div {
  display: flex;
  align-items: center;
  gap: 11px;
}

.ms-reserve-callout > div > span {
  color: rgba(255, 255, 255, 0.9);
  font-size: 21px;
}

.ms-reserve-callout strong {
  font-size: 18px;
}

.ms-reserve-callout a {
  flex: 0 0 auto;
  padding: 10px 16px;
  border-radius: 6px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.18);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  transition:
    background-color 180ms ease,
    transform 180ms ease;
}

.ms-reserve-callout a:hover {
  background: rgba(255, 255, 255, 0.3);
  color: #fff;
  transform: translateY(-2px);
}

.ms-article-copy {
  max-width: 70ch;
  margin: 0 auto;
  color: var(--msb-copy);
  font-size: 15px;
  font-weight: 400;
  line-height: 2.35;
  text-align: right;
}

.ms-article-copy > *:first-child {
  margin-top: 0;
}

.ms-article-copy p {
  margin: 0 0 1.55em;
}

.ms-article-copy::after {
  display: block;
  clear: both;
  content: "";
}

.ms-article-copy h2,
.ms-article-copy h3,
.ms-article-copy h4 {
  position: relative;
  margin: 2.35em 0 0.75em;
  padding-right: 20px;
  color: var(--msb-navy);
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 1.65;
}

.ms-article-copy h2::before,
.ms-article-copy h3::before,
.ms-article-copy h4::before {
  position: absolute;
  top: 0.36em;
  right: 0;
  width: 5px;
  height: 1.1em;
  border-radius: 3px;
  background: var(--msb-orange);
  content: "";
}

.ms-article-copy h2 {
  font-size: 24px;
}

.ms-article-copy h3 {
  font-size: 20px;
}

.ms-article-copy h4 {
  font-size: 17px;
}

.ms-article-copy a {
  color: var(--msb-orange-dark);
  text-decoration: underline;
  text-decoration-color: rgba(200, 93, 27, 0.35);
  text-underline-offset: 4px;
}

.ms-article-copy img,
.ms-article-copy video,
.ms-article-copy iframe {
  max-width: 100%;
}

.ms-article-copy img {
  height: auto;
  margin: 20px 0;
  border-radius: 14px;
}

.ms-article-copy .alignright {
  float: right;
  margin: 8px 0 18px 22px;
}

.ms-article-copy .alignleft {
  float: left;
  margin: 8px 22px 18px 0;
}

.ms-article-copy table {
  display: block;
  width: 100%;
  margin: 28px 0;
  overflow-x: auto;
  border-collapse: collapse;
}

.ms-article-copy th,
.ms-article-copy td {
  padding: 10px 12px;
  border: 1px solid var(--msb-line);
  text-align: right;
}

.ms-article-copy blockquote {
  margin: 34px 0;
  padding: 22px 25px;
  border: 0;
  border-right: 4px solid var(--msb-orange);
  background: #f8f3eb;
  color: var(--msb-navy-soft);
  font-size: 16px;
  line-height: 2.1;
}

.ms-article-copy ul,
.ms-article-copy ol {
  margin: 1.5em 0;
  padding-right: 22px;
}

.ms-article-copy li {
  margin-bottom: 0.65em;
}

.ms-article-download {
  margin-top: 36px;
  padding: 22px;
  border: 1px dashed #d8cbbb;
  border-radius: 14px;
  background: #faf7f1;
}

.ms-article-footer {
  padding: 0 44px 44px;
}

.ms-satisfaction {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
  min-height: 128px;
  padding: 24px 30px;
  border-radius: 18px;
  background: var(--msb-navy);
  color: #fff;
}

.ms-satisfaction-copy > span {
  display: block;
  font-size: 20px;
  font-weight: 900;
  line-height: 1.6;
}

.ms-satisfaction-copy small {
  display: block;
  margin-top: 5px;
  color: #aebbd0;
  font-size: 10px;
}

.ms-satisfaction .BlogSatisDiv {
  display: flex;
  flex: 0 0 auto;
  width: auto !important;
  padding: 0 !important;
}

.ms-satisfaction .BlogSatisDiv form {
  margin: 0 4px;
}

.ms-satisfaction .BlogSatisIN {
  width: 39px;
  height: 39px;
  margin: 0;
  border: 0;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.12);
  background-size: cover;
  cursor: pointer;
  transition:
    background-color 180ms ease,
    transform 180ms ease;
}

.ms-satisfaction .BlogSatisIN:hover {
  background-color: rgba(255, 255, 255, 0.25);
  transform: translateY(-3px);
}

.ms-satisfaction .BlogInputNone {
  display: none;
}

.ms-article-actions {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  align-items: center;
  padding: 26px 0;
  border-bottom: 1px solid var(--msb-line);
}

.ms-article-tags,
.ms-article-share {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}

.ms-article-tags strong,
.ms-article-share strong {
  margin-left: 3px;
  color: var(--msb-navy);
  font-size: 11px;
}

.ms-article-tags a {
  padding: 6px 10px;
  border-radius: 999px;
  background: #f1ece4;
  color: var(--msb-copy);
  font-size: 10px;
}

.ms-article-tags a:hover {
  background: #eadfce;
  color: var(--msb-orange-dark);
}

.ms-article-share a {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border: 1px solid var(--msb-line-cool);
  border-radius: 50%;
  background: #fff;
  color: var(--msb-navy-soft);
  transition:
    border-color 180ms ease,
    color 180ms ease,
    transform 180ms ease;
}

.ms-article-share a:hover {
  border-color: var(--msb-orange);
  color: var(--msb-orange-dark);
  transform: translateY(-2px);
}

.ms-author {
  display: grid;
  grid-template-columns: 72px minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  padding-top: 28px;
}

.ms-author-avatar img {
  display: block;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 0 0 5px #f2ede5;
}

.ms-author-copy > span {
  color: var(--msb-orange-dark);
  font-size: 9px;
  font-weight: 700;
}

.ms-author-copy h2 {
  margin: 2px 0 4px;
  color: var(--msb-navy);
  font-size: 16px;
  font-weight: 900;
}

.ms-author-copy p {
  max-width: 55ch;
  margin: 0;
  color: var(--msb-muted);
  font-size: 10px;
  line-height: 1.9;
}

.ms-author-link {
  padding: 9px 12px;
  border: 1px solid var(--msb-line);
  border-radius: 9px;
  color: var(--msb-navy-soft);
  font-size: 10px;
  font-weight: 700;
}

.ms-author-link:hover {
  border-color: var(--msb-orange);
  color: var(--msb-orange-dark);
}

.ms-schema-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  white-space: nowrap !important;
}

/* Comments remain visually separate from the reading surface. */
.ms-comments {
  margin-top: 28px;
  padding: 32px 36px;
  border: 1px solid rgba(202, 191, 174, 0.65);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 14px 36px rgba(22, 35, 54, 0.06);
}

.ms-comments .comment-respond,
.ms-comments #respond {
  margin: 0;
}

.ms-comments input[type="text"],
.ms-comments input[type="email"],
.ms-comments input[type="url"],
.ms-comments textarea {
  width: 100%;
  border: 1px solid var(--msb-line-cool);
  border-radius: 10px;
  background: #fafbfc;
}

.ms-comments input[type="submit"] {
  border: 0;
  border-radius: 9px;
  background: var(--msb-orange);
  color: #fff;
}

/* Sidebar rail */
.ms-sidebar-search,
.ms-sidebar-banners,
.ms-sidebar-hotels .wbhtl-simlar-hotel,
.ms-sidebar-widgets > .widget {
  margin: 0 0 18px;
  overflow: hidden;
  border: 1px solid rgba(202, 191, 174, 0.65);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 12px 30px rgba(22, 35, 54, 0.07);
  backdrop-filter: blur(8px);
}

.ms-sidebar-search {
  padding: 18px;
}

.ms-sidebar-search > span {
  display: block;
  margin-bottom: 10px;
  color: var(--msb-navy);
  font-size: 11px;
  font-weight: 800;
}

.ms-sidebar-search form {
  position: relative;
  margin: 0;
}

.ms-sidebar-search .search-form {
  display: block;
}

.ms-sidebar-search input[type="search"],
.ms-sidebar-search input[type="text"] {
  width: 100%;
  height: 42px;
  padding: 0 13px 0 48px;
  border: 1px solid var(--msb-line-cool);
  border-radius: 9px;
  background: #f8fafc;
  color: var(--msb-ink);
  font-size: 11px;
}

.ms-sidebar-search .search-form button {
  position: absolute;
  top: 4px;
  bottom: auto;
  left: 4px;
  float: none !important;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 7px;
  background: var(--msb-navy);
  color: #fff;
  cursor: pointer;
}

.ms-sidebar-search .search-form button .icon-search-icon::before {
  color: #fff !important;
  font-size: 14px;
}

.ms-sidebar-search .search-form button:hover {
  background: var(--msb-orange);
}

.ms-sidebar-banners {
  padding: 10px;
}

.ms-sidebar-banners ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.ms-sidebar-banners li,
.ms-sidebar-banners a,
.ms-sidebar-banners img {
  display: block;
  width: 100%;
  margin: 0;
}

.ms-sidebar-banners a {
  overflow: hidden;
  border-radius: 10px;
  background: #edf0f5;
}

.ms-sidebar-banners img {
  height: auto;
  max-height: 176px;
  object-fit: cover;
}

.ms-sidebar-hotels .wbhtl-simlar-hotel {
  padding: 0 16px 17px;
}

.ms-sidebar-hotels .wbhtl-simlar-hotel > h2 {
  margin: 0 -16px 14px;
  padding: 16px;
  border-bottom: 1px solid var(--msb-line);
  color: var(--msb-navy);
  font-size: 15px;
  font-weight: 900;
}

.ms-sidebar-hotels #HConfirmation {
  margin: 0;
  padding: 0 0 34px;
  list-style: none;
}

.ms-sidebar-hotels #HConfirmation:not(.slick-initialized) > li {
  display: none;
}

.ms-sidebar-hotels #HConfirmation:not(.slick-initialized) > li:first-child {
  display: block;
}

.ms-sidebar-hotels #HConfirmation .slick-list {
  overflow: hidden;
}

.ms-sidebar-hotels #HConfirmation li {
  min-width: 0;
  margin: 0;
  padding: 0;
}

.ms-sidebar-hotels #HConfirmation .wbhtl-img-frame {
  position: relative;
  overflow: hidden;
  border-radius: 11px;
  background: #e9e4dc;
}

.ms-sidebar-hotels #HConfirmation .wbhtl-img-frame img {
  display: block;
  width: 100%;
  height: 154px;
  object-fit: cover;
}

.ms-sidebar-hotels #HConfirmation .wbhtl-discount {
  position: absolute;
  top: 9px;
  left: 9px;
  padding: 5px 8px;
  border-radius: 7px;
  background: var(--msb-orange);
  color: #fff;
  font-size: 9px;
}

.ms-sidebar-hotels #HConfirmation h3.wbhtl-title {
  margin: 12px 0 5px;
  font-size: 14px;
  line-height: 1.75;
}

.ms-sidebar-hotels #HConfirmation h3 a {
  color: var(--msb-navy);
}

.ms-sidebar-hotels #HConfirmation .wbhtl-star-number,
.ms-sidebar-hotels #HConfirmation .wbhtl-text,
.ms-sidebar-hotels #HConfirmation .wbhtl-desc {
  color: var(--msb-muted);
  font-size: 10px;
  line-height: 1.8;
}

.ms-sidebar-hotels #HConfirmation .wbhtl-text {
  display: -webkit-box;
  min-height: 36px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.ms-sidebar-hotels #HConfirmation .wbhtl-desc {
  margin-top: 7px;
  padding-top: 7px;
  border-top: 1px solid var(--msb-line);
}

.ms-sidebar-hotels #HConfirmation .slick-arrow {
  position: absolute;
  top: auto;
  bottom: 0;
  z-index: 2;
  display: grid !important;
  place-items: center;
  width: 27px;
  height: 27px;
  border: 1px solid #d8dee7;
  border-radius: 50%;
  background: #f7f9fc;
  color: var(--msb-navy);
  cursor: pointer;
}

.ms-sidebar-hotels #HConfirmation .slick-arrow [class^="icon-"]::before,
.ms-sidebar-hotels #HConfirmation .slick-arrow [class*=" icon-"]::before {
  color: var(--msb-navy) !important;
  font-size: 10px;
}

.ms-sidebar-hotels #HConfirmation .slick-arrow:hover {
  border-color: var(--msb-orange);
  background: var(--msb-orange);
}

.ms-sidebar-hotels #HConfirmation .slick-arrow:hover [class^="icon-"]::before,
.ms-sidebar-hotels #HConfirmation .slick-arrow:hover [class*=" icon-"]::before {
  color: #fff !important;
}

.ms-sidebar-hotels #HConfirmation .slick-arrow.next {
  right: 0;
}

.ms-sidebar-hotels #HConfirmation .slick-arrow.prev {
  right: 34px;
  left: auto;
}

.ms-sidebar-hotels #HConfirmation .slick-dots {
  right: 0;
  bottom: 8px;
  left: 70px;
  display: flex;
  justify-content: center;
  gap: 4px;
  margin: 0;
  padding: 0;
}

.ms-sidebar-hotels #HConfirmation .slick-dots li,
.ms-sidebar-hotels #HConfirmation .slick-dots button {
  width: 6px;
  height: 6px;
  margin: 0;
  padding: 0;
}

.ms-sidebar-hotels #HConfirmation .slick-dots button {
  border: 0;
  border-radius: 50%;
  background: #d2d9e2;
  font-size: 0;
}

.ms-sidebar-hotels #HConfirmation .slick-dots .slick-active button {
  background: var(--msb-orange);
}

.ms-sidebar-widgets > .widget {
  padding: 18px;
}

.ms-sidebar-widgets > .widget .wbhtl-title,
.ms-sidebar-widgets > .widget > h2 {
  margin: 0 0 14px;
  padding-bottom: 10px;
  border-bottom: 1px solid var(--msb-line);
  color: var(--msb-navy);
  font-size: 14px;
  font-weight: 900;
}

.ms-sidebar-widgets ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ms-sidebar-widgets li {
  padding: 8px 0;
  border-bottom: 1px solid #edf0f4;
  color: var(--msb-copy);
  font-size: 10px;
  line-height: 1.8;
}

.ms-sidebar-widgets li:last-child {
  border-bottom: 0;
}

.ms-blog-page a:focus-visible,
.ms-blog-page button:focus-visible,
.ms-blog-page input:focus-visible,
.ms-blog-page textarea:focus-visible {
  outline: 3px solid rgba(239, 123, 50, 0.35);
  outline-offset: 3px;
}

@keyframes msb-hero-in {
  from {
    opacity: 0;
    transform: scale(1.025);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@media (max-width: 1080px) {
  .ms-blog-container {
    width: min(960px, calc(100% - 36px));
  }

  .ms-blog-grid {
    grid-template-columns: 270px minmax(0, 1fr);
    gap: 24px;
  }

  .ms-article-heading {
    padding: 24px 34px 20px;
  }

  .ms-article-heading h1 {
    max-width: none;
  }

  .ms-article-hero,
  .ms-article-hero img {
    min-height: 360px;
    max-height: 440px;
  }

  .ms-article-content {
    padding-right: 42px;
    padding-left: 42px;
  }
}

@media (max-width: 820px) {
  .ms-blog-page {
    padding-top: 28px;
  }

  .ms-blog-container {
    width: min(700px, calc(100% - 28px));
  }

  .ms-blog-grid {
    grid-template-areas: "article" "sidebar";
    grid-template-columns: 1fr;
  }

  .ms-blog-sidebar {
    display: grid;
    position: static;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }

  .ms-sidebar-search,
  .ms-sidebar-banners,
  .ms-sidebar-hotels .wbhtl-simlar-hotel,
  .ms-sidebar-widgets > .widget {
    margin-bottom: 0;
  }

  .ms-sidebar-widgets,
  .ms-sidebar-banners,
  .ms-sidebar-hotels,
  #pos-article-display-20592 {
    min-width: 0;
  }
}

@media (max-width: 600px) {
  .ms-blog-page {
    padding: 18px 0 46px;
  }

  .ms-blog-page::before {
    right: 14px;
  }

  .ms-blog-container {
    width: calc(100% - 20px);
  }

  .ms-article {
    border-radius: 16px;
  }

  .ms-article-breadcrumb {
    padding: 12px 18px;
  }

  .ms-article-heading {
    padding: 22px 20px 20px;
  }

  .ms-article-heading h1 {
    font-size: 26px;
    line-height: 1.55;
  }

  .ms-article-heading-meta {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .ms-article-hero,
  .ms-article-hero img {
    min-height: 245px;
    max-height: 280px;
  }

  .ms-article-hero,
  .ms-reserve-callout {
    margin-right: 12px;
    margin-left: 12px;
  }

  .ms-article-facts {
    grid-template-columns: 1fr;
    padding: 0 20px;
  }

  .ms-article-facts li {
    min-height: 68px;
    padding: 10px 0;
    border-bottom: 1px solid var(--msb-line);
    border-left: 0;
  }

  .ms-article-facts li:last-child {
    border-bottom: 0;
  }

  .ms-article-content {
    padding: 34px 22px 42px;
  }

  .ms-reserve-callout {
    align-items: flex-start;
    flex-direction: column;
  }

  .ms-article-copy {
    font-size: 14px;
    line-height: 2.2;
  }

  .ms-article-copy h2 {
    font-size: 21px;
  }

  .ms-article-copy .alignright,
  .ms-article-copy .alignleft {
    float: none;
    margin: 18px 0;
  }

  .ms-article-footer {
    padding: 0 18px 28px;
  }

  .ms-satisfaction {
    align-items: flex-start;
    flex-direction: column;
    padding: 22px;
  }

  .ms-article-actions {
    grid-template-columns: 1fr;
  }

  .ms-author {
    grid-template-columns: 62px minmax(0, 1fr);
  }

  .ms-author-avatar img {
    width: 62px;
    height: 62px;
  }

  .ms-author-link {
    grid-column: 1 / -1;
    text-align: center;
  }

  .ms-comments {
    padding: 24px 20px;
  }

  .ms-blog-sidebar {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ms-blog-page *,
  .ms-blog-page *::before,
  .ms-blog-page *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
