/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */

/* ── Disclaimer ────────────────────────────────── */
.is-disclaimer { text-align: center; font-size: 16px; color: #3a4f66; background: #f2f5f7; width: 100%; box-sizing: border-box; padding: 8px 1.5rem; }
.is-disclaimer p { margin: 0; }

.menu-cta a.ct-menu-link {
  color: #ffffff !important;
  padding: 14px 25px !important;
  border-radius: 6px;
  font-weight: 600;
  display: inline-block !important;
  line-height: normal !important;
  height: auto !important;
  align-self: center;
  transition: background-color 0.2s ease;
}
.menu-cta a.ct-menu-link:hover { color: #ffffff !important; }
.menu-cta { display: flex !important; align-items: center; }

/* Hide current language from language switcher dropdown */
li.lang-item.current-lang {
    display: none !important;
}