.guide-desktop-page {
  padding: 24px 0 40px; }

.guide-desktop-layout {
  display: grid;
  gap: 20px;
  grid-template-columns: 260px minmax(0, 1fr);
  align-items: start; }

.guide-desktop-nav {
  position: sticky;
  top: 96px;
  background: #fff;
  border: 1px solid #d3dffb;
  border-radius: 16px;
  padding: 16px; }

.guide-desktop-nav__title {
  color: #333;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 10px; }

.guide-desktop-nav__list {
  list-style: none;
  margin: 0;
  padding: 0; }

.guide-desktop-nav__list li + li {
  margin-top: 8px; }

.guide-desktop-nav__list a {
  color: #333;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.4; }

.guide-desktop-nav__list a:hover {
  color: #1b5ae7; }

.guide-desktop-content {
  min-width: 0; }

.guide-desktop-card {
  background: #fff;
  border: 1px solid #d3dffb;
  border-radius: 16px;
  padding: 20px;
  margin-bottom: 16px;
  scroll-margin-top: 96px; }

.guide-desktop-title,
.guide-desktop-section-title {
  color: #333;
  margin: 0 0 14px; }

.guide-desktop-title {
  font-size: 28px;
  line-height: 1.25;
  font-weight: 700; }

.guide-desktop-section-title {
  font-size: 24px;
  line-height: 1.3;
  font-weight: 700; }

.guide-gallery--desktop {
  margin-bottom: 14px; }

.guide-gallery__slider {
  position: relative;
  overflow: hidden; }

.guide-gallery__slider .swiper-wrapper {
  display: flex; }

.guide-gallery__item {
  background: transparent;
  border: 0;
  border-radius: 14px;
  cursor: pointer;
  display: block;
  overflow: hidden;
  padding: 0; }

.guide-gallery__item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover; }

.guide-gallery__item--desktop-hero {
  width: 100%;
  height: 360px;
  margin-bottom: 20px; }

.guide-gallery__item--desktop-slide {
  width: 240px;
  height: 170px; }

.guide-gallery__slide {
  width: auto;
  height: auto; }

.guide-gallery-control {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  display: flex;
  align-items: center; }

.guide-gallery-control__button {
  position: relative;
  z-index: 1;
  width: 40px;
  height: 40px;
  border-radius: 16px;
  border: 2px solid #4791fe;
  background-color: #fff;
  background-size: 20px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  padding: 0; }

.guide-gallery-control__overlay {
  position: absolute;
  top: -10px;
  bottom: -10px; }

.guide-gallery-control--prev {
  left: 0; }

.guide-gallery-control--prev .guide-gallery-control__button {
  background-image: url(/x-assets/img/icons/icon-prev-blue.svg); }

.guide-gallery-control--prev .guide-gallery-control__overlay {
  left: 0;
  right: -26px;
  background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%); }

.guide-gallery-control--next {
  right: 0; }

.guide-gallery-control--next .guide-gallery-control__button {
  background-image: url(/x-assets/img/icons/icon-next-blue.svg); }

.guide-gallery-control--next .guide-gallery-control__overlay {
  left: -26px;
  right: 0;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%); }

.guide-gallery-control.swiper-button-disabled .guide-gallery-control__button,
.guide-gallery-control.swiper-button-disabled .guide-gallery-control__overlay {
  display: none; }

.guide-desktop-text-list {
  color: #333;
  font-size: 16px;
  line-height: 1.45;
  margin: 0;
  padding-left: 22px; }

.guide-desktop-text-list li + li {
  margin-top: 8px; }

.guide-desktop-text-list strong,
.guide-desktop-entries strong,
.guide-tip strong,
.guide-disclaimer strong {
  font-weight: 700; }

.guide-desktop-entries {
  color: #333;
  font-size: 18px;
  line-height: 1.45; }

.guide-desktop-entry-title {
  font-weight: 700;
  margin: 0 0 4px; }

.guide-desktop-entry-body {
  margin: 0 0 12px; }

.guide-desktop-entry-body:last-child {
  margin-bottom: 0; }

.guide-medicine-table-wrap--desktop {
  margin-top: 8px; }

.guide-medicine-table-wrap {
  border: 1px solid #d3dffb;
  border-radius: 16px;
  overflow-x: auto; }

.guide-medicine-table {
  width: 100%;
  min-width: 860px;
  border-collapse: collapse; }

.guide-medicine-table th,
.guide-medicine-table td {
  border: 1px solid #d3dffb;
  color: #333;
  text-align: center;
  padding: 10px 12px; }

.guide-medicine-table th {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3; }

.guide-medicine-table td {
  font-size: 15px;
  font-weight: 500;
  line-height: 1.35; }

.guide-tip {
  margin: 12px 0 0;
  color: #333;
  font-size: 14px;
  line-height: 1.4;
  font-weight: 500; }

.guide-disclaimer {
  margin: 8px 0 0;
  color: #5f6673;
  font-size: 12px;
  line-height: 1.4;
  font-weight: 500; }

.guide-desktop-cta {
  background: #fff;
  border: 1px solid #d3dffb;
  border-radius: 16px;
  padding: 18px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px; }

.guide-desktop-cta__avatars {
  display: flex;
  align-items: center; }

.guide-desktop-cta__avatar {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08); }

.guide-desktop-cta__avatar + .guide-desktop-cta__avatar {
  margin-left: -10px; }

.guide-desktop-cta__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover; }

.guide-desktop-cta__title {
  flex: 1;
  color: #333;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2; }

.guide-desktop-cta__button {
  border: 0;
  border-radius: 100px;
  padding: 14px 26px;
  background: #0cc042;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  white-space: nowrap; }

.guide-lightbox {
  align-items: center;
  background: rgba(0, 0, 0, 0.9);
  display: flex;
  inset: 0;
  justify-content: center;
  position: fixed;
  z-index: 9999; }

.guide-lightbox[hidden] {
  display: none; }

.guide-lightbox__image {
  max-height: 92vh;
  max-width: 92vw;
  object-fit: contain; }

.guide-lightbox__close {
  background: transparent;
  border: 0;
  color: #fff;
  cursor: pointer;
  font-size: 36px;
  line-height: 1;
  position: absolute;
  right: 12px;
  top: 8px; }

.guide-lightbox__nav {
  background: rgba(255, 255, 255, 0.15);
  border: 0;
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  font-size: 28px;
  height: 40px;
  line-height: 1;
  position: absolute;
  width: 40px; }

.guide-lightbox__nav--prev {
  left: 8px; }

.guide-lightbox__nav--next {
  right: 8px; }

@media (max-width: 1200px) {
  .guide-desktop-layout {
    grid-template-columns: 1fr; }
  .guide-desktop-nav {
    position: static; } }

@media (max-width: 768px) {
  .guide-desktop-page {
    padding: 14px 0 28px; }
  .guide-desktop-card {
    padding: 14px; }
  .guide-gallery__item--desktop-hero {
    height: 220px; }
  .guide-gallery__item--desktop-slide {
    width: 190px;
    height: 134px; }
  .guide-desktop-title {
    font-size: 22px; }
  .guide-desktop-section-title {
    font-size: 20px; }
  .guide-desktop-text-list,
  .guide-desktop-entries {
    font-size: 16px; }
  .guide-desktop-cta {
    flex-direction: column;
    align-items: flex-start; }
  .guide-desktop-cta__title {
    font-size: 20px; }
  .guide-desktop-cta__button {
    width: 100%; }
  .guide-gallery-control {
    display: none; } }
