.ct-header-text,
[data-id="text"],
.zoo-btn {
display: none !important;
}  .home-news-style .stk-block-posts__item article {
display: flex !important;
flex-direction: row !important;
flex-wrap: nowrap !important;
align-items: center !important;
gap: 15px !important;
overflow: hidden !important;
padding: 12px 0 !important;
line-height: 1 !important;
} .home-news-style .stk-block-posts__meta {
flex-shrink: 0 !important;
font-size: 1.1rem !important;
color: #fff !important;
background-color: #fa0 !important;
padding: 0 16px !important;
border-radius: 50px !important;
font-weight: 700 !important;
display: inline-flex !important;
align-items: center !important;
justify-content: center !important;
line-height: 1 !important;
margin: 0 !important;
}
.home-news-style .stk-block-posts__meta time {
margin: 0 !important;
padding: 8px 0 !important;
line-height: 1 !important;
display: inline-block !important;
} .home-news-style .stk-block-posts__title {
display: inline !important;
margin: 0 !important;
font-size: 1.25rem !important;
font-weight: 700 !important;
flex: 1 !important;
overflow: hidden !important;
text-overflow: ellipsis !important;
white-space: nowrap !important;
}
.home-news-style .stk-block-posts__title a {
text-decoration: none !important;
color: inherit !important;
} .home-news-style .stk-block-posts__excerpt {
display: none !important;
} @media (max-width: 767px) {
.home-news-style .stk-block-posts__item article {
flex-wrap: wrap !important;
}
.home-news-style .stk-block-posts__title {
white-space: normal !important;
margin-top: 10px !important;
line-height: 1.4 !important;
overflow: hidden !important;
}
} .wp-block-columns .wp-block-column .wp-block-image img,
.entry-card .ct-media-container img {
aspect-ratio: 16 / 10 !important;
object-fit: cover !important;
width: 100% !important;
display: block !important;
} body.category .hero-section,
body.archive .hero-section {
padding-top: 0 !important;
padding-bottom: 0 !important;
margin-top: 0 !important;
margin-bottom: 0 !important;
}
body.category .hero-section .entry-header,
body.archive .hero-section .entry-header,
body.category header.entry-header.ct-container-narrow,
body.archive header.entry-header.ct-container-narrow {
display: block !important;
background-color: #f7fbf8 !important;
border: 1px solid rgba(31, 107, 82, 0.14) !important;
border-radius: 20px !important;
padding: 24px 18px !important;
margin: 16px auto 28px auto !important;
box-shadow: 0 4px 16px rgba(31, 107, 82, 0.04) !important;
text-align: left !important;
max-width: var(--theme-wide-container-max-width, 1550px) !important;
width: calc(100% - (var(--theme-container-padding, 20px) * 2)) !important;
box-sizing: border-box !important;
}
@media (min-width: 768px) {
body.category .hero-section .entry-header,
body.archive .hero-section .entry-header,
body.category header.entry-header.ct-container-narrow,
body.archive header.entry-header.ct-container-narrow {
padding: 32px 24px !important;
margin: 20px auto 36px auto !important;
width: calc(100% - (var(--theme-container-padding, 30px) * 2)) !important;
}
}
body.category .page-title,
body.archive .page-title {
color: #1f6b52 !important;
font-weight: 800 !important;
font-size: clamp(20px, 1.25rem + ((1vw - 3.2px) * 0.938), 32px) !important;
line-height: 1.3 !important;
margin-bottom: 16px !important;
text-align: left !important;
} body.category .entry-card .entry-title,
body.category .entry-card .entry-title a,
body.archive .entry-card .entry-title,
body.archive .entry-card .entry-title a,
.entries .entry-card .entry-title,
.entries .entry-card .entry-title a,
.entry-card .entry-title,
.entry-card .entry-title a {
color: #1a202c !important;
font-weight: 700 !important;
text-decoration: none !important;
transition: color 0.2s ease;
}
body.category .entry-card .entry-title a:hover,
body.archive .entry-card .entry-title a:hover,
.entries .entry-card .entry-title a:hover,
.entry-card .entry-title a:hover {
color: #1f6b52 !important;
}