.site-main {
background: #f5f5f5;
}
.home-content {
padding: 2rem 0 3rem;
}
.container--main {
max-width: 900px;
margin-left: auto;
margin-right: auto;
padding-left: 1.25rem;
padding-right: 1.25rem;
box-sizing: border-box;
}
.home-content .container--main {
max-width: 900px;
} .home-social-follow {
padding: 1rem 0;
margin-bottom: 0;
background: linear-gradient(180deg, #f0f4f8 0%, #f8fafc 100%);
color: #1a1a1a;
border-top: 1px solid #e2e8f0;
border-bottom: 1px solid #e2e8f0;
}
.home-social-follow::before {
display: none;
}
.home-social-follow__inner {
max-width: 720px;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: center;
gap: 1rem;
}
.home-social-follow__line-label {
font-size: 0.9375rem;
font-weight: 700;
color: #1e3a5f;
letter-spacing: -0.01em;
flex-shrink: 0;
}
.home-social-follow__list {
list-style: none;
padding: 0;
margin: 0;
display: flex;
flex-wrap: wrap;
justify-content: center;
align-items: center;
gap: 0.75rem;
}
.home-social-follow__list li {
margin: 0;
}
.home-social-follow__link {
display: inline-flex;
align-items: center;
gap: 0.65rem;
padding: 0.75rem 1.35rem;
background: #f5f5f5;
color: #1a1a1a;
text-decoration: none;
border-radius: 12px;
font-size: 1rem;
font-weight: 700;
border: 2px solid #e0e0e0;
transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}
.home-social-follow__link .home-social-follow__icon-wrap {
background: #e0e0e0;
} .home-social-follow__link .home-social-follow__icon,
.home-social-follow__link .home-social-follow__icon svg {
color: #1a1a1a;
fill: currentColor;
} .home-social-follow__link:hover {
color: #ffffff;
border-color: transparent;
transform: translateY(-2px);
box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15);
}
.home-social-follow__link:hover .home-social-follow__icon-wrap {
background: rgba(255, 255, 255, 0.35);
}
.home-social-follow__link:hover .home-social-follow__icon,
.home-social-follow__link:hover .home-social-follow__icon svg {
color: #ffffff;
fill: #ffffff;
}
.home-social-follow__link--facebook:hover { background: #1877f2; }
.home-social-follow__link--instagram:hover { background: linear-gradient(135deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888); }
.home-social-follow__link--youtube:hover { background: #ff0000; }
.home-social-follow__link--tiktok:hover { background: #000000; }
.home-social-follow__link--twitter:hover { background: #000000; }
.home-social-follow__link[href="#"] {
opacity: 0.7;
cursor: default;
}
.home-social-follow__link[href="#"]:hover {
transform: none;
background: #f5f5f5;
border-color: #e0e0e0;
box-shadow: none;
color: #1a1a1a;
}
.home-social-follow__link[href="#"]:hover .home-social-follow__icon-wrap {
background: #e0e0e0;
}
.home-social-follow__link[href="#"]:hover .home-social-follow__icon,
.home-social-follow__link[href="#"]:hover .home-social-follow__icon svg {
color: #1a1a1a;
fill: #1a1a1a;
}
.home-social-follow__icon-wrap {
display: flex;
align-items: center;
justify-content: center;
width: 40px;
height: 40px;
border-radius: 50%;
flex-shrink: 0;
transition: background 0.2s ease;
}
.home-social-follow__icon {
display: flex;
align-items: center;
justify-content: center;
width: 22px;
height: 22px;
}
.home-social-follow__icon svg {
width: 100%;
height: 100%;
}
.home-social-follow__label {
font-size: 0.9375rem;
}
@media (max-width: 640px) {
.home-social-follow {
padding: 1.75rem 0;
}
.home-social-follow__title {
font-size: 1.2rem;
}
.home-social-follow__subtitle {
margin-bottom: 1.25rem;
font-size: 0.875rem;
}
.home-social-follow__list {
flex-direction: column;
align-items: stretch;
gap: 0.5rem;
}
.home-social-follow__link {
justify-content: center;
padding: 0.85rem 1rem;
}
} .home-layout--no-sidebar {
display: block !important;
max-width: 100%;
}
.home-layout--no-sidebar .home-main {
max-width: 100%;
} .news-grid-section {
margin-bottom: 2rem;
}
.section-header {
margin-bottom: 1.5rem;
padding-bottom: 0.5rem;
border-bottom: 1px solid #ddd;
}
.section-title {
font-size: 1.25rem;
font-weight: 700;
color: #1a1a1a;
margin: 0;
} .home-content .news-grid {
display: grid !important;
gap: 1rem !important;
margin: 0 !important;
}
.home-content .news-grid--row-1 { grid-template-columns: repeat(2, 1fr) !important; }
.home-content .news-grid--row-2 { grid-template-columns: repeat(3, 1fr) !important; }
.home-content .news-grid--row-3 { grid-template-columns: repeat(4, 1fr) !important; }
.home-content .news-grid--row-4 { grid-template-columns: repeat(2, 1fr) !important; }
.home-content .news-grid .news-card {
grid-column: span 1 !important;
}
.news-grid__ad-wrap {
margin: 1.25rem 0;
width: 100%;
clear: both;
} .news-grid__ad-wrap .isk-ad,
.news-grid__ad-wrap .isk-ad-placeholder {
width: 100% !important;
max-width: 100% !important;
margin-left: 0 !important;
margin-right: 0 !important;
}  @media (max-width: 700px) {
.home-content .news-grid {
grid-template-columns: 1fr !important;
gap: 1rem !important;
}
.home-content .news-grid .news-card {
grid-column: span 1 !important;
} .news-grid__ad-wrap {
margin: 1rem 0;
padding: 0 1rem;
}
.news-grid__ad-wrap .isk-ad,
.news-grid__ad-wrap .isk-ad-placeholder {
max-width: 100%;
margin: 0 auto;
}
} .news-grid-section--more {
margin-top: 2.5rem;
}
.home-content .news-grid--more {
grid-template-columns: repeat(3, 1fr) !important;
}
.home-content .news-grid--more .news-card {
grid-column: span 1 !important;
}
@media (max-width: 700px) {
.home-content .news-grid--more {
grid-template-columns: 1fr !important;
}
}
.news-card {
background: #fff;
border-radius: 8px;
overflow: hidden;
box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
transition: box-shadow 0.2s ease;
display: flex;
flex-direction: column;
}
.news-card:hover {
box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
} .news-card-thumbnail {
position: relative;
width: 100%;
aspect-ratio: 16 / 10;
min-height: 160px;
overflow: hidden;
background: #e8e8e8;
}
.news-card-thumbnail img {
width: 100%;
height: 100%;
object-fit: cover;
display: block;
transition: transform 0.3s ease;
}
.news-card:hover .news-card-thumbnail img {
transform: scale(1.03);
}
.news-card-overlay {
position: absolute;
inset: 0;
background: rgba(0, 0, 0, 0);
display: flex;
align-items: center;
justify-content: center;
font-size: 1.25rem;
color: #fff;
opacity: 0;
transition: opacity 0.2s ease, background 0.2s ease;
}
.news-card:hover .news-card-overlay {
opacity: 1;
background: rgba(0, 0, 0, 0.15);
}
.news-card-category {
position: absolute;
top: 0.5rem;
left: 0.5rem;
z-index: 2;
}
.news-card-category a {
display: inline-block;
padding: 0.3rem 0.6rem;
background: #0d47a1;
color: #fff;
text-decoration: none;
font-size: 0.75rem;
font-weight: 600;
border-radius: 4px;
}
.news-card-category a:hover {
background: #0a3d91;
color: #fff;
}
.news-card-content {
padding: 1rem 1.25rem 1.25rem;
flex: 1;
display: flex;
flex-direction: column;
gap: 0.4rem;
min-height: 140px;
}
.news-card-header {
margin: 0;
} .news-card-title {
font-size: 1.0625rem;
line-height: 1.38;
margin: 0 0 0.35rem;
font-weight: 700;
color: #1a1a1a;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
}
.news-card-title a {
color: inherit;
text-decoration: none;
transition: color 0.2s ease;
}
.news-card-title a:hover {
color: #0d47a1;
} .news-card-meta {
display: flex;
gap: 0.75rem;
font-size: 0.8125rem;
color: #6b6b6b;
flex-shrink: 0;
} .news-card-excerpt,
.news-card-excerpt p {
margin: 0;
font-size: 0.9375rem;
line-height: 1.5;
color: #2d2d2d !important;
font-weight: 400;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
}
.news-card-footer {
margin-top: 0.5rem;
}
.news-card-read-more {
font-size: 0.875rem;
font-weight: 600;
color: #0d47a1;
text-decoration: none;
transition: color 0.2s ease;
}
.news-card-read-more:hover {
color: #0a3d91;
} .breaking-news-section {
margin-bottom: 0;
}
.breaking-news-ticker {
background: #b71c1c;
color: #fff;
padding: 0.5rem 0;
overflow: hidden;
} .hero-section {
margin: 0 0 2rem;
}
.hero-post {
background: #fff;
border-radius: 8px;
overflow: hidden;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}
.hero-thumbnail {
width: 100%;
height: 380px;
background: #e8e8e8;
}
.hero-thumbnail img {
width: 100%;
height: 100%;
object-fit: cover;
}
.hero-content {
padding: 1.5rem 1.5rem 2rem;
}
.hero-category a {
display: inline-block;
padding: 0.35rem 0.75rem;
background: #0d47a1;
color: #fff;
text-decoration: none;
font-size: 0.75rem;
font-weight: 600;
border-radius: 4px;
}
.hero-title {
font-size: 1.5rem;
margin: 0.5rem 0 0.75rem;
color: #1a1a1a;
}
.hero-meta {
font-size: 0.875rem;
color: #6b6b6b;
margin-bottom: 0.75rem;
}
.hero-excerpt {
font-size: 1rem;
color: #444;
margin-bottom: 1rem;
}
.hero-read-more {
display: inline-block;
padding: 0.5rem 1rem;
background: #0d47a1;
color: #fff;
text-decoration: none;
font-size: 0.875rem;
font-weight: 600;
border-radius: 4px;
}
.hero-read-more:hover {
background: #0a3d91;
color: #fff;
}