/* Cyprus Go UI overrides: blue theme, nicer related posts, poll */
:root {
  --gc-blue: #1565c0;
  --gc-blue-deep: #0d47a1;
  --gc-blue-soft: #1e88e5;
  --gc-cyan: #4fc3f7;
  --gc-cyan-hot: #29b6f6;
  --gc-ink: #0b3a6e;
}

/* --- Primary blue menu (complete, no Tempera dependency) --- */
#access {
  clear: both;
  margin: 0;
  padding: 0;
  background: var(--gc-blue) !important;
  border-radius: 4px;
  overflow: hidden;
}
#access .menu,
#access ul,
#access ul.menu,
#access #prime_nav {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  float: none !important;
}
#access li {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
#access a,
#access a:link,
#access a:visited {
  color: #fff !important;
  text-decoration: none !important;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.25;
}
#access a:hover,
#access a:focus,
#access a:active,
#access ul li a:hover {
  color: #fff !important;
}
#access a span {
  display: block;
  padding: 11px 12px;
  white-space: nowrap;
  border: 0;
  box-shadow: none;
}
#nav-toggle {
  /* Hamburger leftover from Tempera — hide; menu is always visible via our CSS */
  display: none !important;
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  border: 0 !important;
  background: transparent !important;
  visibility: hidden !important;
  pointer-events: none !important;
}

/* --- Brown → blue (legacy theme accents) --- */
#access,
#footer2,
.sidey .widget-title,
#content h3.entry-format,
a.continue-reading-link,
#cryout_ajax_more_trigger,
.columnmore a:hover,
.slider-bullets .nivo-controlNav a,
.slider-bullets .nivo-controlNav a:hover,
.slider-bullets .nivo-controlNav a.active {
  background-color: var(--gc-blue) !important;
  background: var(--gc-blue) !important;
}

#footer2 {
  text-align: center !important;
  padding: 14px 16px !important;
  box-sizing: border-box;
}
#site-copyright {
  display: block;
  width: 100%;
  margin: 0 auto;
  text-align: center !important;
  color: #fff !important;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.45;
}

#access > .menu > ul > li > a > span {
  border-color: var(--gc-blue-deep) !important;
  box-shadow: none !important;
}

#access a:hover,
#access ul li.current_page_item > a,
#access ul li.current-menu-item > a,
#access ul li.current_page_ancestor > a,
#access ul li.current-menu-ancestor > a {
  background-color: var(--gc-blue-soft) !important;
}

/* Desktop: blue menu as volumetric buttons with 2px white gaps (all pages) */
@media (min-width: 701px) {
  body.home #header,
  body.home #header-full,
  body.home #masthead,
  body.home #access,
  body.home #access .menu,
  body:not(.home) #access,
  body:not(.home) #access .menu {
    background: #fff !important;
    background-color: #fff !important;
  }
  body:not(.home) #access {
    overflow: visible !important;
    border-radius: 0 !important;
  }
  #access #prime_nav {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 2px !important;
    row-gap: 2px !important;
    column-gap: 2px !important;
    align-items: stretch;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
    background: #fff !important;
    background-color: #fff !important;
    width: 100% !important;
    box-sizing: border-box;
    float: none !important;
  }
  #access #prime_nav > li {
    float: none !important;
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    background-color: transparent !important;
    position: relative;
  }
  #access #prime_nav > li > a {
    display: block !important;
    height: 100%;
    color: #fff !important;
    background: linear-gradient(180deg, var(--gc-blue-soft) 0%, var(--gc-blue) 55%, var(--gc-blue-deep) 100%) !important;
    background-color: var(--gc-blue) !important;
    margin: 0 !important;
    border-radius: 4px;
    box-shadow:
      0 1px 0 rgba(255, 255, 255, 0.28) inset,
      0 -1px 0 rgba(0, 0, 0, 0.18) inset,
      0 2px 4px rgba(11, 58, 110, 0.28),
      0 1px 0 rgba(0, 0, 0, 0.12);
    transition: transform 0.15s ease, box-shadow 0.15s ease, filter 0.15s ease;
  }
  #access #prime_nav > li > a > span {
    display: block;
    padding: 11px 10px !important;
    font-size: 14px;
    font-weight: 400;
    border: 0 !important;
    border-right: 0 !important;
    box-shadow: none !important;
    color: #fff !important;
    text-shadow: none;
  }
  #access #prime_nav > li > a:hover,
  #access #prime_nav > li.current_page_item > a,
  #access #prime_nav > li.current-menu-item > a,
  #access #prime_nav > li.current_page_ancestor > a,
  #access #prime_nav > li.current-menu-ancestor > a {
    color: #fff !important;
    background: linear-gradient(180deg, var(--gc-cyan-hot) 0%, var(--gc-blue-soft) 45%, var(--gc-blue) 100%) !important;
    background-color: var(--gc-blue-soft) !important;
    box-shadow:
      0 1px 0 rgba(255, 255, 255, 0.35) inset,
      0 -1px 0 rgba(0, 0, 0, 0.16) inset,
      0 3px 8px rgba(11, 58, 110, 0.35),
      0 1px 0 rgba(0, 0, 0, 0.1);
    filter: brightness(1.03);
  }
  #access #prime_nav > li > a:active {
    transform: translateY(1px);
    box-shadow:
      0 1px 0 rgba(255, 255, 255, 0.15) inset,
      0 1px 2px rgba(11, 58, 110, 0.25);
    filter: brightness(0.98);
  }
}

/* Mobile: keep solid blue menu bar (no button gaps / volume) */
@media (max-width: 700px) {
  #access #prime_nav {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 0 !important;
    row-gap: 0 !important;
    column-gap: 0 !important;
    width: 100% !important;
  }
  #access #prime_nav > li {
    flex: 1 1 auto;
  }
  #access #prime_nav > li > a {
    border-radius: 0 !important;
    box-shadow: none !important;
    color: #fff !important;
    background: var(--gc-blue) !important;
    background-color: var(--gc-blue) !important;
    filter: none !important;
    transform: none !important;
  }
  #access #prime_nav > li > a > span {
    color: #fff !important;
    text-shadow: none !important;
    padding: 10px 8px !important;
  }
  #access #prime_nav > li > a:hover,
  #access #prime_nav > li.current_page_item > a,
  #access #prime_nav > li.current-menu-item > a {
    background: var(--gc-blue-soft) !important;
    background-color: var(--gc-blue-soft) !important;
    box-shadow: none !important;
    filter: none !important;
    color: #fff !important;
  }
}

.sidey .widget-title {
  border-color: var(--gc-blue-deep) !important;
  color: #fff !important;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6,
#front-text1 h1,
#front-text2 h1,
#content .entry-content h1,
#content .entry-content h2,
#content .entry-content h3,
#content .entry-content h4,
#content .entry-content h5,
#content .entry-content h6,
.entry-content tr th,
.entry-content thead th {
  color: var(--gc-blue) !important;
}

/* Home H1 under map: keep compact look (was span font-size:22px) */
body.home #front-text2 h1 {
  font-size: 22px !important;
  line-height: 1.35 !important;
  font-weight: 700;
  margin: 0.6em 0 0.4em;
}
body.home #front-text2 h1 span {
  font-size: inherit !important;
}

#author-info,
#entry-author-info,
.page-title,
.sticky .entry-header {
  border-color: var(--gc-blue) !important;
}

.entry-meta .icon-metas:before,
.entry-meta span a,
.comments-link a {
  color: var(--gc-blue) !important;
  border-bottom-color: var(--gc-blue) !important;
}

a.continue-reading-link i.icon-right-dir,
a.continue-reading-link i.icon-right-dir::before,
a.continue-reading-link i.icon-right-dir::after {
  display: none !important;
  content: none !important;
  font-size: 0 !important;
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
  visibility: hidden !important;
  speak: never;
}
a.continue-reading-link::after {
  content: none !important;
  display: none !important;
  background: none !important;
  background-color: transparent !important;
  border: 0 !important;
  width: 0 !important;
  height: 0 !important;
}

/* Category / tag chips under posts — same language as «Читать дальше» */
footer.entry-meta,
#content footer.entry-meta {
  clear: both;
  padding-top: 0.35rem;
}

footer.entry-meta .bl_categ,
.entry-meta .bl_categ {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: center;
  margin: 0.35rem 0 0.75rem;
}

footer.entry-meta .bl_categ > i.icon-folder-open,
.entry-meta .bl_categ > i.icon-folder-open,
footer.entry-meta .bl_categ > i.icon-metas,
.entry-meta .bl_categ > i.icon-metas {
  display: none !important;
}

footer.entry-meta .bl_categ a,
.entry-meta .bl_categ a[rel="tag"],
.entry-meta .bl_categ a {
  display: inline-block !important;
  padding: 6px 12px !important;
  margin: 0 !important;
  background: var(--gc-blue) !important;
  color: #fff !important;
  border: 0 !important;
  border-bottom: 0 !important;
  border-radius: 6px !important;
  text-decoration: none !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  line-height: 1.3 !important;
  box-shadow: none !important;
}

footer.entry-meta .bl_categ a:hover,
.entry-meta .bl_categ a:hover {
  background: var(--gc-cyan-hot) !important;
  color: var(--gc-ink) !important;
  border-bottom: 0 !important;
}

/* Category archive headings */
#content h1.page-title {
  color: var(--gc-blue-deep) !important;
  font-size: 1.35rem !important;
}

/* Category / archive magazine cards: equal thumbs + equal excerpt height */
.magazine-layout #content article.post,
.magazine-layout.search #content article {
  display: flex;
  flex-direction: column;
  min-height: 340px;
  box-sizing: border-box;
}

.magazine-layout #content article.post .entry-header,
.magazine-layout.search #content article .entry-header {
  min-height: 3.2em;
}

.magazine-layout #content article.post h2.entry-title,
.magazine-layout.search #content article h2.entry-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.35;
  max-height: calc(1.35em * 2);
  margin: 0 0 0.35em;
}

.magazine-layout #content article.post .entry-summary,
.magazine-layout.search #content article .entry-summary {
  flex: 1 1 auto;
  overflow: hidden;
}

.magazine-layout #content .entry-summary > a:first-child,
.magazine-layout.search #content .entry-summary > a:first-child {
  display: block;
  float: left;
  width: 250px;
  max-width: 48%;
  height: 170px;
  margin: 0 12px 10px 0;
  overflow: hidden;
  line-height: 0;
}

.magazine-layout #content .entry-summary img.post_thumbnail,
.magazine-layout #content .entry-summary img.wp-post-image,
.magazine-layout.search #content .entry-summary img.post_thumbnail,
.magazine-layout.search #content .entry-summary img.wp-post-image {
  float: none !important;
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  object-fit: cover;
  object-position: center;
}

.magazine-layout #content .entry-summary > p:not(:last-of-type),
.magazine-layout.search #content .entry-summary > p:not(:last-of-type) {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  line-height: 1.55;
  max-height: calc(1.55em * 5);
  min-height: calc(1.55em * 5);
  margin: 0 0 0.65em !important;
}

.magazine-layout #content .entry-summary > p:last-of-type,
.magazine-layout.search #content .entry-summary > p:last-of-type {
  clear: both;
  margin: 0.35em 0 0 !important;
  min-height: 1.6em;
  max-height: none;
  display: block;
  -webkit-line-clamp: unset;
  overflow: visible;
}

.magazine-layout #content article.post footer.entry-meta,
.magazine-layout.search #content article footer.entry-meta {
  margin-top: auto;
  padding-top: 0.4em;
}

@media (max-width: 800px) {
  .magazine-layout #content article.post,
  .magazine-layout.search #content article {
    min-height: 0;
  }

  .magazine-layout #content .entry-summary > a:first-child,
  .magazine-layout.search #content .entry-summary > a:first-child {
    float: none;
    width: 100%;
    max-width: 100%;
    height: auto;
    aspect-ratio: 250 / 170;
    margin: 0 0 10px;
  }
}

/* --- Homepage weather --- */
.gc-weather {
  max-width: 1150px;
  margin: 1.25rem auto 1.75rem;
  padding: 0 20px;
  box-sizing: border-box;
}

.gc-weather__title {
  margin: 0 0 0.85rem;
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--gc-blue-deep);
  letter-spacing: 0.01em;
}

.gc-weather__cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.gc-weather__card {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
  background: linear-gradient(180deg, #f3f8fd 0%, #fff 100%);
  border: 1px solid #d6e6f7;
  border-radius: 12px;
  text-decoration: none !important;
  color: var(--gc-ink) !important;
  box-shadow: 0 6px 18px rgba(13, 71, 161, 0.06);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.gc-weather__card:hover {
  transform: translateY(-2px);
  border-color: var(--gc-cyan);
  box-shadow: 0 10px 22px rgba(41, 182, 246, 0.2);
  color: var(--gc-ink) !important;
}

.gc-weather__icon {
  flex: 0 0 52px;
  width: 52px;
  height: 52px;
}

.gc-weather__svg {
  width: 52px;
  height: 52px;
  display: block;
}

.gc-weather__city {
  font-size: 14px;
  font-weight: 700;
  color: var(--gc-blue-deep);
  margin-bottom: 2px;
}

.gc-weather__temp {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.1;
  color: var(--gc-ink);
}

.gc-weather__temp span {
  font-size: 14px;
  font-weight: 600;
  margin-left: 2px;
  color: #567;
}

.gc-weather__desc {
  margin-top: 2px;
  font-size: 12px;
  color: #567;
}

.gc-weather__sea {
  margin-top: 6px;
  font-size: 12px;
  color: #0d47a1;
  line-height: 1.3;
}

.gc-weather__sea strong {
  font-weight: 700;
  color: #1565c0;
}

.gc-weather--inline {
  max-width: 100%;
  margin: 1.25rem 0 1.5rem;
  padding: 0;
  clear: both;
}

.gc-weather__status {
  margin: 0;
  padding: 14px;
  text-align: center;
  color: #567;
  background: #f3f8fd;
  border: 1px dashed #bbdefb;
  border-radius: 10px;
}

.gc-weather__note {
  margin: 8px 0 0;
  font-size: 11px;
  color: #89a;
  text-align: right;
}

@media (max-width: 700px) {
  .gc-weather {
    padding: 0 12px;
  }
  .gc-weather__cards {
    grid-template-columns: 1fr;
  }
}

a:hover,
.entry-meta span a:hover,
.comments-link a:hover,
#gc-search-results .gc-search-item a:hover,
.cyprus-map-legend a:hover,
.cyprus-map .hot:hover,
.cyprus-map .hot:focus {
  color: var(--gc-cyan-hot) !important;
}

#access a:hover,
#access ul li a:hover {
  color: #fff !important;
}

.cyprus-map .hot:hover,
.cyprus-map .hot:focus {
  background: rgba(79, 195, 247, 0.28) !important;
  outline-color: var(--gc-cyan) !important;
}

.cyprus-map-legend a:hover {
  color: var(--gc-cyan-hot) !important;
}

/* buttons / accents that were brown */
.file:hover,
.button:hover,
#respond .form-submit input#submit:hover,
.reply a:hover {
  background-color: var(--gc-blue) !important;
}

.entry-content code {
  border-bottom-color: var(--gc-blue) !important;
}

.tempera-image-one .entry-content img[class*='align'],
.tempera-image-one .entry-summary img[class*='align'],
.tempera-image-two .entry-content img[class*='align'],
.tempera-image-two .entry-summary img[class*='align'] {
  border-color: var(--gc-blue) !important;
}

.caption-accented .wp-caption {
  background-color: rgba(21, 101, 192, 0.85) !important;
}

/* Tip / “Возьмите на заметку” callout */
.entry-content .gc-note,
.gc-note {
  clear: both;
  display: block;
  margin: 1.4rem 0 1.6rem;
  padding: 0.95rem 1.1rem 1rem 1.15rem;
  background: linear-gradient(180deg, #fff8f0 0%, #ffffff 100%);
  border: 1px solid #f0d4b0;
  border-left: 4px solid #e65100;
  border-radius: 8px;
  box-sizing: border-box;
  box-shadow: 0 4px 14px rgba(230, 81, 0, 0.06);
}
.gc-note .gc-note__title,
.gc-note > p.gc-note__title {
  margin: 0 0 0.45rem !important;
  padding: 0 !important;
  color: #e65100 !important;
  font-weight: 700 !important;
  font-size: 1rem !important;
  line-height: 1.35 !important;
}
.gc-note > p {
  margin: 0 0 0.55rem !important;
}
.gc-note > p:last-child {
  margin-bottom: 0 !important;
}
.gc-note ul {
  margin: 0.35rem 0 0 !important;
  padding-left: 1.25rem !important;
}
.gc-note li {
  margin: 0.2rem 0 !important;
  line-height: 1.45;
}

/* Combined hub + page TOC (wedding guide etc.) */
.gc-note.gc-note--guide {
  clear: both;
}
.gc-guide-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem 1.5rem;
  margin-top: 0.35rem;
}
.gc-guide-label {
  margin: 0 0 0.4rem !important;
  font-size: 0.82rem !important;
  font-weight: 700 !important;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #8a4b16 !important;
  line-height: 1.3 !important;
}
.gc-guide-list {
  margin: 0 !important;
  padding-left: 1.1rem !important;
  list-style: disc;
}
.gc-guide-list li {
  margin: 0.18rem 0 !important;
  line-height: 1.4;
  font-size: 0.95rem;
}
.gc-guide-list a {
  text-decoration: none;
}
.gc-guide-list a:hover {
  text-decoration: underline;
}
ul.gc-price-list {
  margin: 0.6rem 0 1rem;
  padding-left: 1.25rem;
}
ul.gc-price-list li {
  margin: 0.28rem 0;
  line-height: 1.45;
}
@media (max-width: 700px) {
  .gc-guide-grid {
    grid-template-columns: 1fr;
    gap: 1.1rem;
  }
}

/* --- Unified related / recent / sidebar link blocks --- */
.entry-content .wp_rp_wrap,
.entry-content .gc-related.wp_rp_wrap {
  clear: both;
  width: 100%;
  max-width: 100%;
}

.entry-content .wp_rp_wrap,
.wp_rp_wrap.gc-related {
  margin: 2rem 0 1.5rem;
  padding: 1.35rem 1.15rem 1.15rem;
  background: linear-gradient(180deg, #f3f8fd 0%, #ffffff 100%);
  border: 1px solid #d6e6f7;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(13, 71, 161, 0.06);
  box-sizing: border-box;
}

.sidey .widget_recent_entries.gc-related,
.sidey .gc-related--side {
  margin: 0 0 1.25rem;
  padding: 0;
  background: #fff;
  border: 1px solid #d6e6f7;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 6px 18px rgba(13, 71, 161, 0.05);
}

.wp_rp_wrap .related_post_title,
.wp_rp_wrap .gc-related__title,
h3.related_post_title {
  margin: 0 0 1rem !important;
  padding: 0 0 0.65rem !important;
  font-size: 1.12rem !important;
  font-weight: 700 !important;
  color: var(--gc-blue-deep) !important;
  border-bottom: 2px solid #bbdefb !important;
  background: none !important;
  letter-spacing: 0.01em;
}

.sidey .widget_recent_entries .widget-title,
.sidey .gc-related--side .widget-title {
  margin: 0 !important;
  padding: 0.7rem 1rem !important;
  font-size: 0.95rem !important;
  font-weight: 700 !important;
  color: #fff !important;
  background: var(--gc-blue) !important;
  border: 0 !important;
  border-bottom: 0 !important;
  border-radius: 0 !important;
}

.gc-related__list,
.wp_rp_wrap ul.related_post,
ul.related_post.wp_rp {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.gc-related__list--text,
.widget_recent_entries .gc-related__list,
.sidey .widget_recent_entries ul {
  display: flex !important;
  flex-direction: column;
  gap: 0;
  grid-template-columns: none;
}

.gc-related__item,
.wp_rp_wrap ul.related_post > li {
  display: flex;
  flex-direction: column;
  list-style: none !important;
  width: auto !important;
  float: none !important;
  margin: 0 !important;
  padding: 0 !important;
  background: #fff;
  border: 1px solid #e3eef8;
  border-radius: 10px;
  overflow: hidden;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}

.gc-related__item:hover,
.wp_rp_wrap ul.related_post > li:hover {
  transform: translateY(-3px);
  border-color: var(--gc-cyan);
  box-shadow: 0 10px 22px rgba(41, 182, 246, 0.22);
}

.gc-related__list--text .gc-related__item,
.sidey .widget_recent_entries li {
  display: block;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #e8f0f8;
  background: transparent;
  box-shadow: none;
  transform: none !important;
}

.gc-related__list--text .gc-related__item:last-child,
.sidey .widget_recent_entries li:last-child {
  border-bottom: 0;
}

.gc-related__list--text .gc-related__item:hover,
.sidey .widget_recent_entries li:hover {
  transform: none;
  box-shadow: none;
  border-color: #e8f0f8;
  background: #f5faff;
}

.wp_rp_wrap a.wp_rp_thumbnail,
.gc-related a.wp_rp_thumbnail {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  flex: 0 0 auto;
  background: #f5f9fd;
  min-height: 150px;
}

.wp_rp_wrap a.wp_rp_thumbnail img,
.wp_rp_wrap ul.related_post img,
.gc-related a.wp_rp_thumbnail img {
  width: 150px !important;
  height: 150px !important;
  max-width: 100% !important;
  object-fit: cover;
  margin: 0 auto !important;
  border: 0 !important;
  border-radius: 0 !important;
  float: none !important;
  image-rendering: auto;
}

.wp_rp_wrap a.wp_rp_title,
.gc-related a.wp_rp_title {
  display: block;
  padding: 10px 11px 12px;
  color: var(--gc-ink) !important;
  font-size: 13px !important;
  line-height: 1.35 !important;
  text-decoration: none !important;
  font-weight: 600;
}

.wp_rp_wrap a.wp_rp_title:hover,
.gc-related a.wp_rp_title:hover {
  color: var(--gc-cyan-hot) !important;
}

.gc-related__link,
.sidey .widget_recent_entries a,
.sidey .widget_text .textwidget li > a {
  display: block;
  padding: 0.65rem 1rem;
  color: var(--gc-ink) !important;
  font-size: 13px;
  line-height: 1.4;
  text-decoration: none !important;
  border-left: 3px solid transparent;
  transition: color .15s ease, background .15s ease, border-color .15s ease;
}

.gc-related__link:hover,
.sidey .widget_recent_entries a:hover,
.sidey .widget_text .textwidget li > a:hover {
  color: var(--gc-cyan-hot) !important;
  border-left-color: var(--gc-cyan);
  background: #f5faff;
}

.sidey .widget_text {
  border: 1px solid #d6e6f7;
  border-radius: 12px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 6px 18px rgba(13, 71, 161, 0.05);
  margin-bottom: 1.25rem;
}

.sidey .widget_text .widget-title {
  margin: 0 !important;
}

.sidey .widget_text .textwidget {
  padding: 0.25rem 0 0.5rem;
}

.sidey .widget_text .textwidget ul {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.sidey .widget_text .textwidget li {
  margin: 0 !important;
  padding: 0 !important;
  border-bottom: 1px solid #e8f0f8;
}

.sidey .widget_text .textwidget li:last-child {
  border-bottom: 0;
}

.sidey .widget_text .textwidget ul ul {
  margin: 0 !important;
}

/* Kill leftover WP Related Posts plugin layout */
.wp_rp_vertical_m ul.related_post > li,
.wp_rp_wrap.wp_rp_vertical_m ul.related_post > li {
  width: auto !important;
  float: none !important;
  clear: none !important;
  height: auto !important;
  min-height: 0 !important;
}

.wp_rp_wrap.wp_rp_vertical_m a.wp_rp_thumbnail {
  float: none !important;
  margin: 0 !important;
}

@media (max-width: 600px) {
  .gc-related__list,
  .wp_rp_wrap ul.related_post,
  ul.related_post.wp_rp {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }
  .gc-related__list--text,
  .widget_recent_entries .gc-related__list,
  .sidey .widget_recent_entries ul {
    grid-template-columns: none;
  }
  .wp_rp_wrap a.wp_rp_thumbnail,
  .gc-related a.wp_rp_thumbnail {
    min-height: 0;
  }
  .wp_rp_wrap a.wp_rp_thumbnail img,
  .wp_rp_wrap ul.related_post img,
  .gc-related a.wp_rp_thumbnail img {
    width: 150px !important;
    height: 150px !important;
    max-width: 100% !important;
  }
}

/* --- Resort poll --- */
.gc-poll {
  font-family: Verdana, Geneva, sans-serif;
  color: #1a1a1a;
}
.gc-poll__title {
  display: block;
  text-align: center;
  margin: 0 0 12px;
  font-size: 14px;
  line-height: 1.4;
  color: var(--gc-blue-deep);
}
.gc-poll__list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.gc-poll__list li {
  margin: 0 0 8px;
}
.gc-poll__list label {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  font-size: 13px;
}
.gc-poll__actions {
  text-align: center;
  margin-top: 12px;
}
.gc-poll__vote {
  appearance: none;
  border: 0;
  border-radius: 6px;
  background: var(--gc-blue);
  color: #fff;
  font-size: 13px;
  padding: 8px 16px;
  cursor: pointer;
}
.gc-poll__vote:hover {
  background: var(--gc-cyan-hot);
  color: #0b3a6e;
}
.gc-poll__result {
  margin: 0 0 10px;
}
.gc-poll__row {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  margin-bottom: 3px;
}
.gc-poll__bar {
  height: 10px;
  background: #e3eef8;
  border-radius: 999px;
  overflow: hidden;
}
.gc-poll__bar > span {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, var(--gc-blue), var(--gc-cyan));
  border-radius: 999px;
}
.gc-poll__note {
  margin-top: 10px;
  text-align: center;
  font-size: 12px;
  color: #567;
}

/* Hide leftover WP chrome we strip in markup as fallback */
.widget_recent_comments,
#google_translate_element,
.goog-te-banner-frame,
.yashare-auto-init,
span.bl_bookmark,
.skiptranslate {
  display: none !important;
}

/* === Cyprus Go chrome === */
/* Top strip as in backup: fixed over content, white, semi-opaque */
#topbar {
  display: block !important;
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  height: 30px !important;
  z-index: 10000 !important;
  background-color: rgba(255, 255, 255, 0.9) !important;
  background: rgba(255, 255, 255, 0.9) !important;
  border-bottom: 1px solid #ffffff !important;
  box-shadow: 3px 0 3px #d7d7d7 !important;
  opacity: 1 !important; /* use rgba bg, not element opacity */
  overflow: visible !important;
  pointer-events: auto !important;
}
#topbar-inner {
  position: relative !important;
  max-width: 1150px !important;
  margin: 0 auto !important;
  padding: 0 40px 0 12px !important; /* room for loupe on the right */
  height: 30px !important;
  box-sizing: border-box;
  float: none !important;
  overflow: visible !important;
}
/* Keep tempera float:right menu — do not flex-break it */
#topbar .topmenu {
  display: inline !important;
  float: right !important;
  width: auto !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  margin-right: 4px;
}
#topbar .topmenu ul.menu,
#topbar .topmenu ul {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}
#topbar .topmenu ul li {
  display: block !important;
  float: left !important;
  margin: 0 3px !important;
}
#topbar .topmenu ul li a {
  display: block !important;
  padding: 0 4px !important;
  line-height: 30px !important;
  color: #000 !important;
  border-bottom: 1px solid transparent;
  text-shadow: none !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  text-decoration: none !important;
}
#topbar .topmenu ul li a:hover {
  color: #89511e !important;
  border-bottom-color: #89511e !important;
}

/* Loupe + expand field — pinned to the right edge of the bar */
.gc-top-search-wrap {
  position: absolute !important;
  right: 8px;
  top: 0;
  z-index: 10001;
  display: flex !important;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
  height: 30px;
  pointer-events: auto !important;
}
button.gc-top-search {
  flex: 0 0 auto;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 50%;
  color: #000;
  background: transparent;
  cursor: pointer;
  line-height: 1;
  appearance: none;
  -webkit-appearance: none;
}
button.gc-top-search:hover,
.gc-top-search-wrap.is-open button.gc-top-search {
  color: #89511e;
  background: rgba(137, 81, 30, 0.1);
}
button.gc-top-search svg {
  display: block;
  pointer-events: none;
}
.gc-top-search-form {
  display: none;
  position: relative;
  width: 220px;
  max-width: 55vw;
}
.gc-top-search-wrap.is-open .gc-top-search-form {
  display: block !important;
}
.gc-top-search-form input[name="s"],
.gc-top-search-form input[type="search"] {
  width: 100%;
  box-sizing: border-box;
  height: 26px;
  margin: 0;
  padding: 0 10px;
  border: 1px solid #ccc;
  border-radius: 3px;
  background: #fff !important;
  color: #000 !important;
  font: 13px/26px Verdana, Geneva, sans-serif;
  outline: none;
  opacity: 1 !important;
}
.gc-top-search-form input[name="s"]:focus,
.gc-top-search-form input[type="search"]:focus {
  border-color: #89511e;
}
.gc-top-search-form #gc-search-live {
  left: auto;
  right: 0;
  top: 28px;
  width: min(360px, 90vw);
  z-index: 10002;
}

#header-full {
  margin-top: 30px !important;
}

/* Inner pages: logo left, menu beside — same rail as content (page.css 1400) */
body:not(.home) #header {
  max-width: 1400px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  width: 100%;
  box-sizing: border-box;
}
body:not(.home) #masthead {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 12px 16px;
  float: none !important;
  width: 100% !important;
  max-width: 1400px;
  margin: 0 auto !important;
  padding: 8px 10px 8px 0 !important;
  box-sizing: border-box;
}
body:not(.home) #branding,
body:not(.home) #branding.gc-logo-only {
  order: 1;
  flex: 0 0 auto;
  float: none !important;
  clear: none !important;
  display: flex !important;
  align-items: center;
  justify-content: flex-start;
  width: auto !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  overflow: visible !important;
  padding: 0 !important;
  margin: 0 !important;
  box-sizing: border-box;
  position: relative !important;
}
body:not(.home) #branding #header-container,
body:not(.home) #branding #header-container > div {
  margin: 0 !important;
  height: auto !important;
}
body:not(.home) a#logo,
body:not(.home) #branding a#logo {
  display: inline-block !important;
  height: auto !important;
  max-height: none !important;
  line-height: 0;
  width: clamp(160px, 22vw, 240px);
  margin-left: -6px;
}
picture.gc-logo-picture {
  display: block;
  width: 100%;
  line-height: 0;
}
body:not(.home) a#logo img,
body:not(.home) #branding a#logo img {
  display: block;
  width: 100%;
  height: auto;
  max-height: none;
  max-width: none;
}
body:not(.home) #nav-toggle {
  order: 0;
  flex: 0 0 auto;
}
body:not(.home) #access {
  order: 2;
  flex: 1 1 auto;
  min-width: 0;
  float: none !important;
  clear: none !important;
  display: flex !important;
  align-items: center;
  width: auto !important;
  max-width: 100%;
  margin: 0 !important;
  border-radius: 4px;
  overflow: hidden;
}
body:not(.home) #access > .menu,
body:not(.home) #access .menu {
  width: 100%;
  margin: 0 !important;
}
body:not(.home) #access .menu > ul.menu,
body:not(.home) #access .menu > ul,
body:not(.home) #access ul.menu {
  display: flex !important;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
  float: none !important;
}
body:not(.home) #access ul li {
  float: none !important;
  display: block !important;
  margin: 0 !important;
}
body:not(.home) #access ul li a {
  height: 100%;
}
body:not(.home) #access a span {
  padding: 11px 10px !important;
  font-size: 14px;
  font-weight: 400;
  white-space: nowrap;
}

@media (max-width: 980px) {
  body:not(.home) a#logo,
  body:not(.home) #branding a#logo {
    width: clamp(140px, 20vw, 200px);
  }
  body:not(.home) #access a span {
    padding: 10px 8px !important;
    font-size: 13px;
  }
}

@media (max-width: 700px) {
  body:not(.home) #masthead {
    flex-wrap: wrap;
    padding: 8px 10px !important;
  }
  body:not(.home) #branding,
  body:not(.home) #branding.gc-logo-only {
    order: 1;
    width: 100% !important;
    justify-content: flex-start;
  }
  body:not(.home) #access {
    order: 2;
    flex: 1 1 100%;
    width: 100% !important;
  }
  body:not(.home) a#logo,
  body:not(.home) #branding a#logo {
    width: clamp(144px, 48vw, 240px);
  }
}

.gc-map-logo {
  position: absolute;
  z-index: 5;
  left: -24px;
  top: 0;
  display: block;
  width: clamp(192px, 32vw, 336px);
  line-height: 0;
  text-decoration: none;
}
.gc-map-logo img {
  width: 100%;
  height: auto;
  display: block;
  background: transparent !important;
  filter: drop-shadow(0 2px 6px rgba(0,0,0,0.18));
}
@media (max-width: 700px) {
  #topbar-inner { padding: 0 36px 0 8px !important; }
  .gc-map-logo { left: -12px; top: 0; width: clamp(144px, 48vw, 240px); }
  .gc-top-search-form { width: 150px; max-width: 50vw; }
  .gc-top-search-wrap { right: 4px; }
  button.gc-top-search { width: 26px; height: 26px; }
}

/* Right sidebar: hide on phones/tablets in portrait — content goes full-width */
@media (max-width: 900px) {
  #container.two-columns-right #secondary,
  #secondary.sidey {
    display: none !important;
  }
  #container.two-columns-right #content {
    float: none !important;
    width: 100% !important;
    max-width: 100% !important;
  }
}

/* Blue scroll-to-top — icon only, all pages */
#toTop {
  position: fixed !important;
  right: 22px !important;
  bottom: 28px !important;
  left: auto !important;
  top: auto !important;
  margin: 0 !important;
  width: 48px !important;
  height: 48px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 50% !important;
  background: var(--gc-blue, #1565c0) !important;
  color: #fff !important;
  opacity: 0 !important;
  visibility: hidden;
  pointer-events: none;
  z-index: 10050 !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 16px rgba(13, 71, 161, 0.35);
  cursor: pointer;
  font-size: 0 !important;
  line-height: 0 !important;
  transition: opacity 0.22s ease, visibility 0.22s ease, transform 0.22s ease, background 0.15s ease;
  transform: translateY(8px);
}
#toTop.is-visible {
  opacity: 1 !important;
  visibility: visible;
  pointer-events: auto;
  transform: translateY(0);
}
#toTop:hover {
  background: var(--gc-blue-soft, #1e88e5) !important;
}
#toTop:focus-visible {
  outline: 2px solid var(--gc-cyan, #4fc3f7);
  outline-offset: 2px;
}
#toTop .icon-back2top,
#toTop i {
  display: none !important;
}
#toTop::before {
  content: "";
  width: 12px;
  height: 12px;
  border-left: 3px solid #fff;
  border-top: 3px solid #fff;
  transform: rotate(45deg);
  margin-top: 5px;
  box-sizing: border-box;
}
@media (max-width: 700px) {
  #toTop {
    right: 14px !important;
    bottom: 18px !important;
    width: 44px !important;
    height: 44px !important;
  }
}

/* Inline photo gallery: 4 thumbs per row, lightbox on click */
.entry-content .gc-photo-gallery,
.gc-photo-gallery {
  display: grid !important;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin: 1.2em 0 1.6em;
  clear: both !important;
  width: 100%;
  float: none !important;
}
.entry-content .gc-photo-gallery a,
.gc-photo-gallery a {
  display: block;
  margin: 0 !important;
  padding: 0;
  line-height: 0;
  border: 1px solid #e5e5e5;
  background: #f7f7f7;
  overflow: hidden;
  float: none !important;
  width: auto !important;
}
.entry-content .gc-photo-gallery img,
.gc-photo-gallery img {
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  display: block !important;
  margin: 0 !important;
  float: none !important;
  border: 0 !important;
  box-shadow: none !important;
}
@media (max-width: 720px) {
  .entry-content .gc-photo-gallery,
  .gc-photo-gallery {
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
  }
}
@media (max-width: 480px) {
  .entry-content .gc-photo-gallery,
  .gc-photo-gallery {
    grid-template-columns: repeat(2, 1fr);
    gap: 6px;
  }
}

/* --- Homepage FAQ accordion --- */
.gc-faq {
  --faq-orange: #ff6600;
  --faq-ink: #1a1a1a;
  --faq-muted: #5c6570;
  --faq-line: #e6edf5;
  --faq-sky: #eaf5ff;
  --faq-sky-deep: #d7ecff;
  margin: 36px 0 20px;
  clear: both;
  font-family: Verdana, Geneva, sans-serif;
  padding: 22px 16px 14px;
  border-radius: 14px;
  background:
    linear-gradient(180deg, rgba(234, 245, 255, 0.9) 0%, rgba(255, 255, 255, 0.96) 42%, #ffffff 100%);
  border: 1px solid var(--faq-line);
  box-shadow: 0 10px 28px rgba(13, 71, 161, 0.06);
}
.gc-faq__title {
  margin: 0 0 18px;
  padding: 0 4px 12px;
  font-size: 20px;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 0.01em;
  color: var(--faq-orange) !important;
  position: relative;
}
.gc-faq__title::after {
  content: "";
  position: absolute;
  left: 4px;
  bottom: 0;
  width: 64px;
  height: 3px;
  border-radius: 3px;
  background: linear-gradient(90deg, var(--faq-orange) 0%, #ffb347 100%);
}
.gc-faq__table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 12px;
  table-layout: fixed;
  margin: 0;
}
.gc-faq__cell {
  vertical-align: top;
  width: 33.333%;
  background: #ffffff;
  border: 1px solid var(--faq-line);
  border-radius: 12px;
  padding: 14px 12px 12px;
  box-shadow: 0 4px 14px rgba(15, 40, 80, 0.04);
  transition: box-shadow .2s ease, transform .2s ease, border-color .2s ease;
  position: relative;
  overflow: hidden;
}
.gc-faq__cell::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--faq-orange) 0%, #ff9a4d 55%, var(--gc-cyan, #4fc3f7) 100%);
}
.gc-faq__cell:hover {
  border-color: #cfe3f7;
  box-shadow: 0 10px 22px rgba(21, 101, 192, 0.1);
  transform: translateY(-2px);
}
.gc-faq__cell--empty {
  border: none;
  background: transparent;
  padding: 0;
  box-shadow: none;
}
.gc-faq__cell--empty::before { display: none; }
.gc-faq__cell--empty:hover {
  transform: none;
  box-shadow: none;
}
.gc-faq__section {
  margin: 2px 0 12px;
  padding: 0 2px;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 700;
  color: var(--faq-orange) !important;
}
.gc-faq__list {
  display: flex;
  flex-direction: column;
  gap: 7px;
  margin: 0;
}
.gc-faq__item {
  background: #ffffff;
  border: 1px solid #eef2f7;
  border-radius: 8px;
  overflow: hidden;
  transition: border-color .18s ease, box-shadow .18s ease;
}
.gc-faq__item:hover {
  border-color: #d5e6f7;
}
.gc-faq__item[open] {
  border-color: #b9d8f5;
  box-shadow: inset 0 0 0 1px rgba(79, 195, 247, 0.18);
}
.gc-faq__q {
  list-style: none;
  cursor: pointer;
  padding: 10px 36px 10px 12px;
  position: relative;
  font-size: 13px;
  line-height: 1.4;
  font-weight: 600;
  color: var(--faq-ink) !important;
  background: #ffffff;
  user-select: none;
  transition: background-color .15s ease;
}
.gc-faq__q:hover {
  background: #f7fbff;
}
.gc-faq__item[open] > .gc-faq__q {
  background: #f3f9ff;
}
.gc-faq__q::-webkit-details-marker { display: none; }
.gc-faq__q::marker { content: ""; }
.gc-faq__q::after {
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  border-radius: 50%;
  background-color: #f0f6fc;
  box-shadow: inset 0 0 0 1px #d7e4f2;
  background-image: linear-gradient(#555, #555), linear-gradient(#555, #555);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 8px 1.5px, 1.5px 8px;
  transition: transform .2s ease, background-color .2s ease, box-shadow .2s ease;
}
.gc-faq__item[open] > .gc-faq__q::after {
  transform: rotate(45deg);
  background-color: var(--faq-sky-deep);
  box-shadow: inset 0 0 0 1px #9ec8eb;
}
.gc-faq__a {
  padding: 2px 12px 12px;
  background: #ffffff;
  color: var(--faq-ink);
  font-size: 12.5px;
  line-height: 1.55;
  border-top: 1px solid transparent;
  transition: background-color .15s ease;
}
.gc-faq__item[open] > .gc-faq__a {
  border-top-color: #e8f1fa;
  background: linear-gradient(180deg, #f7fbff 0%, #ffffff 100%);
}
.gc-faq__a:hover,
.gc-faq__item[open]:hover .gc-faq__a {
  background: var(--faq-sky);
}
.gc-faq__a p {
  margin: 0;
  color: var(--faq-ink) !important;
}
@media (max-width: 900px) {
  .gc-faq {
    padding: 16px 10px 8px;
  }
  .gc-faq__table,
  .gc-faq__table tbody,
  .gc-faq__table tr,
  .gc-faq__table td {
    display: block;
    width: 100% !important;
  }
  .gc-faq__table {
    border-spacing: 0;
  }
  .gc-faq__cell {
    margin: 0 0 12px;
    width: 100%;
  }
  .gc-faq__cell--empty { display: none; }
  .gc-faq__cell:hover { transform: none; }
}
@media (max-width: 640px) {
  .gc-faq__title { font-size: 17px; }
  .gc-faq__q { padding-right: 34px; }
}

