.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}:root {
--cnh-bg: #0f1420;
--cnh-surface: #161c2a;
--cnh-surface-2: #ffffff;
--cnh-text: #eef3ff;
--cnh-text-dark: #111827;
--cnh-muted: #8fa0be;
--cnh-border: #263248;
--cnh-accent: #d3a84b;
--cnh-accent-2: #9bd35b;
--cnh-radius: 18px;
--cnh-shadow: 0 14px 40px rgba(5, 11, 25, 0.18);
--cnh-wrap: min(1180px, calc(100% - 32px));
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
margin: 0;
font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
background: #f6f8fc;
color: var(--cnh-text-dark);
line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }
.cnh-wrap { width: var(--cnh-wrap); margin-inline: auto; }
.cnh-site-header {
position: relative; z-index: 1000;
background: rgba(15, 20, 32, 0.94); backdrop-filter: blur(10px);
border-bottom: 1px solid rgba(255,255,255,.07);
}
.cnh-header-row {
display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 76px;
}
.cnh-branding { display: flex; align-items: center; gap: 14px; }
.cnh-site-title { color: #fff; font-weight: 800; font-size: 1.2rem; display: block; }
.cnh-site-tagline { margin: 2px 0 0; color: var(--cnh-muted); font-size: .92rem; }
.cnh-header-actions { display: flex; align-items: center; gap: 18px; overflow: visible; }
.cnh-menu, .cnh-lang-list { list-style: none; display: flex; gap: 14px; padding: 0; margin: 0; }
.cnh-menu a, .cnh-lang-item a { color: #fff; opacity: .92; font-weight: 600; }
.cnh-lang-item.is-current a { color: var(--cnh-accent); }
.cnh-nav-toggle { display: none; background: transparent; border: 0; padding: 0; cursor: pointer; position: relative; }
.cnh-main-nav ul, .cnh-main-nav li {
list-style: none;
margin: 0;
padding: 0;
}
.cnh-main-nav { overflow: visible; }
.cnh-main-nav .cnh-menu {
display: flex;
align-items: center;
gap: 14px;
flex-wrap: wrap;
overflow: visible;
}
.cnh-main-nav .cnh-menu > li {
display: block;
position: relative;
overflow: visible;
}
@media (min-width: 761px) {
.cnh-main-nav .cnh-menu > li.menu-item-has-children {
padding-bottom: 14px;
margin-bottom: -14px;
}
}
.cnh-main-nav .cnh-menu > li > a {
display: inline-flex;
align-items: center;
min-height: 44px;
}
.cnh-main-nav .menu-item-has-children > a::after {
content: "";
display: inline-block;
width: 8px;
height: 8px;
margin-left: 8px;
border-right: 2px solid rgba(255,255,255,.75);
border-bottom: 2px solid rgba(255,255,255,.75);
transform: rotate(45deg) translateY(-1px);
}
.cnh-main-nav .cnh-menu li > ul,
.cnh-main-nav .sub-menu {
display: none !important;
list-style: none;
margin: 0;
padding: 10px 0;
position: absolute;
top: 100%;
left: 0;
min-width: 240px;
background: #11192b;
border: 1px solid rgba(255,255,255,.08);
border-radius: 16px;
box-shadow: 0 18px 40px rgba(0, 0, 0, .26);
opacity: 0;
visibility: hidden;
transform: translateY(8px);
transition: opacity .18s ease, transform .18s ease, visibility .18s ease;
z-index: 80;
}
.cnh-main-nav .sub-menu li {
margin: 0;
}
.cnh-main-nav .sub-menu a {
display: block;
padding: 10px 16px;
color: #fff;
font-weight: 600;
line-height: 1.35;
}
.cnh-main-nav .sub-menu a:hover,
.cnh-main-nav .sub-menu a:focus {
background: rgba(255,255,255,.06);
}
.cnh-main-nav .menu-item-has-children:hover > ul,
.cnh-main-nav .menu-item-has-children:focus-within > ul,
.cnh-main-nav .menu-item-has-children.is-open > ul {
display: block !important;
opacity: 1;
visibility: visible;
transform: translateY(0);
}
.cnh-submenu-toggle {
display: none;
width: 34px;
height: 34px;
margin-left: 6px;
border: 1px solid rgba(255,255,255,.12);
border-radius: 10px;
background: transparent;
color: #fff;
cursor: pointer;
position: relative;
}
.cnh-submenu-toggle::before,
.cnh-submenu-toggle::after {
content: "";
position: absolute;
top: 50%;
left: 50%;
width: 10px;
height: 2px;
background: currentColor;
transform: translate(-50%, -50%);
}
.cnh-submenu-toggle::after {
transform: translate(-50%, -50%) rotate(90deg);
}
.cnh-main-nav .menu-item-has-children.is-open > .cnh-submenu-toggle::after {
opacity: 0;
}
.screen-reader-text {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border: 0;
}
.cnh-nav-close {
display: none;
align-items: center;
justify-content: center;
width: 42px;
height: 42px;
margin-left: auto;
margin-bottom: 10px;
border: 1px solid rgba(255,255,255,.12);
border-radius: 12px;
background: transparent;
color: #fff;
cursor: pointer;
position: relative;
}
.cnh-nav-close span[aria-hidden="true"] {
position: absolute;
width: 18px;
height: 2px;
background: currentColor;
}
.cnh-nav-close span[aria-hidden="true"]:first-of-type {
transform: rotate(45deg);
}
.cnh-nav-close span[aria-hidden="true"]:last-of-type {
transform: rotate(-45deg);
}
.cnh-main { padding: 28px 0 56px; }
.cnh-hero {
background: linear-gradient(135deg, #11192b, #1e2940);
color: #fff; padding: 42px; border-radius: 24px; box-shadow: var(--cnh-shadow); margin-bottom: 28px;
}
.cnh-kicker { margin: 0 0 8px; color: var(--cnh-accent); font-weight: 700; text-transform: uppercase; letter-spacing: .08em; font-size: .82rem; }
.cnh-listing { display: grid; gap: 22px; }
.cnh-section-head h1, .cnh-section-head h2, .cnh-article-header h1 { margin: 0 0 8px; line-height: 1.15; }
.cnh-post-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.cnh-card {
background: #fff; border: 1px solid #e5eaf3; border-radius: 22px; overflow: hidden; box-shadow: 0 8px 24px rgba(18, 31, 53, .06);
}
.cnh-card-link { display: block; height: 100%; }
.cnh-card-image img { width: 100%; aspect-ratio: 16/9; object-fit: cover; }
.cnh-card-body { padding: 18px; }
.cnh-card-type { margin: 0 0 8px; color: #81641f; font-size: .8rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.cnh-card-title { margin: 0 0 10px; font-size: 1.15rem; }
.cnh-card-excerpt { margin: 0; color: #5b6474; }
.cnh-article {
background: #fff; border-radius: 24px; padding: 28px; box-shadow: 0 10px 30px rgba(17, 24, 39, .07);
}
.cnh-meta, .cnh-breadcrumbs { display: flex; flex-wrap: wrap; gap: 10px; color: #657084; font-size: .92rem; }
.cnh-sep { opacity: .6; }
.cnh-featured-image { margin: 20px 0; border-radius: 20px; overflow: hidden; }
.cnh-content > *:first-child { margin-top: 0; }
.cnh-content p, .cnh-content ul, .cnh-content ol { margin: 0 0 1rem; }
.cnh-content h2, .cnh-content h3 { margin: 1.5rem 0 .75rem; }
.cnh-casino-card {
display: grid;
grid-template-columns: 160px minmax(0, 1fr);
gap: 24px;
align-items: center;
background: linear-gradient(180deg, #071a34 0%, #06162b 100%);
border: 1px solid rgba(124, 139, 255, .18);
border-radius: 26px;
padding: 26px;
box-shadow: 0 14px 36px rgba(4, 14, 30, .18);
margin: 22px 0;
color: #fff;
}
.cnh-casino-card__media {
display: flex;
align-items: center;
justify-content: center;
}
.cnh-casino-card__media img {
width: 100%;
max-width: 160px;
max-height: 110px;
border-radius: 0;
object-fit: contain;
background: transparent;
border: 0;
}
.cnh-casino-card__top { display: flex; align-items: center; gap: 12px; flex-wrap: wrap; }
.cnh-casino-card__top h3 { margin: 0; font-size: 2rem; line-height: 1.15; color: #fff; }
.cnh-card-rating {
display: flex;
align-items: center;
gap: 6px;
margin: 10px 0 0;
color: #ffc53d;
font-weight: 800;
font-size: .98rem;
}
.cnh-card-rating span { color: #ffc53d; }
.cnh-card-rating strong { letter-spacing: .08em; }
.cnh-badge {
display: inline-flex; align-items: center; justify-content: center; padding: 6px 10px; border-radius: 999px;
background: rgba(255, 197, 61, .12); color: #ffd666; font-size: .82rem; font-weight: 700;
}
.cnh-bonus {
margin: 18px 0 0;
color: #fff;
font-size: 1.22rem;
font-weight: 800;
line-height: 1.45;
}
.cnh-bonus-extra, .cnh-meta-row {
margin: 8px 0 0;
color: rgba(255,255,255,.78);
line-height: 1.5;
}
.cnh-casino-card__actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 22px; }
.cnh-btn {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 48px;
padding: 12px 20px;
border-radius: 12px;
border: 0;
font-weight: 800;
line-height: 1;
cursor: pointer;
text-align: center;
text-decoration: none;
transition: transform .15s ease, opacity .15s ease, box-shadow .15s ease;
}
.cnh-btn:hover { transform: translateY(-1px); }
.cnh-btn--primary {
background: linear-gradient(180deg, #6f74ff 0%, #5962ff 100%);
color: #fff;
box-shadow: 0 10px 20px rgba(85, 92, 255, .24);
}
.cnh-btn--ghost {
background: rgba(111, 116, 255, .14);
color: #fff;
border: 1px solid rgba(111, 116, 255, .28);
}
.cnh-casino-grid {
display: grid;
grid-template-columns: repeat(5, minmax(0, 1fr));
gap: 18px;
margin: 22px 0;
}
.cnh-casino-grid--cols-1 { grid-template-columns: 1fr; }
.cnh-casino-grid--cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.cnh-casino-grid--cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.cnh-casino-grid--cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.cnh-casino-grid--cols-5 { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.cnh-casino-tile {
min-width: 0;
display: flex;
flex-direction: column;
align-items: center;
justify-content: flex-start;
padding: 24px 20px;
border-radius: 18px;
background: linear-gradient(180deg, #071a34 0%, #06162b 100%);
box-shadow: 0 12px 28px rgba(4, 14, 30, .18);
text-align: center;
color: #fff;
}
.cnh-casino-tile__logo-wrap {
display: flex;
align-items: center;
justify-content: center;
min-height: 112px;
width: 100%;
margin-bottom: 18px;
}
.cnh-casino-tile__logo {
max-width: 140px;
max-height: 92px;
width: auto;
height: auto;
object-fit: contain;
}
.cnh-casino-tile__title {
margin: 0;
min-height: 64px;
display: flex;
align-items: center;
justify-content: center;
font-size: 1.05rem;
line-height: 1.4;
color: #fff;
}
.cnh-card-rating--tile {
margin: 16px 0 0;
font-size: .92rem;
justify-content: center;
}
.cnh-casino-tile__bonus,
.cnh-casino-tile__bonus-extra {
margin: 16px 0 0;
min-height: 56px;
display: flex;
align-items: center;
justify-content: center;
color: #fff;
font-weight: 700;
line-height: 1.7;
}
.cnh-casino-tile__bonus-extra {
min-height: auto;
color: rgba(255,255,255,.78);
font-weight: 600;
}
.cnh-casino-tile__actions {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 10px;
width: 100%;
margin-top: auto;
padding-top: 18px;
}
.cnh-casino-tile__actions .cnh-btn {
width: 100%;
min-height: 44px;
padding: 10px 14px;
font-size: .95rem;
}
@media (max-width: 1180px) {
.cnh-casino-grid--cols-5, .cnh-casino-grid--cols-4 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 900px) {
.cnh-casino-grid--cols-5, .cnh-casino-grid--cols-4, .cnh-casino-grid--cols-3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
.cnh-site-footer { background: var(--cnh-bg); color: var(--cnh-text); padding: 42px 0 18px; }
.cnh-footer-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.cnh-footer-title { margin: 0 0 8px; font-size: 1rem; }
.cnh-footer-bottom { padding-top: 18px; margin-top: 18px; border-top: 1px solid rgba(255,255,255,.08); color: var(--cnh-muted); }
.cnh-empty-state { text-align: center; padding: 80px 20px; }
@media (max-width: 980px) {
.cnh-post-grid, .cnh-footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 760px) {
.cnh-header-row { min-height: 72px; }
.cnh-nav-toggle {
display: inline-flex;
flex-direction: column;
align-items: center;
justify-content: center;
gap: 5px;
width: 44px;
height: 44px;
padding: 0;
border: 1px solid rgba(255,255,255,.14);
border-radius: 12px;
background: rgba(255,255,255,.06);
color: #fff;
-webkit-tap-highlight-color: transparent;
}
.cnh-nav-toggle span[aria-hidden="true"] {
display: block;
flex: 0 0 auto;
width: 18px;
height: 2px;
margin: 0;
border-radius: 999px;
background: currentColor;
}
.cnh-nav-toggle span[aria-hidden="true"] + span[aria-hidden="true"] {
margin-top: 0;
}
.cnh-header-actions { position: static; justify-content: flex-end; }
.cnh-branding { max-width: calc(100% - 56px); }
.cnh-site-tagline { display: none; }
.cnh-main-nav {
display: block;
position: fixed;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 100vw;
max-width: 100vw;
min-width: 100vw;
height: 100dvh;
min-height: 100vh;
margin: 0;
background: #ffffff;
color: #111827;
border: 0;
border-radius: 0;
padding: max(14px, env(safe-area-inset-top)) 16px calc(28px + env(safe-area-inset-bottom));
transform: translateX(100%);
opacity: 0;
visibility: hidden;
pointer-events: none;
transition: transform .28s ease, opacity .2s ease, visibility .2s ease;
z-index: 99999;
overflow-y: auto;
overflow-x: hidden;
-webkit-overflow-scrolling: touch;
overscroll-behavior: contain;
isolation: isolate;
}
body.cnh-menu-open { overflow: hidden; }
.cnh-main-nav.is-open {
transform: translateX(0);
opacity: 1;
visibility: visible;
pointer-events: auto;
}
.cnh-main-nav .cnh-nav-close { display: none; }
.cnh-main-nav.is-open .cnh-nav-close { display: inline-flex; }
.cnh-nav-close {
color: #111827;
border-color: #d6dde8;
margin: 0 0 18px auto;
background: #fff;
}
.cnh-main-nav .cnh-menu {
flex-direction: column;
align-items: stretch;
gap: 0;
flex-wrap: nowrap;
}
.cnh-main-nav .cnh-menu > li {
width: 100%;
border-bottom: 1px solid #edf1f6;
padding: 0;
}
.cnh-main-nav .cnh-menu > li > a {
display: block;
width: 100%;
min-height: 48px;
padding: 12px 46px 12px 0;
color: #111827;
font-weight: 700;
line-height: 1.3;
font-size: 1rem;
}
.cnh-main-nav .menu-item-has-children {
position: relative;
display: block;
width: 100%;
}
.cnh-main-nav .menu-item-has-children > a::after { display: none; }
.cnh-submenu-toggle {
display: inline-flex;
align-items: center;
justify-content: center;
position: absolute;
top: 7px;
right: 0;
width: 34px;
height: 34px;
margin: 0;
border: 0;
border-radius: 8px;
background: transparent;
color: #111827;
}
.cnh-submenu-toggle::before,
.cnh-submenu-toggle::after {
display: none;
}
.cnh-submenu-toggle .screen-reader-text {
position: absolute;
}
.cnh-submenu-toggle::after {
display: block;
content: "";
width: 9px;
height: 9px;
border-right: 2px solid currentColor;
border-bottom: 2px solid currentColor;
transform: rotate(45deg);
position: static;
background: none;
}
.cnh-main-nav .menu-item-has-children.is-open > .cnh-submenu-toggle::after {
transform: rotate(-135deg);
margin-top: 4px;
}
.cnh-main-nav .cnh-menu li > ul,
.cnh-main-nav .sub-menu {
position: static !important;
top: auto !important;
left: auto !important;
right: auto !important;
inset: auto !important;
min-width: 0 !important;
width: 100% !important;
max-width: 100% !important;
margin: 0 0 10px !important;
padding: 4px 0 0 16px !important;
border: 0 !important;
border-left: 2px solid #e6ebf3 !important;
border-radius: 0 !important;
box-shadow: none !important;
background: transparent !important;
display: none !important;
opacity: 1 !important;
visibility: visible !important;
transform: none !important;
float: none !important;
clear: both;
overflow: hidden;
}
.cnh-main-nav .menu-item-has-children.is-open > ul {
display: block !important;
}
.cnh-main-nav .sub-menu li {
border: 0;
}
.cnh-main-nav .sub-menu a {
padding: 10px 0;
color: #374151;
font-weight: 600;
}
.cnh-main-nav .cnh-menu,
.cnh-main-nav .cnh-menu > li,
.cnh-main-nav .menu-item-has-children,
.cnh-main-nav .menu-item-has-children > ul,
.cnh-main-nav .sub-menu {
max-width: 100%;
}
.cnh-main-nav .menu-item-has-children.is-open > ul,
.cnh-main-nav .menu-item-has-children.is-open > .sub-menu {
display: block !important;
}
.cnh-lang-list { gap: 10px; }
.cnh-post-grid, .cnh-footer-grid { grid-template-columns: 1fr; }
.cnh-hero, .cnh-article { padding: 22px; }
.cnh-casino-card { grid-template-columns: 1fr; padding: 22px 18px; }
.cnh-casino-card__top h3 { font-size: 1.5rem; }
.cnh-casino-card__actions { flex-direction: column; }
.cnh-casino-card__actions .cnh-btn { width: 100%; }
.cnh-casino-grid { grid-template-columns: 1fr !important; }
.cnh-casino-tile { padding: 22px 18px; }
}
body:not(.cnh-promo-hidden) {
padding-bottom: 102px;
}
.cnh-promo-bar {
position: fixed;
left: 0;
right: 0;
bottom: 0;
z-index: 60;
background: linear-gradient(135deg, #071325, #0a1b34);
box-shadow: 0 -10px 28px rgba(2, 10, 22, .28);
}
.cnh-promo-bar__inner {
display: flex;
align-items: center;
justify-content: space-between;
gap: 18px;
min-height: 92px;
padding-top: 14px;
padding-bottom: 14px;
}
.cnh-promo-bar__info {
display: flex;
align-items: center;
gap: 18px;
min-width: 0;
}
.cnh-promo-bar__logo {
width: 96px;
max-height: 52px;
object-fit: contain;
}
.cnh-promo-bar__copy {
min-width: 0;
}
.cnh-promo-bar__title {
display: block;
color: #fff;
font-size: 1.5rem;
line-height: 1.1;
}
.cnh-promo-bar__bonus {
margin-top: 6px;
color: #ffcb38;
font-size: 1.05rem;
font-weight: 800;
}
.cnh-promo-bar__actions {
display: flex;
align-items: center;
gap: 14px;
flex-shrink: 0;
}
.cnh-btn--promo {
background: #6a6ef6;
color: #fff;
min-width: 110px;
}
.cnh-promo-bar__close {
border: 0;
background: transparent;
color: #6a6ef6;
font-size: 2rem;
line-height: 1;
cursor: pointer;
padding: 0 6px;
}
@media (max-width: 760px) {
body:not(.cnh-promo-hidden) {
padding-bottom: 132px;
}
.cnh-promo-bar__inner,
.cnh-promo-bar__info {
align-items: flex-start;
}
.cnh-promo-bar__inner {
flex-direction: column;
}
.cnh-promo-bar__actions {
width: 100%;
justify-content: space-between;
}
.cnh-promo-bar__title {
font-size: 1.15rem;
}
.cnh-promo-bar__bonus {
font-size: .98rem;
}
}
.cnh-author-box {
margin-top: 32px;
display: grid;
grid-template-columns: 120px minmax(0,1fr);
gap: 20px;
padding: 24px;
border: 1px solid rgba(255,255,255,0.08);
border-radius: 20px;
background: #0f1830;
color: #fff;
}
.cnh-author-box__photo {
width: 120px;
height: 120px;
object-fit: cover;
border-radius: 18px;
display: block;
}
.cnh-author-box__label {
margin: 0 0 6px;
font-size: 12px;
text-transform: uppercase;
letter-spacing: 0.08em;
opacity: 0.7;
}
.cnh-author-box__name {
margin: 0;
font-size: 28px;
}
.cnh-author-box__role {
margin: 8px 0 0;
color: #d6def5;
}
.cnh-author-box__bio {
margin-top: 14px;
color: #eef2ff;
}
.cnh-author-box__bio p:last-child {
margin-bottom: 0;
}
.cnh-author-box__socials {
display: flex;
flex-wrap: wrap;
gap: 10px;
margin-top: 16px;
}
.cnh-author-box__socials a {
display: inline-flex;
align-items: center;
padding: 8px 12px;
border-radius: 999px;
background: rgba(255,255,255,0.08);
color: #fff;
text-decoration: none;
word-break: break-word;
}
@media (max-width: 767px) {
.cnh-author-box {
grid-template-columns: 1fr;
}
}
.cnh-header-actions {
display: flex;
align-items: center;
gap: 14px;
flex-wrap: wrap;
}
.cnh-header-widgets-wrap {
display: flex;
align-items: center;
gap: 10px;
flex-wrap: wrap;
}
.cnh-header-widget {
display: inline-flex;
align-items: center;
}
.cnh-header-widget p,
.cnh-header-widget form,
.cnh-header-widget figure {
margin: 0;
}
.cnh-header-widget .widget,
.cnh-header-widget .wp-block-group,
.cnh-header-widget .wp-block-buttons,
.cnh-header-widget .wp-block-button,
.cnh-header-widget .polylang_langswitcher {
margin: 0;
}
.cnh-header-widget ul {
list-style: none;
margin: 0;
padding: 0;
display: flex;
gap: 8px;
align-items: center;
}
.cnh-header-widget a {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 40px;
}
@media (max-width: 760px) {
.cnh-header-actions {
justify-content: flex-end;
}
.cnh-header-widgets-wrap {
width: 100%;
justify-content: flex-end;
order: -1;
}
.cnh-header-widget ul {
flex-wrap: wrap;
justify-content: flex-end;
}
} .cnh-header-language-switcher-wrap,
.cnh-header-language-switcher-wrap .cnh-header-widget,
.cnh-header-language-switcher-wrap .polylang_langswitcher,
.cnh-header-language-switcher-wrap .polylang_langswitcher > ul,
.cnh-header-language-switcher-wrap .polylang_langswitcher li {
overflow: visible;
}
.cnh-header-language-switcher-wrap {
position: relative;
z-index: 120;
}
.cnh-header-language-switcher-wrap .polylang_langswitcher {
position: relative;
}
.cnh-header-language-switcher-wrap .polylang_langswitcher ul {
list-style: none;
margin: 0;
padding: 0;
}
.cnh-header-language-switcher-wrap .polylang_langswitcher > ul > li {
position: relative;
}
.cnh-header-language-switcher-wrap .polylang_langswitcher > ul > li > a,
.cnh-header-language-switcher-wrap .polylang_langswitcher > ul > li > span {
display: inline-flex;
align-items: center;
min-height: 40px;
padding: 8px 14px;
border-radius: 12px;
background: rgba(255,255,255,.06);
color: #fff;
font-weight: 700;
white-space: nowrap;
}
.cnh-header-language-switcher-wrap .polylang_langswitcher > ul > li.menu-item-has-children > a::after,
.cnh-header-language-switcher-wrap .polylang_langswitcher > ul > li.lang-item-has-children > a::after,
.cnh-header-language-switcher-wrap .polylang_langswitcher > ul > li.pll-parent-menu-item > a::after,
.cnh-header-language-switcher-wrap .polylang_langswitcher > ul > li > a[href="#"]::after {
content: "";
width: 8px;
height: 8px;
margin-left: 8px;
border-right: 2px solid rgba(255,255,255,.85);
border-bottom: 2px solid rgba(255,255,255,.85);
transform: rotate(45deg) translateY(-1px);
}
.cnh-header-language-switcher-wrap .polylang_langswitcher > ul > li::after {
content: "";
position: absolute;
left: 0;
right: 0;
top: 100%;
height: 14px;
}
.cnh-header-language-switcher-wrap .polylang_langswitcher > ul > li > ul {
position: absolute;
top: calc(100% + 10px);
left: 0;
min-width: 180px;
display: block;
padding: 8px;
border-radius: 14px;
background: #11192b;
border: 1px solid rgba(255,255,255,.08);
box-shadow: 0 18px 40px rgba(0,0,0,.26);
opacity: 0;
visibility: hidden;
pointer-events: none;
transform: translateY(8px);
transition: opacity .16s ease, transform .16s ease, visibility .16s ease;
z-index: 140;
}
.cnh-header-language-switcher-wrap .polylang_langswitcher > ul > li.is-open > ul {
opacity: 1;
visibility: visible;
pointer-events: auto;
transform: translateY(0);
}
.cnh-header-language-switcher-wrap .polylang_langswitcher > ul > li > ul li {
width: 100%;
}
.cnh-header-language-switcher-wrap .polylang_langswitcher > ul > li > ul a,
.cnh-header-language-switcher-wrap .polylang_langswitcher > ul > li > ul span {
display: flex;
align-items: center;
justify-content: flex-start;
width: 100%;
min-height: 40px;
padding: 8px 12px;
border-radius: 10px;
color: #fff;
background: transparent;
white-space: nowrap;
}
.cnh-header-language-switcher-wrap .polylang_langswitcher > ul > li > ul a:hover,
.cnh-header-language-switcher-wrap .polylang_langswitcher > ul > li > ul a:focus {
background: rgba(255,255,255,.07);
}
@media (max-width: 760px) {
.cnh-header-language-switcher-wrap .polylang_langswitcher > ul > li::after {
display: none;
}
.cnh-header-language-switcher-wrap .polylang_langswitcher > ul > li > ul {
left: auto;
right: 0;
}
} .cnh-header-language-switcher-wrap .polylang_langswitcher > ul > li > ul {
transition: none;
}
.cnh-header-language-switcher-wrap .polylang_langswitcher > ul > li:not(.is-open) > ul {
opacity: 0 !important;
visibility: hidden !important;
pointer-events: none !important;
transform: translateY(8px) !important;
}
.cnh-header-language-switcher-wrap .polylang_langswitcher > ul > li.is-open > ul {
opacity: 1 !important;
visibility: visible !important;
pointer-events: auto !important;
transform: translateY(0) !important;
} .cnh-header-language-switcher-wrap .polylang_langswitcher > ul {
display: flex;
align-items: center;
gap: 8px;
flex-wrap: wrap;
}
.cnh-header-language-switcher-wrap .polylang_langswitcher > ul > li {
position: static;
}
.cnh-header-language-switcher-wrap .polylang_langswitcher > ul > li::after {
display: none !important;
}
.cnh-header-language-switcher-wrap .polylang_langswitcher > ul > li > ul {
display: none !important;
}
.cnh-header-language-switcher-wrap .polylang_langswitcher > ul > li > a,
.cnh-header-language-switcher-wrap .polylang_langswitcher > ul > li > span {
display: inline-flex;
align-items: center;
justify-content: center;
min-height: 38px;
padding: 8px 12px;
border: 1px solid rgba(255,255,255,.12);
border-radius: 999px;
background: rgba(255,255,255,.04);
color: #fff;
line-height: 1;
}
.cnh-header-language-switcher-wrap .polylang_langswitcher > ul > li.current-lang > a,
.cnh-header-language-switcher-wrap .polylang_langswitcher > ul > li.current-lang > span,
.cnh-header-language-switcher-wrap .polylang_langswitcher > ul > li.current-menu-item > a,
.cnh-header-language-switcher-wrap .polylang_langswitcher > ul > li.current-menu-item > span,
.cnh-header-language-switcher-wrap .polylang_langswitcher > ul > li.is-current > a,
.cnh-header-language-switcher-wrap .polylang_langswitcher > ul > li.is-current > span {
background: var(--cnh-accent);
border-color: var(--cnh-accent);
color: #141414;
}
@media (max-width: 760px) {
.cnh-site-header { background: #0f1420; }
.cnh-main { padding-top: 20px; }
}
@media (max-width: 760px) {
body.cnh-menu-open .cnh-main,
body.cnh-menu-open .cnh-site-footer,
body.cnh-menu-open .cnh-promo-bar {
pointer-events: none;
}
}
.cnh-footer-grid--widgets {
grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
gap: 24px;
}
.cnh-footer-widget {
min-width: 0;
}
.cnh-footer-widget p:last-child,
.cnh-footer-widget ul:last-child,
.cnh-footer-widget ol:last-child {
margin-bottom: 0;
} html, body {
overflow-x: hidden;
}
@media (max-width: 760px) {
.cnh-header-actions {
position: static !important;
display: block !important;
width: auto !important;
min-width: 0 !important;
overflow: visible !important;
}
.cnh-main-nav,
body .cnh-main-nav {
display: none !important;
position: fixed !important;
inset: 0 !important;
top: 0 !important;
right: 0 !important;
bottom: 0 !important;
left: 0 !important;
width: 100% !important;
max-width: 100% !important;
min-width: 0 !important;
height: 100dvh !important;
min-height: 100dvh !important;
margin: 0 !important;
padding: max(14px, env(safe-area-inset-top)) 16px calc(28px + env(safe-area-inset-bottom)) !important;
border: 0 !important;
border-radius: 0 !important;
background: #ffffff !important;
color: #111827 !important;
transform: none !important;
opacity: 1 !important;
visibility: visible !important;
pointer-events: auto !important;
z-index: 99999 !important;
overflow-x: hidden !important;
overflow-y: auto !important;
box-shadow: none !important;
-webkit-overflow-scrolling: touch;
overscroll-behavior: contain;
isolation: isolate;
}
.cnh-main-nav.is-open,
body .cnh-main-nav.is-open {
display: block !important;
}
body.cnh-menu-open {
overflow: hidden;
}
.cnh-main-nav .cnh-menu,
.cnh-main-nav .cnh-menu > li,
.cnh-main-nav .cnh-menu > li > a,
.cnh-main-nav .sub-menu,
.cnh-main-nav .sub-menu li,
.cnh-main-nav .sub-menu a {
width: 100% !important;
max-width: 100% !important;
min-width: 0 !important;
}
.cnh-main-nav .sub-menu,
.cnh-main-nav .cnh-menu li > ul {
position: static !important;
inset: auto !important;
top: auto !important;
right: auto !important;
bottom: auto !important;
left: auto !important;
display: none !important;
transform: none !important;
border: 0 !important;
border-radius: 0 !important;
box-shadow: none !important;
background: transparent !important;
min-width: 0 !important;
margin: 0 0 10px !important;
padding: 4px 0 0 16px !important;
}
.cnh-main-nav .menu-item-has-children.is-open > ul,
.cnh-main-nav .menu-item-has-children.is-open > .sub-menu {
display: block !important;
opacity: 1 !important;
visibility: visible !important;
pointer-events: auto !important;
}
}