/*
Theme Name: EzdiliZnaem
Theme URI: https://ezdili-znaem.com/
Template: generatepress
Author: Ezdili Znaem
Author URI: https://ezdili-znaem.com/
Description: Theme with custom styles for a travel website.
Version: 1.0.0
Updated: 2025-07-03
Text Domain:  generatepress-child
*/

    :root {
	  --brand: #DA4453; /* кнопки */
	  --link: #1e73be; /* синий */		
    }



/* ОСНОВНОЕ */

body {
  color: #333;
}

h1, h2, h3, h4, h5 {
  font-family: Georgia, "Times New Roman", Times, serif;
  line-height: 1.1;
  margin-bottom: 1rem;
  font-weight: 600;
  color: var(--brand);
}

h1 {
  font-size: 1.875rem;
}

h2 {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1.75rem;
  font-weight: 600;
}

h3 {
  font-size: 1.4rem;
}

h4 {
  font-size: 1.2rem;
}

blockquote {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  font-size: 1.075rem;
  margin: 18px 0;
}

/* СПИСКИ */

ul li, ol li{
	margin-bottom: 8px;
    }

ul ul {
  margin-top: 0.5rem;
}

.entry-content ul{
   margin-left: 2.5rem;
 }

.entry-content ol {
 margin-left: 1.5rem;
 }

.entry-content li > ul,
.entry-content li > ol {
  margin-top: 0.5rem;
}

.entry-content ul ul li::marker {
  content: "– ";
  color: #999;
}


/* 2-3 КОЛОНКИ РЯДОМ */
.col-md-6, .kolonki2 {
  float: left;
  width: 50%;
  box-sizing: border-box; /* чтобы padding и border не ломали ширину */
}

.col-md-4, .kolonki3 {
  float: left;
  width: 33.3333%;
  box-sizing: border-box;
}

/* Очистка после блоков — важно, чтобы родитель учитывал float */
.entry-content::after {
  content: "";
  display: table;
  clear: both;
}

.fotopin{
  padding: 0 8px 18px;
}

/* для мобильных */
@media (max-width: 768px) {
	
 h1 {
  font-size: 26px;
 }

 h2 {
  font-size: 25px;
 }
	
 h3 {
  font-size: 21px;
 }
	
	 h4 {
  font-size: 19px;
 }
	
  .col-md-6,
  .col-md-4, .kolonki2, .kolonki3 {
    float: none;
    width: 100%;
  }
	
 .fotopin{
  padding: 9px 0 18px;
 }
	
}

.copyright{
	  display: block;
  margin: 18px 0;
	  font-size: 0.8rem;
	  line-height: 1rem;
 }


/* =ШАПКА
----------------------------------------------- */

.site-header {
  background-color: #363636;
}


/* Упорядочить логотип, заголовок и меню в одну строку */
.inside-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 18px 0;
  position: relative;
  z-index: 1;
}

/* Логотип и заголовок — в одной группе */
.site-branding-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: 70%;
}

.site-logo {
  margin-right: 10px;
}

.main-title {
  font-style: italic;   
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: 1.5em;
  margin: 0;
  line-height: 1.2;
  word-break: break-word;
}

/* Меню справа */
.main-navigation.mobile-menu-control-wrapper {
  flex-shrink: 0;
}

/* Полоса фото снизу */
.site-header::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 9px;
  height: 44px;
  background-image: url('https://ezdili-znaem.com/wp-content/uploads/2025/07/logo-bg-poloska-01.webp'); 
  background-repeat: repeat-x;
  background-position: left bottom;
  background-size: auto 44px;
  pointer-events: none;
  z-index: 0;
}


/* ВЫВОД ЛОГО */

.site-logo {
  display: inline-block;
}
.site-branding {
  display: none;
}

/* Мобильный вариант — фиксируем меню и закрепляем шапку при прокрутке */
@media (max-width: 968px) {
  .inside-header {
    flex-direction: row;
	padding:21px;
  }

  .main-navigation.mobile-menu-control-wrapper {
    margin-left: auto;
  }

  .main-title {
    font-size: 1.1em;
  }
	
	.site-header {
  min-height: 108px; /* минимальная высота шапки */
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10000; /* чтобы была поверх всего */
}

	.site-content {
  padding-top: 1px;  /* равен высоте шапки */
}

	.site-header::after {
  background-image: url('https://ezdili-znaem.com/wp-content/uploads/2025/07/logo-bg-poloska-02.webp');
  background-repeat: no-repeat;
  background-size: cover; /* было auto 28px; */
  height: 28px;
  bottom: 8px; /* серый фон под полоской */
}

/* На мобильных текст вместо лого */
  .site-logo {
    display: none;  /* прячем лого */
  }
  .site-branding {
    display: inline-block; /* показываем текст */
    font-size: 21px;      
    font-weight: bold;
    color: #fff;         
  }

}

/* =Navigation
----------------------------------------------- */

/* Первый уровень меню */

.main-navigation ul li, .main-nav ul li{
	margin-bottom: 0;
	}

.main-navigation .main-nav > ul > li > a {
  background: transparent;
  color: #fff;
  padding: 10px 16px;
  font-size: 15px;
  text-transform: uppercase;
  border: none;
  transition: none;
}

.main-navigation .main-nav > ul > li > a:hover,
.main-navigation .main-nav > ul > li[class*="current"] > a {
  color: #fff;
}

/* Второй уровень (подменю) */
.main-navigation .main-nav ul ul {
  background: #fff;
  padding: 0;
  border: none;
  box-shadow: none;
  border-radius: 0;
  min-width: 180px;
}

/* Пункты второго уровня */
.main-navigation .main-nav ul ul li a {
  color: #333;
  padding: 10px 16px;
  text-transform: none;
  border: none;
  border-bottom: 1px dashed #e0e0e0;
  background: transparent;
}

/* Наведение на подменю */
.main-navigation .main-nav ul ul li a:hover {
  background-color: var(--brand);
  color: #fff;
}

/* Третий уровень подменю */
.main-navigation .main-nav ul ul ul {
  background: transparent;
  box-shadow: 0 2px 8px rgba(0,0,0,0.12);
  border-radius: 6px;
  padding: 0;
  margin-top: 9px;
  margin-left: -55px;
  z-index: 9999;
}

.main-navigation .main-nav ul ul ul li a {
  padding: 10px 16px;
  color: #333;
  text-transform: none;
  background-color: #ddd;
  border: none;
  border-bottom: 1px solid #fff;
  border-radius: 6px;
  transition: background 0.3s;
}

/* При наведении*/
.main-navigation .main-nav ul ul ul li a:hover {
  background-color: var(--brand);
  color: #fff;
}

/* На мобильных текст вместо лого */
@media (max-width: 968px) {
	
 .main-navigation .main-nav ul li a {
  line-height: 28px;
  background-color: #363636;
 }
	
 .main-navigation .main-nav ul ul ul {
  margin-top: 0;
  margin-left: 0;
	 padding-left: 9px;
 }
	
/* Мобильное выпадающее меню */

 .main-navigation {
  position: fixed !important;
  top: 50px; /* под кнопкой */
  right: -100%;
  width: 70%;
  height: calc(100vh - 50px);
  background: transparent;
  z-index: 9999;
  overflow-y: auto;
  transition: none;
 }

 .main-navigation.toggled {
  right: 0;
 }

 .menu-toggle {
  position: fixed;
  top: 10px;
  right: 15px;
  z-index: 10000;
  background: transparent;
  border: none;
  font-size: 28px;
  color: #fff;
  cursor: pointer;
 } 
}

/* =ГЛАВНАЯ 
----------------------------------------------- */

h2.entry-title a {
	  font-family: Georgia, sans-serif;
	  font-weight: 600;
	  font-size: 1.8rem;
		color: #333;
}

h2.entry-title a:hover {
	color: var(--brand);
}

@media (max-width: 768px) {
  h2.entry-title,
  h2.entry-title a {
    font-size: 24px !important;
  }
}

.entry-mysummary {
  margin-top: 8px;
}

.post-image {
	margin-bottom: 0;
}

.post-image img {
	width: 100%;
	height: auto;
	display: block;
	border-radius: 8px 8px 0 0;  
}

.inside-article, .widget, .comments-area {
	background-color: #fff;
	border: 1px solid #e0e0e0; 
    border-radius: 0 0 8px 8px;         /* скругленные углы */
	margin-bottom: 28px;
	box-sizing: border-box;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05); /* легкая тень */
}

.read-more-link {
  text-align: right;
	font-size:0.8em;
  margin-top: 18px; 
}

.read-more-link a.read-more-button {
  display: inline-block;
  padding: 9px 18px;
  background-color: var(--brand);
  color: #fff;
  text-decoration: none;
  border-radius: 6px;
  font-weight: 500;
  transition: background-color 0.3s ease;
}

.read-more-link a.read-more-button:hover {
  background-color: #005bb5;
}


/* =Post
----------------------------------------------- */

.featured-image-top {
  width: 100%;
  margin-bottom: 0;
  padding: 0;
}

.featured-image-top img {
  display: block; 
  margin: 0;
  padding: 0;
}

.post-meta, .entry-meta {
    margin: 9px 0 18px;
	font-size:0.875rem;
}

.post-meta a, .entry-meta a {
  color: #555;
  text-decoration: none;
}

.post-meta a:hover {
  color: #1b73be;
}

.meta-item:not(:last-child) {
    margin-right: 8px; 
}

.meta-item {
   white-space: nowrap;
}

.entry-content img {
	border-radius: 8px;  
}

/* теги */

.related-tags-block {
    margin-top: 28px;
    border-top: 1px solid #ddd;
    padding-top: 15px;
}

.related-tags-block .tag-button {
    display: inline-block;
    background-color: #f0f0f0;
    border-radius: 18px;
    padding: 6px 15px;
    margin: 0 8px 8px 0;
	font-size: 0.9rem;
    color: #0073aa;
    text-decoration: none;
    transition: background-color 0.3s ease;
}

.related-tags-block .tag-button:hover {
    background-color: #d0e6f8;
    text-decoration: none;
}

/* сохрани себе */

.sohrani-block {
  display: flex;
  flex-wrap: wrap;
  align-items: center; /* Это нужно */
  gap: 10px;
  padding: 10px;
  border: 1px solid #ccc;
  margin: 18px auto 8px;
}

.sohrani-label {
  font-size: 0.9rem;
  white-space: nowrap;
}

.sohrani-buttons {
  flex: 1;
  min-height: 28px;
  align-items: center;
}

@media (max-width: 600px) {
  .sohrani-buttons {
  min-height: 36px;
    flex-basis: 100%;
  }
}


/* =Комментарии
----------------------------------------------- */

.comment-reply-title,
.comments-title {
font-size: 1.5rem;
}

.comment-content {
  margin-top: 0;
	  padding: 18px;
}

/* кнопки навигации Вперед Назад */

.comment-navigation {
	display: flex;
	justify-content: center;
	gap: 18px;
	margin: 2em auto;
	flex-wrap: wrap; /* если мало места, уйдут на следующую строку */
}

.comment-navigation .nav-previous,
.comment-navigation .nav-next {
	font-size: 14px;
	padding: 0.6em 1em;
	background-color: #f0f0f0;
	border: 1px solid #ddd;
	border-radius: 5px;
	transition: background-color 0.2s, border-color 0.2s;
	cursor: pointer;
	color: #333;
}

.comment-navigation .nav-previous a,
.comment-navigation .nav-next a {
	text-decoration: none;
}

.comment-navigation .nav-previous:hover,
.comment-navigation .nav-next:hover {
	background-color: #e4e4e4;
	border-color: #ccc;
}


/* =САЙДБАР
----------------------------------------------- */

/* заголовок виджета */
.widget-title {
  font-size: 1.175em;
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 15px;
  border-bottom: 2px solid #DA4453; /* цветная линия под заголовком */
  padding-bottom: 5px;
  text-transform: uppercase;
}

/* список в виджете (например, категории, последние записи) */
.widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.widget ul li {
  padding: 8px 0;
  border-bottom: 1px solid #eee;
}

.widget ul li:last-child {
  border-bottom: none;
}

.widget ul li a {
  text-decoration: none;
}

.widget ul li a:hover {
  color: #3498db;
}

/* кнопка или ссылки (например, в виджете поиска) */
.widget input[type="submit"], 
.widget button {
  background-color: #3498db;
  color: #fff;
  border: none;
  padding: 10px 15px;
  cursor: pointer;
  border-radius: 4px;
  font-weight: 600;
  transition: background-color 0.3s ease;
}

.widget input[type="submit"]:hover, 
.widget button:hover {
  background-color: #2980b9;
}


/* =Сайдбар. Виджет свежих комментов
----------------------------------------------- */

    .recent-comments-widget{
		        font-size: 15px;
    }
    .recent-comments-widget .comment-item {
        margin-bottom: 18px;
        overflow: hidden; /* сброс float */
    }
    .recent-comments-widget .comment-avatar {
        float: left;
        width: 55px;
        height: 55px;
        border-radius: 50%;
        margin-right: 10px;
    }
    .recent-comments-widget .comment-meta {
        color: #555;
        margin-bottom: 3px;
    }
    .recent-comments-widget .comment-link {
        display: block;
        line-height: 1.4;
    }



/* =Дополнительно
----------------------------------------------- */


/* Кнопки брони */

.knopki {
	text-align: center; 
	margin: 9px 0 55px;
}

.knopki ul{
	list-style: none; 
	padding: 0;
	margin:0;
}

.knopki ul li{
	margin-bottom:7px;
}

.knopki a{
	display: inline-block; 
	padding: 10px 20px; 
	border-radius: 6px; 
	font-size: 1.1rem; 
	color: #fff; 
	text-decoration: none !important;
	width: 280px; 
	text-align: center; 
}

/* Кнопка красная была, цвет brand, стала синяя */

.butnewred, .butorange, .buttez {
  display: inline-block;
  text-decoration: none !important;
  font-size: 1.2rem; 
  min-height: 2.25rem;
  padding: .875rem 2rem;
  border: 0;
  border-radius: .9rem;
  text-align: center;
  cursor: pointer;
  vertical-align: middle;
  user-select: none;
  font-weight: 600;
  color: #fff;
  margin: .75rem 0 1.75rem;
}

/* Кнопка красная была, цвет brand, стала синяя */

.butnewred, .buttez {
  background-color: #006de7;
}

/* Кнопка оранжевая */
.butorange {
  background-color: #FF7A22;
}

/* Кнопка при наведении темно синяя */
.butnewred:hover, .butorange:hover{
  background-color: #024ace;
  color: #fff; 
}


/* Кнопка-купон */

.butkupon {
	background-color: #cf2e2e; 
	box-shadow: 0 0 0 4px #cf2e2e, 2px 1px 6px 4px rgb(10 10 0 / 50%);
	margin: 18px 0; 
	padding: 18px; 
	color: #fff; 
	font-family: Poppins,sans-serif; 
	font-size: 18px; 
	font-weight: bold; 
	line-height: 1.5em; 
	border: 2px dashed #fff; 
	border-radius: 8px; 
	display: inline-block; 
	text-transform: uppercase;
	text-decoration: none !important;
}

.butkupon:hover{
	box-shadow: 0 0 0 4px #cf2e2e, 2px 1px 6px 4px rgb(10 10 0 / 18%);
	color: #fff !important; 
}

/* Цветной текст */

.redtext {
  color: #ee2929;
  font-size: 1.8em;
}

.red {
  color: #ee2929;
}

.blackbold {
  font-weight: 600;
}

/* Текст на голубом фоне */
.frazabox {
  background-color: #E4F2F8;
  border: 0;
  border-radius:18px;
  padding: 18px;
  margin: 28px 18px;
  text-align:center;
  color: #00008b;
}

/* Текст на желтом фоне */
.frazaboxy {
  background-color: #fff8da;
  border: 0;
  border-radius:20px;
  padding: 18px;
  margin: 18px;
  text-align:center;
  color: #00008b;
}

/* faq block под постом */

.faq-block {
  font-family: 'Montserrat', sans-serif;
  max-width: 800px;
  margin: 28px 9px;
  color: #222;
}

.faq-block h3 {
  margin-bottom: 18px;
}

.faq-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

ul.faq-list {
  margin-left: 0;
}

.faq-list li {
  flex: 1 1 250px;
}

.faq-list a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 20px;
  background-color: #f9f9f9;
  border-radius: 6px;
  text-decoration: none !important;
  color: #222;
  font-size: 18px;
  font-weight: 500;
  border: 1px solid #ddd;
  transition: background-color 0.15s ease, border-color 0.15s ease;
  position: relative;
}

.faq-list a::before {
  content: "➔";
  color: var(--brand);
  font-size: 18px;
  display: inline-block;
  margin-right: 8px;
}

.faq-block .faq-list a:hover {
  background-color: #e6f0ff;
  border-color: #3399ff;
}

.faq-links a:hover::before {
  color: #3399ff;
}

/* faq post ответы на вопросы в посте */

.faq-post {
  margin-top: 2em;
  margin-left: 0;
}

.faq-post dt {
  font-family: Georgia, "Times New Roman", Times, serif;
	  font-style: italic;
  font-weight: bold;
  margin-top: 1em;
  margin-bottom: 0.5em;
  font-size: 1.1em;
}

.faq-post dd {
  margin-left: 1em;
}

/* lifehack block под постом. Не используется */

.tips-block {
      max-width: 600px;
      margin: 8px auto;
    }

    .tips-title {
      font-size: 1.2rem;
      font-weight: 600;
      margin-bottom: 16px;
    }

    .tips-list {
      counter-reset: item;
      list-style: none;
      padding: 0;
      margin: 0;
    }

    .tips-list li {
      position: relative;
      padding-left: 66px;
      margin-bottom: 12px;
      line-height: 1.5;
      padding-top: 14px;
      padding-bottom: 14px;
      padding-right: 16px;
      border: 1px solid #eee;
      border-radius: 4px;
    }

    .tips-list li::before {
      counter-increment: item;
      content: counter(item);
      position: absolute;
      left: 16px;
      top: 50%;
      transform: translateY(-50%);
      width: 28px;
      height: 28px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-weight: 600;
      color: #888;
      background-color: #f0f0f0;
      border-radius: 50%;
      transition: color 0.2s ease, background-color 0.2s ease;
      font-size: 18px;
    }

    .tips-list li:hover::before {
      color: #004080;
      background-color: #e0eaff;
    }

/* eсли вы спешите*/

  .korotko {
	background: #fff4e5; 
	border: 1px solid #ffd9a3; 
	border-radius: 8px; 
	padding: 18px 20px 18px; 
	margin: 28px 8px;
    }

  .korotko ul{
	padding: 0 18px 0 0;
    }

  .korotko li{
	margin-bottom: 18px;
    }

/* Соц.иконки */

.social-icons {
  display: flex;
  opacity: 0.7;
  gap: 15px;
}

.social-icon {
  display: inline-block;
  width: 32px;
  height: 32px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: opacity 0.3s ease;
}

.social-icon:hover {
  opacity: 0.5;
}

.social-icon.facebook {
  background-image: url('/wp-content/uploads/2025/07/facebook.svg');
}

.social-icon.telegram {
  background-image: url('/wp-content/uploads/2025/07/telegram.svg');
}

.social-icon.youtube {
  background-image: url('/wp-content/uploads/2025/07/youtube.svg');
}

.social-icon.instagram {
  background-image: url('/wp-content/uploads/2025/07/instagram.svg');
}

.social-icon.vk {
  background-image: url('/wp-content/uploads/2025/07/vk.svg');
}

.social-icon.pinterest {
  background-image: url('/wp-content/uploads/2025/07/pinterest.svg');
}

/* Кнопки Pinterest на картинке */

.pinterest-wrapper {
  position: relative;
  display: inline-block;
}

.pinterest-wrapper img {
  display: block;
}

.pinterest-btn {
  position: absolute;
  top: 8px;
  left: 8px; /* Левая позиция */
  width: 48px;
  height: 48px;
  background-color: #e60023;
  border-radius: 28%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.2s ease;
  z-index: 10;
  text-decoration: none;
}

.pinterest-btn svg {
  width: 16px;
  height: 16px;
  fill: white;
}

.pinterest-wrapper:hover .pinterest-btn {
  opacity: 1;
}

/* Вывод стран и городов в категориях */

.regiony-grid {
  list-style: none;
  padding: 0;
  margin: 0;
}


.region h3 a {
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1.2rem;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 18px;
}

.region:hover {
  text-decoration: underline;
}

.strany-list, .goroda-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
  margin-bottom: 28px;
}

.strany-list li, .goroda-list li {
  background: #f2f2f2;
  border-radius: 9999px;
  padding: 8px 18px;
  transition: background 0.2s ease;
  white-space: nowrap;
		margin-bottom: 0;
}

.strany-list li a {
  font-weight: 500;
  color: #222;
  text-decoration: none;
  font-size: 15px;
  display: block;
}

.goroda-list li a {
  font-weight: 500;
  color: var(--link);
  text-decoration: none;
  font-size: 0.9rem;
  display: block;
}

.strany-list li:hover, .goroda-list li:hover {
  background: #ddd;
}

@media (max-width: 768px) {
  [id] {
    scroll-margin-top: 108px; /* высота мобильной шапки */
  }
}

/* Содержание - аккордеон */

details {
  margin: 0 0 1.5em;
  border: 1px solid #ccc;
  border-radius: 5px;
  overflow: hidden;
}

details summary {
  background-color: #f5f5f5;
  padding: 12px 18px;
  cursor: pointer;
  position: relative;
  user-select: none;
  border-bottom: 1px solid #ddd;
}

details ul {
  padding:18px 18px 8px 8px;
}

/* Содержание без аккордеона */

.toc-container {
    background-color: #f9f9f9;
    border: 1px solid #e0e0e0;
    padding: 20px;
    border-radius: 8px;
    margin: 28px 0;
    font-family: sans-serif;
}

.toc-title {
    font-weight: bold;
    margin-top: 0;
    font-size: 18px;
    color: #333;
    display: block;
    margin-bottom: 15px;
}

.toc-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 0;
}

.toc-list li {
    margin-bottom: 10px;
}

.toc-list li a {
    color: #008148;
    text-decoration: none;
    border-bottom: 1px dashed #008148;
    transition: all 0.2s ease;
}

.toc-list li a:hover {
    border-bottom-style: solid;
    color: #005a32;
}


/* Секция с отелями */
  .hotels {
  background-color: #fafafa; 
  padding: 18px 9px 9px;
  font-family: sans-serif;
	margin-bottom: 18px;
}

.hotels h3, .hotels h4 {
  text-align: center;
  font-size: 1.5rem;
  margin-bottom: 18px;
  color: #333;
}

.hotels ul {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin: 0;
}

.hotels li {
  flex: 1;
  text-align: center;
  padding: 10px;
  font-size: 16px;
  color: #333;
}

.hotels li a {
  color: #0077cc;
  text-decoration: none;
}

.hotels li a:hover {
  text-decoration: underline;
  color: #004d99;
}

/* Вертикальные линии по бокам центральной колонки */
.hotels li:nth-child(2) {
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
}

.hotels .rub-link {
  text-decoration: underline;
  color: #004d99;
}

.hotels .rub-link:hover {
  color: var(--brand);
}


/* Мобильная адаптация — три узких колонки */
@media (max-width: 480px) {
  .hotels li {
    flex: 0 0 33.33%;
    font-size: 14px;
  }
}

/* Оформление таблиц table */

.eztable {
    width: 100%;
    max-width: 100%;
	border-collapse: collapse;
}

/* Заголовки таблицы */
.eztable th {
    background-color: #5D6D7E; /* Фон для заголовков */
    color: white;
    padding: 8px 12px; 
	text-align: left;
    font-weight: bold; 
}
.eztable td {
    padding: 8px 12px; 
	border: 1px solid #ddd;
}

.eztable tr:nth-child(odd) {
    background-color: #f9f9f9; 
}

.eztable tr:nth-child(even) {
    background-color: #f1f1f1; 
}

.eztable tr:hover {
    background-color: #e1e1e1; /* Легкий серый фон при наведении */
}

/* Таблица для мобильных устройств */
@media (max-width: 768px) {
    .eztable {
        font-size: 0.8rem; 
    }

    .eztable td, .eztable th {
        padding: 7px;
    }

}




