.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; }
}.shqip-gallery {
--sg-gap: 12px;
--sg-radius: 6px;
--sg-transition: 0.3s ease;
--sg-overlay: rgba(0,0,0,0.4);
--sg-caption-bg: rgba(0,0,0,0.7);
--sg-caption-color: #fff;
--sg-text: inherit;
width: 100%;
margin: 1.5em 0;
color: var(--sg-text);
} .shqip-gallery-spacing-none   { --sg-gap: 0; }
.shqip-gallery-spacing-small  { --sg-gap: 6px; }
.shqip-gallery-spacing-medium { --sg-gap: 12px; }
.shqip-gallery-spacing-large  { --sg-gap: 24px; } .shqip-gallery-radius-none    { --sg-radius: 0; }
.shqip-gallery-radius-normal  { --sg-radius: 6px; }
.shqip-gallery-radius-rounded { --sg-radius: 14px; }
.shqip-gallery-radius-circle  .shqip-gallery-image-wrap { border-radius: 50%; aspect-ratio: 1 / 1; } .shqip-gallery-item {
position: relative;
margin: 0;
padding: 0;
overflow: hidden;
border-radius: var(--sg-radius);
background: #f5f5f5;
}
.shqip-gallery-link {
display: block;
width: 100%;
height: 100%;
color: inherit;
text-decoration: none;
}
.shqip-gallery-image-wrap {
position: relative;
overflow: hidden;
border-radius: var(--sg-radius);
line-height: 0;
}
.shqip-gallery-image-wrap img {
display: block;
width: 100%;
height: 100%;
object-fit: cover;
transition: transform var(--sg-transition), filter var(--sg-transition);
}
.shqip-gallery-overlay {
position: absolute;
inset: 0;
background: transparent;
transition: background var(--sg-transition);
pointer-events: none;
}
.shqip-gallery-caption {
margin-top: 8px;
font-size: 0.875rem;
color: var(--sg-text);
text-align: center;
line-height: 1.4;
} .shqip-gallery-hover-zoom .shqip-gallery-item:hover .shqip-gallery-image-wrap img {
transform: scale(1.08);
}
.shqip-gallery-hover-darken .shqip-gallery-item:hover .shqip-gallery-overlay {
background: var(--sg-overlay);
}
.shqip-gallery-hover-lighten .shqip-gallery-item:hover .shqip-gallery-overlay {
background: rgba(255,255,255,0.25);
}
.shqip-gallery-hover-grayscale .shqip-gallery-item .shqip-gallery-image-wrap img {
filter: grayscale(100%);
}
.shqip-gallery-hover-grayscale .shqip-gallery-item:hover .shqip-gallery-image-wrap img {
filter: grayscale(0%);
}
.shqip-gallery-hover-lift .shqip-gallery-item {
transition: transform var(--sg-transition), box-shadow var(--sg-transition);
}
.shqip-gallery-hover-lift .shqip-gallery-item:hover {
transform: translateY(-4px);
box-shadow: 0 10px 25px rgba(0,0,0,0.15);
} .shqip-gallery-grid {
display: grid;
gap: var(--sg-gap);
}
.shqip-gallery-cols-1 .shqip-gallery-grid { grid-template-columns: 1fr; }
.shqip-gallery-cols-2 .shqip-gallery-grid { grid-template-columns: repeat(2, 1fr); }
.shqip-gallery-cols-3 .shqip-gallery-grid { grid-template-columns: repeat(3, 1fr); }
.shqip-gallery-cols-4 .shqip-gallery-grid { grid-template-columns: repeat(4, 1fr); }
.shqip-gallery-cols-5 .shqip-gallery-grid { grid-template-columns: repeat(5, 1fr); }
.shqip-gallery-cols-6 .shqip-gallery-grid { grid-template-columns: repeat(6, 1fr); }
.shqip-gallery-cols-7 .shqip-gallery-grid { grid-template-columns: repeat(7, 1fr); }
.shqip-gallery-cols-8 .shqip-gallery-grid { grid-template-columns: repeat(8, 1fr); }
.shqip-gallery-grid .shqip-gallery-item .shqip-gallery-image-wrap {
aspect-ratio: 1 / 1;
} .shqip-gallery-masonry {
column-gap: var(--sg-gap);
}
.shqip-gallery-cols-1 .shqip-gallery-masonry { column-count: 1; }
.shqip-gallery-cols-2 .shqip-gallery-masonry { column-count: 2; }
.shqip-gallery-cols-3 .shqip-gallery-masonry { column-count: 3; }
.shqip-gallery-cols-4 .shqip-gallery-masonry { column-count: 4; }
.shqip-gallery-cols-5 .shqip-gallery-masonry { column-count: 5; }
.shqip-gallery-cols-6 .shqip-gallery-masonry { column-count: 6; }
.shqip-gallery-masonry .shqip-gallery-item {
break-inside: avoid;
margin-bottom: var(--sg-gap);
display: inline-block;
width: 100%;
}
.shqip-gallery-masonry .shqip-gallery-image-wrap {
aspect-ratio: auto;
}
.shqip-gallery-masonry .shqip-gallery-image-wrap img {
height: auto;
} .shqip-gallery-slider {
position: relative;
overflow: hidden;
border-radius: var(--sg-radius);
}
.shqip-gallery-slider-track {
display: flex;
transition: transform 0.4s ease;
will-change: transform;
}
.shqip-gallery-slide {
flex: 0 0 100%;
min-width: 100%;
}
.shqip-gallery-slide .shqip-gallery-item {
margin: 0;
}
.shqip-gallery-slide .shqip-gallery-image-wrap {
aspect-ratio: 16 / 9;
border-radius: 0;
}
.shqip-gallery-slider-prev,
.shqip-gallery-slider-next {
position: absolute;
top: 50%;
transform: translateY(-50%);
width: 44px;
height: 44px;
border-radius: 50%;
border: none;
background: rgba(255,255,255,0.9);
color: #222;
font-size: 24px;
cursor: pointer;
z-index: 5;
box-shadow: 0 2px 8px rgba(0,0,0,0.2);
transition: background var(--sg-transition);
display: flex;
align-items: center;
justify-content: center;
}
.shqip-gallery-slider-prev:hover,
.shqip-gallery-slider-next:hover { background: #fff; }
.shqip-gallery-slider-prev { left: 12px; }
.shqip-gallery-slider-next { right: 12px; }
.shqip-gallery-slider-dots {
position: absolute;
bottom: 12px;
left: 50%;
transform: translateX(-50%);
display: flex;
gap: 6px;
z-index: 5;
}
.shqip-gallery-slider-dots span {
width: 8px;
height: 8px;
border-radius: 50%;
background: rgba(255,255,255,0.5);
cursor: pointer;
transition: background var(--sg-transition);
}
.shqip-gallery-slider-dots span.active {
background: #fff;
width: 24px;
border-radius: 4px;
} .shqip-gallery-album { position: relative; }
.shqip-gallery-album-cover {
position: relative;
cursor: pointer;
border-radius: var(--sg-radius);
overflow: hidden;
aspect-ratio: 16 / 9;
background: #222;
}
.shqip-gallery-album-cover img {
width: 100%;
height: 100%;
object-fit: cover;
transition: transform 0.5s ease;
}
.shqip-gallery-album-cover:hover img { transform: scale(1.05); }
.shqip-gallery-album-info {
position: absolute;
inset: 0;
background: linear-gradient(to bottom, transparent 50%, rgba(0,0,0,0.8) 100%);
color: #fff;
display: flex;
flex-direction: column;
justify-content: flex-end;
padding: 24px;
}
.shqip-gallery-album-info h3 {
margin: 0 0 6px;
font-size: 1.5rem;
color: #fff;
}
.shqip-gallery-album-count {
display: inline-block;
padding: 4px 10px;
background: rgba(255,255,255,0.2);
border-radius: 12px;
font-size: 0.85rem;
width: fit-content;
}
.shqip-gallery-album-content {
display: none;
margin-top: var(--sg-gap);
}
.shqip-gallery-album.is-open .shqip-gallery-album-content { display: grid; } .shqip-gallery-empty {
padding: 30px;
text-align: center;
background: #f5f5f5;
border-radius: 6px;
color: #888;
} @media (max-width: 1024px) {
.shqip-gallery-cols-7 .shqip-gallery-grid,
.shqip-gallery-cols-8 .shqip-gallery-grid { grid-template-columns: repeat(5, 1fr); }
.shqip-gallery-cols-7 .shqip-gallery-masonry,
.shqip-gallery-cols-8 .shqip-gallery-masonry { column-count: 5; }
}
@media (max-width: 768px) {
.shqip-gallery-cols-4 .shqip-gallery-grid,
.shqip-gallery-cols-5 .shqip-gallery-grid,
.shqip-gallery-cols-6 .shqip-gallery-grid,
.shqip-gallery-cols-7 .shqip-gallery-grid,
.shqip-gallery-cols-8 .shqip-gallery-grid { grid-template-columns: repeat(3, 1fr); }
.shqip-gallery-cols-4 .shqip-gallery-masonry,
.shqip-gallery-cols-5 .shqip-gallery-masonry,
.shqip-gallery-cols-6 .shqip-gallery-masonry,
.shqip-gallery-cols-7 .shqip-gallery-masonry,
.shqip-gallery-cols-8 .shqip-gallery-masonry { column-count: 3; }
.shqip-gallery-album-info { padding: 16px; }
.shqip-gallery-album-info h3 { font-size: 1.2rem; }
}
@media (max-width: 480px) {
.shqip-gallery-cols-3 .shqip-gallery-grid,
.shqip-gallery-cols-4 .shqip-gallery-grid,
.shqip-gallery-cols-5 .shqip-gallery-grid,
.shqip-gallery-cols-6 .shqip-gallery-grid,
.shqip-gallery-cols-7 .shqip-gallery-grid,
.shqip-gallery-cols-8 .shqip-gallery-grid { grid-template-columns: repeat(2, 1fr); }
.shqip-gallery-cols-3 .shqip-gallery-masonry,
.shqip-gallery-cols-4 .shqip-gallery-masonry,
.shqip-gallery-cols-5 .shqip-gallery-masonry,
.shqip-gallery-cols-6 .shqip-gallery-masonry,
.shqip-gallery-cols-7 .shqip-gallery-masonry,
.shqip-gallery-cols-8 .shqip-gallery-masonry { column-count: 2; }
.shqip-gallery-slider-prev,
.shqip-gallery-slider-next { width: 36px; height: 36px; font-size: 20px; }
} .shqip-lightbox {
position: fixed;
inset: 0;
background: rgba(0,0,0,0.92);
z-index: 999999;
display: flex;
align-items: center;
justify-content: center;
opacity: 0;
visibility: hidden;
transition: opacity 0.3s ease, visibility 0.3s ease;
user-select: none;
}
.shqip-lightbox.is-open {
opacity: 1;
visibility: visible;
}
.shqip-lightbox-content {
position: relative;
max-width: 95vw;
max-height: 90vh;
display: flex;
align-items: center;
justify-content: center;
}
.shqip-lightbox-img {
max-width: 95vw;
max-height: 85vh;
object-fit: contain;
border-radius: 4px;
box-shadow: 0 10px 40px rgba(0,0,0,0.5);
user-select: none;
-webkit-user-drag: none;
}
.shqip-lightbox-loading {
color: #fff;
font-size: 14px;
}
.shqip-lightbox-close,
.shqip-lightbox-prev,
.shqip-lightbox-next {
position: absolute;
background: rgba(255,255,255,0.1);
border: none;
color: #fff;
cursor: pointer;
border-radius: 50%;
transition: background 0.2s ease, transform 0.2s ease;
z-index: 10;
display: flex;
align-items: center;
justify-content: center;
}
.shqip-lightbox-close:hover,
.shqip-lightbox-prev:hover,
.shqip-lightbox-next:hover {
background: rgba(255,255,255,0.25);
}
.shqip-lightbox-close {
top: 20px;
right: 20px;
width: 44px;
height: 44px;
font-size: 28px;
line-height: 1;
}
.shqip-lightbox-prev,
.shqip-lightbox-next {
top: 50%;
transform: translateY(-50%);
width: 56px;
height: 56px;
font-size: 32px;
}
.shqip-lightbox-prev { left: 20px; }
.shqip-lightbox-next { right: 20px; }
.shqip-lightbox-prev:hover { transform: translateY(-50%) scale(1.05); }
.shqip-lightbox-next:hover { transform: translateY(-50%) scale(1.05); }
.shqip-lightbox-caption {
position: absolute;
bottom: 20px;
left: 50%;
transform: translateX(-50%);
max-width: 80%;
background: rgba(0,0,0,0.6);
color: #fff;
padding: 10px 20px;
border-radius: 24px;
font-size: 14px;
text-align: center;
backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);
}
.shqip-lightbox-caption strong { display: block; margin-bottom: 2px; }
.shqip-lightbox-counter {
position: absolute;
top: 20px;
left: 20px;
color: #fff;
font-size: 14px;
background: rgba(0,0,0,0.5);
padding: 6px 14px;
border-radius: 20px;
backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);
}
@media (max-width: 600px) {
.shqip-lightbox-prev { left: 8px; width: 44px; height: 44px; font-size: 24px; }
.shqip-lightbox-next { right: 8px; width: 44px; height: 44px; font-size: 24px; }
.shqip-lightbox-close { top: 12px; right: 12px; width: 38px; height: 38px; font-size: 24px; }
.shqip-lightbox-counter { top: 12px; left: 12px; font-size: 12px; padding: 4px 10px; }
.shqip-lightbox-caption { bottom: 12px; max-width: 90%; padding: 8px 14px; font-size: 12px; }
} .shqip-lightbox-img.fade-out { opacity: 0; transition: opacity 0.15s ease; }
.shqip-lightbox-img.fade-in  { opacity: 1; transition: opacity 0.2s ease; } .shqip-gallery-block-placeholder {
padding: 30px;
text-align: center;
background: #f3f4f6;
border: 2px dashed #d1d5db;
border-radius: 6px;
color: #6b7280;
}