.news-featured-image-wrapper {
    height: 0;
    padding-bottom: 50%;
}

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

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

.select-with-arrow {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23666666'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 16px;
    padding-right: 40px;
}

.prose {
    color: #374151;
}

.prose h1,
.prose h2,
.prose h3,
.prose h4 {
    color: #23366a !important;
    font-weight: 600;
    margin-top: 0.5em;
}

.prose h1 {
    font-size: 2em;
    line-height: 1.2;
}

.prose h2 {
    font-size: 1.35em;
    line-height: 1.3;
}

.prose h3 {
    font-size: 1.15em;
    line-height: 1.4;
}

.prose h4 {
    font-size: 1em;
    line-height: 1.5;
}

.prose p {
    margin-top: 1em;
    margin-bottom: 1em;
    font-size: 1.05em;
    line-height: 1.6;
    color: #374151;
}

.prose a {
    color: #23366a !important;
    text-decoration: underline;
    font-weight: 500;
    transition: color 0.2s;
}

.prose a:hover {
    color: #4a7bc8 !important;
}

.prose ul,
.prose ol {
    margin-top: 1em;
    margin-bottom: 1em;
    padding-left: 1.5em;
}

.prose li {
    margin-top: 0.4em;
    margin-bottom: 0.4em;
    font-size: 1.05em;
}

.prose ul li {
    list-style-type: disc;
}

.prose ol li {
    list-style-type: decimal;
}

.prose img {
    margin-top: 2em;
    margin-bottom: 2em;
}

.prose blockquote {
    border-left-width: 4px;
    border-left-color: #e5e7eb;
    padding-left: 1em;
    font-style: italic;
}

.social-btn {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.3s;
}
