.ohb-zone { position: relative; }
.ohb-zone--disabled { display: none; }
.ohb-zone__head { margin-bottom: 16px; }
.ohb-zone__title {
font-family: var(--font-ui, 'Barlow', sans-serif);
font-size: 0.75rem; font-weight: 800; letter-spacing: 0.06em;
text-transform: uppercase; border-top: 3px solid #333;
padding-top: 8px; display: inline-block;
} @media (min-width: 1025px) {
.ohb-show-desktop { display: block; }
}
@media (min-width: 769px) and (max-width: 1024px) {
.ohb-zone:not(.ohb-show-tablet),
.ohb-block:not(.ohb-show-tablet) { display: none !important; }
}
@media (max-width: 768px) {
.ohb-zone:not(.ohb-show-mobile),
.ohb-block:not(.ohb-show-mobile) { display: none !important; }
} .ohb-lead-list {
display: grid; grid-template-columns: 1fr 320px; gap: 28px;
align-items: start; padding: 20px 0;
}
.ohb-lead__img { width: 100%; height: 340px; object-fit: cover; display: block; margin-bottom: 12px; }
.ohb-side-list { display: flex; flex-direction: column; }
.ohb-side-item { display: flex; gap: 12px; padding: 14px 0; }
.ohb-side-item__img { width: 100%; height: 110px; object-fit: cover; display: block; margin-bottom: 8px; }
@media (max-width: 900px) {
.ohb-lead-list { grid-template-columns: 1fr; }
.ohb-lead__img { height: 220px; }
} .ohb-grid { display: grid; gap: 20px; padding: 16px 0; }
.ohb-grid--2 { grid-template-columns: repeat(2, 1fr); }
.ohb-grid--3 { grid-template-columns: repeat(3, 1fr); }
.ohb-grid--4 { grid-template-columns: repeat(4, 1fr); }
.ohb-grid__img { width: 100%; height: 180px; object-fit: cover; display: block; margin-bottom: 10px; }
@media (max-width: 768px) {
.ohb-grid--3, .ohb-grid--4 { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 480px) {
.ohb-grid--2, .ohb-grid--3, .ohb-grid--4 { grid-template-columns: 1fr; }
} .ohb-list-v__item { padding: 10px 0; }
.ohb-list-v__link { display: flex; gap: 12px; align-items: center; text-decoration: none; color: inherit; }
.ohb-list-v__thumb { width: 80px; height: 60px; object-fit: cover; flex-shrink: 0; } .ohb-carousel-wrap { overflow: hidden; }
.ohb-carousel-viewport { overflow: hidden; }
.ohb-carousel-track { display: flex; gap: 20px; transition: transform 0.4s ease; }
.ohb-carousel-slide { flex: 0 0 260px; } .ohb-ticker { overflow: hidden; background: #C41A1A; color: #fff; padding: 8px 0; }
.ohb-ticker__track {
display: flex; white-space: nowrap;
animation: ohb-ticker-scroll 30s linear infinite;
}
.ohb-ticker__item {
display: inline-block; padding: 0 24px;
font-family: var(--font-ui, sans-serif); font-size: 0.82rem; font-weight: 600;
text-decoration: none; color: #fff;
}
.ohb-ticker__dot { color: #ffd700; margin-right: 6px; }
@keyframes ohb-ticker-scroll { from { transform: translateX(0); } to { transform: translateX(-50%); } } .ohb-titles-only__item { padding: 10px 0; } .ohb-excerpt-meta__item { padding: 16px 0; }
.ohb-excerpt-meta__img { width: 100%; height: 200px; object-fit: cover; display: block; margin-bottom: 10px; }
.ohb-meta { display: flex; gap: 8px; align-items: center; margin-top: 6px; }
.ohb-meta__author { font-family: var(--font-ui, sans-serif); font-size: 0.75rem; color: #666; } .ohb-video-thumb { position: relative; display: block; }
.ohb-play-btn {
position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
background: rgba(0,0,0,0.6); color: #fff; width: 50px; height: 50px;
border-radius: 50%; display: flex; align-items: center; justify-content: center;
font-size: 20px;
}
.ohb-video-block iframe { width: 100%; aspect-ratio: 16/9; } .ohb-widget {
background: #f9f9f7; border: 1px solid var(--border, #e5e5e5);
padding: 16px; border-radius: 4px; text-align: center;
}
.ohb-widget__label {
font-family: var(--font-ui, sans-serif); font-size: 0.65rem;
font-weight: 800; letter-spacing: 0.1em; text-transform: uppercase;
color: #666; margin-bottom: 8px;
}
.ohb-widget__icon { font-size: 28px; margin-bottom: 4px; }
.ohb-widget__city { font-size: 0.85rem; font-weight: 600; }
.ohb-widget__temp { font-size: 1.8rem; font-weight: 700; margin-top: 4px; }
.ohb-crypto-item {
display: flex; gap: 8px; justify-content: center; align-items: center;
padding: 4px 0; font-family: var(--font-ui, sans-serif); font-size: 0.82rem;
} .ohb-spacer { clear: both; }
.ohb-empty { font-family: var(--font-ui, sans-serif); color: #999; font-size: 0.85rem; padding: 20px; text-align: center; }
.ohb-image-block img { border-radius: 2px; }
.ohb-caption { font-size: 0.8rem; color: #666; margin-top: 6px; font-style: italic; }
.ohb-gallery { display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: 8px; }
.ohb-gallery__img { width: 100%; height: 160px; object-fit: cover; }
.ohb-ad { text-align: center; margin: 16px 0; }
.ohb-embed iframe { width: 100%; }
.ohb-text { font-family: var(--font-body, serif); line-height: 1.6; } .ohb-col-layout { margin-bottom: 16px; }
.ohb-col-item { border-right: 1px solid var(--border, #e5e5e5); padding-right: 20px; }
.ohb-col-item:last-child { border-right: none; padding-right: 0; }
@media (max-width: 1024px) {
.ohb-col-layout { grid-template-columns: repeat(2, 1fr) !important; }
}
@media (max-width: 768px) {
.ohb-col-layout { grid-template-columns: 1fr !important; }
.ohb-col-item { border-right: none; padding-right: 0; border-bottom: 1px solid var(--border, #e5e5e5); padding-bottom: 16px; margin-bottom: 16px; }
.ohb-col-item:last-child { border-bottom: none; padding-bottom: 0; margin-bottom: 0; }
}.fp-poll {
max-width: 600px;
margin: 1.5em 0;
padding: 1.25rem 1.5rem;
border: 1px solid #d1d5db;
border-radius: 10px;
background: #fff;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
box-shadow: 0 1px 3px rgba(0,0,0,.05);
position: relative;
z-index: 1;
pointer-events: auto !important;
}
.fp-poll * {
pointer-events: auto !important;
} .fp-poll__question {
font-size: 1.1rem;
font-weight: 700;
line-height: 1.35;
margin-bottom: 1rem;
padding-bottom: .75rem;
border-bottom: 2px solid #e8f0fe;
color: #1f2937;
} .fp-poll__form {
display: flex;
flex-direction: column;
gap: 6px;
}
.fp-poll__option {
display: flex !important;
align-items: center;
gap: 10px;
padding: 12px 14px;
border: 2px solid #d1d5db;
border-radius: 8px;
cursor: pointer !important;
transition: background .15s, border-color .15s, box-shadow .15s;
user-select: none;
background: #fff;
position: relative;
z-index: 2;
}
.fp-poll__option:hover {
background: #e8f0fe;
border-color: #1a73e8;
box-shadow: 0 0 0 1px #1a73e8;
}
.fp-poll__option input[type="radio"] {
-webkit-appearance: radio !important;
appearance: radio !important;
accent-color: #1a73e8;
width: 18px;
height: 18px;
margin: 0;
cursor: pointer !important;
flex-shrink: 0;
position: relative;
z-index: 3;
opacity: 1 !important;
visibility: visible !important;
display: inline-block !important;
}
.fp-poll__option-text {
font-size: .95rem;
line-height: 1.35;
color: #1f2937;
cursor: pointer !important;
} .fp-poll__option.fp-selected {
background: #e8f0fe;
border-color: #1a73e8;
box-shadow: 0 0 0 1px #1a73e8;
} .fp-poll__actions {
display: flex;
align-items: center;
gap: 12px;
margin-top: 10px;
}
.fp-poll__vote-btn {
padding: 10px 30px;
font-size: .95rem;
font-weight: 600;
color: #fff;
background: #1a73e8;
border: none;
border-radius: 8px;
cursor: pointer !important;
transition: opacity .15s;
position: relative;
z-index: 2;
}
.fp-poll__vote-btn:disabled {
opacity: .4;
cursor: not-allowed !important;
}
.fp-poll__vote-btn:not(:disabled):hover {
opacity: .85;
}
.fp-poll__results-btn {
background: none;
border: none;
color: #6b7280;
font-size: .85rem;
cursor: pointer !important;
text-decoration: underline;
text-underline-offset: 2px;
padding: 0;
}
.fp-poll__results-btn:hover {
color: #1f2937;
} .fp-poll__results {
display: flex;
flex-direction: column;
gap: 10px;
}
.fp-poll__result-head {
display: flex;
justify-content: space-between;
font-size: .93rem;
margin-bottom: 4px;
color: #1f2937;
}
.fp-poll__pct {
font-weight: 700;
color: #1a73e8;
font-variant-numeric: tabular-nums;
}
.fp-poll__bar-track {
height: 10px;
background: #e9ecef;
border-radius: 5px;
overflow: hidden;
}
.fp-poll__bar-fill {
height: 100%;
background: #1a73e8;
border-radius: 5px;
transition: width .6s cubic-bezier(.22,1,.36,1);
}
.fp-poll__total {
font-size: .85rem;
color: #6b7280;
text-align: right;
margin-top: 4px;
} .fp-poll__msg {
margin-top: 10px;
font-size: .9rem;
padding: 8px 12px;
border-radius: 6px;
}
.fp-poll__msg--ok {
background: #ecfdf5;
color: #065f46;
}
.fp-poll__msg--err {
background: #fef2f2;
color: #991b1b;
} @media (max-width: 480px) {
.fp-poll { padding: 1rem; }
.fp-poll__question { font-size: 1rem; }
}