.news-content blockquote {
    border-left: 5px solid #0d6efd;
    padding: 20px 30px;
    background: #f8f9fa;
    font-style: italic;
    border-radius: 0 10px 10px 0;
    margin: 40px 0;
    color: #0A1D37;
}

.news-content h3 {
    color: #0A1D37;
    font-weight: 800;
    margin-top: 40px;
    margin-bottom: 20px;
}

.news-content p {
    margin-bottom: 25px;
}

.content-body h1 {
    font-size: 1.8rem !important;
    font-weight: 700;
    color: #0A1D37;
    margin: 30px 0 20px;
}

.content-body h2 {
    font-size: 1.6rem !important;
    font-weight: 700;
    color: #0A1D37;
    margin: 30px 0 20px;
}

.content-body h3 {
    font-size: 1.4rem !important;
    font-weight: 700;
    color: #0A1D37;
    margin: 25px 0 15px;
}

.bg-modern-navy {
    background-color: #0A1D37;
}

.bg-soft-navy {
    background-color: rgba(10, 29, 55, 0.03);
}

.text-navy {
    color: #0A1D37;
}

.text-gradient-purple {
    background: linear-gradient(45deg, #ffffff 40%, #a855f7 100%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.btn-soft-facebook {
    background: #e7efff;
    color: #1877f2;
}

.btn-soft-twitter {
    background: #f5f5f5;
    color: #000;
}

.btn-soft-facebook:hover,
.btn-soft-twitter:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}

.hover-scale {
    transition: transform 0.5s ease;
}

.hover-scale:hover {
    transform: scale(1.1);
}

.breadcrumb-item+.breadcrumb-item::before {
    color: rgba(255, 255, 255, 0.3);
}

.line-clamp-1 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    line-clamp: 1;
    overflow: hidden;
}

.line-clamp-2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    overflow: hidden;
}

.extra-small {
    font-size: 0.75rem;
}

.last-child-mb-0:last-child {
    margin-bottom: 0 !important;
}

.sidebar-block-header {
    border-bottom: 1px solid rgba(10, 29, 55, 0.05);
}

.sub-news-card {
    transition: all 0.3s ease;
}

.sub-news-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05) !important;
}