<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.blog-container a:not(.page-link, .author-link):not(.btn) {
    text-decoration: underline!important;
}

.py-8-rem {
    padding-top: 8rem;
    padding-bottom: 8rem;
}

.main-post {
    height: 30rem;
    background-color: #ffffff;
}
.main-post-shadow{
    box-shadow: 0 2px 4px 0 rgba(50, 50, 93, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.01); 
    border-radius: 40px 0 40px 0;
}

.main-post .post-img {
    min-height: 30rem;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 40px 0 40px 0;
    background-attachment: inherit;
    background-position: center;
}

.main-post .entry-title {
    max-height: 7.25rem;
    overflow: hidden;
}

.main-post .entry-summary {
    max-height: 7.75rem;
    overflow: hidden;
}

.card {
    border-radius: 20px 0 0 0;
}

.card .card-img-top {
    border-radius: 20px 0 0 0;
}

.card-footer {
    height: 5.375rem !important;
    max-height: 5.375rem !important;
}
.post-content {
    padding: 2.5rem;
}</pre></body></html>