body,
html {
overflow-x: hidden;
} .news-bar {
background: #000 !important;
width: 100%;
padding: 10px 0;
box-shadow: 0 2px 10px rgba(0,0,0,0.6);
}
.news-inner {
max-width: 1200px;
margin: 0 auto;
display: flex;
align-items: center;
gap: 14px;
}
.news-label {
color: #fff;
font-weight: 700;
white-space: nowrap;
}
.news-item {
display: none;
align-items: center;
gap: 10px;
text-decoration: none;
}
.news-item.active {
display: flex;
}
.news-title {
color: #00ffff;
font-weight: 600;
}
.news-title::after {
content: " ★";
color: #ffd700;
margin-left: 6px;
}
.news-desc {
color: #ff0000;
}
} .site-header,
header {
height: auto !important;
} .home-hero-slider {
width: 100%;
height: 700px;
overflow: hidden;
}
.home-hero-slider img {
width: 100%;
height: 100%;
object-fit: cover;
} .hero-bg{
pointer-events:none;
}
.hero-bg {
width: 100%;
height: 65vh;
margin-left: calc(-50vw + 50%);
background-color: #000;
display: flex;
align-items: center;
justify-content: center;
overflow: hidden;
}
:root {
--zoom-x: 1.8;
--zoom-y: 1.0;
}
.hero-bg img {
height: 100%;
width: auto;
max-width: none;
transform: scaleX(var(--zoom-x)) scaleY(var(--zoom-y));
display: block;
} @media (max-width: 768px) {
.hero-bg {
height: 50vh;
}
.hero-bg img {
width: 100%;
height: 100%;
object-fit: contain;
transform: none; }
}  .entry-meta .cat-links,
.entry-header .cat-links {
display: none !important;
} .entry-categories {
display: block !important;
} .desktop-category,
.mobile-category {
display: none !important;
} @media (min-width: 769px) {
.desktop-category {
display: block !important;
position: absolute;
top:-100px;
right: 0;
font-size: 2em;
}
.entry-header {
position: relative;
}
} @media (max-width: 768px) {
.news-bar {
display: none !important;
}
.home-hero-slider .owl-carousel {
display: none !important;
}
.desktop-category {
display: none !important;
}
.mobile-category {
display: block !important;
font-size: 20px;
margin-top:-100px;
text-align: right;
}
}
.audio-wrap{
position:relative;
z-index:30;
}
.news-item{
position:relative;
z-index:40;
} .random-mystery-box {
display: block !important;
width: 100% !important;
max-width: 1000px !important;
margin: 60px auto !important;
padding: 0 !important;
border-radius: 12px;
overflow: hidden;
background: #111;
box-shadow: 0 5px 25px rgba(0,0,0,0.18);
float: none !important;
clear: both !important;
} .random-mystery-header {
display: block !important;
width: 100% !important;
box-sizing: border-box !important;
padding: 24px 20px !important;
text-align: center !important;
font-size: 30px !important;
line-height: 1.2 !important;
font-weight: 800 !important;
letter-spacing: 1px !important;
background: #1c1c1c;
color: #fff;
float: none !important;
} .random-mystery-link {
display: block !important;
width: 100% !important;
margin: 0 !important;
padding: 0 !important;
text-align: center !important;
text-decoration: none !important;
float: none !important;
clear: both !important;
} .random-mystery-image {
display: flex !important;
justify-content: center !important;
align-items: center !important;
width: 100% !important;
margin: 0 auto !important;
padding: 0 !important;
text-align: center !important;
background: #111;
float: none !important;
clear: both !important;
} .random-mystery-image img {
display: block !important;
width: auto !important;
max-width: 900px !important;
height: 360px !important;
margin: 0 auto !important;
padding: 0 !important;
object-fit: cover !important;
float: none !important;
clear: both !important;
} .random-mystery-content {
display: block !important;
width: 100% !important;
box-sizing: border-box !important;
margin: 0 !important;
padding: 28px 25px !important;
text-align: center !important;
background: #181818;
float: none !important;
clear: both !important;
} .random-mystery-content h2 {
display: block !important;
margin: 0 0 14px !important;
padding: 0 !important;
color: #fff !important;
font-size: 28px !important;
line-height: 1.25 !important;
font-weight: 700 !important;
text-align: center !important;
} .random-mystery-content p {
display: block !important;
max-width: 800px !important;
margin: 0 auto 22px !important;
padding: 0 !important;
color: #ccc !important;
font-size: 16px !important;
line-height: 1.6 !important;
text-align: center !important;
} .random-mystery-button {
display: inline-block !important;
margin: 0 auto !important;
padding: 11px 20px !important;
border-radius: 5px;
background: #fff;
color: #111 !important;
font-weight: 700;
text-align: center;
transition: 0.2s ease;
}
.random-mystery-link:hover .random-mystery-button {
transform: translateY(-2px);
} @media (max-width: 767px) {
.random-mystery-box {
width: 100% !important;
max-width: 100% !important;
margin: 35px auto !important;
}
.random-mystery-header {
font-size: 22px !important;
padding: 18px 15px !important;
}
.random-mystery-image {
width: 100% !important;
display: flex !important;
justify-content: center !important;
}
.random-mystery-image img {
width: 100% !important;
max-width: 100% !important;
height: 230px !important;
margin: 0 auto !important;
}
.random-mystery-content {
padding: 22px 15px !important;
}
.random-mystery-content h2 {
font-size: 22px !important;
}
}