.dsp-blog-lite,
.dsp-post-lite {
    padding-top: 34px;
    padding-bottom: 56px;
}

.dsp-blog-lite .contentLayer {
    float: none;
}

.dsp-blog-head,
.dsp-post-card,
.dsp-empty {
    background: #ffffff;
    border: 1px solid #dbe3ea;
    border-radius: 8px;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.06);
}

.dsp-blog-head {
    border-left: 4px solid #0f766e;
    margin-bottom: 20px;
    padding: 28px;
}

.dsp-blog-head span,
.dsp-topic {
    color: #0f766e;
    display: inline-block;
    font-size: 12px !important;
    font-weight: 800 !important;
    letter-spacing: 0;
    text-transform: uppercase;
}

.dsp-blog-head h1,
.dsp-post-head h1 {
    color: #111827 !important;
    font-size: 32px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    margin: 8px 0 10px !important;
}

.dsp-blog-head h1 {
    font-size: 38px !important;
}

.dsp-blog-head p,
.dsp-empty p {
    color: #4b5563 !important;
    font-size: 15px !important;
    line-height: 1.65 !important;
    margin: 0 !important;
}

.dsp-blog-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.dsp-blog-card {
    background: #ffffff;
    border: 1px solid #dbe3ea;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    box-shadow: 0 8px 22px rgba(15, 23, 42, 0.05);
}

.dsp-blog-card:hover {
    box-shadow: 0 14px 34px rgba(15, 118, 110, 0.13);
    transform: translateY(-2px);
}

.dsp-featured-card {
    display: grid;
    grid-column: 1 / -1;
    grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
}

.dsp-blog-image {
    background: #e5eaf0;
    display: block;
    aspect-ratio: 16 / 9;
    overflow: hidden;
}

.dsp-featured-card .dsp-blog-image {
    aspect-ratio: auto;
    min-height: 360px;
}

.dsp-blog-image img,
.dsp-post-image img {
    display: block;
    height: 100%;
    object-fit: cover;
    object-position: center;
    width: 100%;
}

.dsp-blog-copy {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 20px;
}

.dsp-featured-card .dsp-blog-copy {
    justify-content: center;
    padding: 30px;
}

.dsp-topic {
    background: #ecfdf5;
    border: 1px solid #99f6e4;
    border-radius: 999px;
    margin-bottom: 11px;
    padding: 6px 11px;
}

.dsp-blog-copy h2 {
    color: #111827 !important;
    font-size: 21px !important;
    font-weight: 800 !important;
    line-height: 1.32 !important;
    margin: 0 0 10px !important;
}

.dsp-featured-card .dsp-blog-copy h2 {
    font-size: 30px !important;
    line-height: 1.22 !important;
}

.dsp-blog-copy h2 a {
    color: inherit !important;
    text-decoration: none !important;
}

.dsp-blog-copy h2 a:hover,
.dsp-back:hover {
    color: #0f766e !important;
}

.dsp-blog-copy p {
    color: #4b5563 !important;
    font-size: 14px !important;
    line-height: 1.65 !important;
    margin: 0 0 14px !important;
}

.dsp-featured-card .dsp-blog-copy p {
    font-size: 15px !important;
}

.dsp-meta {
    color: #64748b;
    display: flex;
    flex-wrap: wrap;
    gap: 8px 16px;
    font-size: 13px !important;
    font-weight: 700 !important;
}

.dsp-meta span {
    align-items: center;
    display: inline-flex;
    gap: 5px;
}

.dsp-meta i {
    color: #0f766e;
}

.dsp-empty {
    padding: 34px 24px;
    text-align: center;
}

.dsp-empty h2 {
    color: #111827 !important;
    font-size: 22px !important;
    font-weight: 800 !important;
    margin: 0 0 8px !important;
}

.dsp-pager {
    display: flex;
    justify-content: center;
    margin-top: 24px;
}

.dsp-pager .pagination {
    margin: 0;
}

.dsp-post-card {
    margin: 0 auto;
    max-width: 1170px;
    padding: 30px;
    width: 100%;
}

.dsp-back {
    color: #0f766e !important;
    display: inline-flex;
    font-size: 14px !important;
    font-weight: 800 !important;
    gap: 8px;
    margin-bottom: 20px;
    text-decoration: none !important;
}

.dsp-post-head {
    margin-bottom: 24px;
    max-width: 920px;
}

.dsp-post-head h1 {
    font-size: 38px !important;
    margin-bottom: 16px !important;
}

.dsp-post-image {
    aspect-ratio: 2 / 1;
    background: #e5eaf0;
    border-radius: 8px;
    margin-bottom: 28px;
    overflow: hidden;
}

.dsp-post-body {
    color: #1f2937 !important;
    font-size: 17px !important;
    line-height: 1.8 !important;
}

.dsp-post-body > p,
.dsp-post-body > ul,
.dsp-post-body > ol,
.dsp-post-body > blockquote,
.dsp-post-body > h2,
.dsp-post-body > h3,
.dsp-post-body > h4 {
    max-width: 920px;
}

.dsp-post-body > p,
.dsp-post-body > ul,
.dsp-post-body > ol,
.dsp-post-body > blockquote {
    margin-right: auto !important;
}

.dsp-post-body p,
.dsp-post-body ul,
.dsp-post-body ol {
    color: #1f2937 !important;
    font-size: 17px !important;
    line-height: 1.8 !important;
}

.dsp-post-body h2,
.dsp-post-body h3,
.dsp-post-body h4 {
    color: #111827 !important;
    font-weight: 800 !important;
    letter-spacing: 0;
}

.dsp-post-body img,
.dsp-post-body iframe,
.dsp-post-body video {
    max-width: 100%;
}

.dsp-blog-ad,
.dsp-related-lite,
.dsp-comments-lite {
    margin: 24px auto 0;
    max-width: 1170px;
    width: 100%;
}

.dsp-related-lite h2,
.dsp-comments-lite h2 {
    color: #111827 !important;
    font-size: 20px !important;
    font-weight: 800 !important;
    margin: 0 0 16px !important;
}

@media (max-width: 768px) {
    .dsp-blog-list {
        grid-template-columns: 1fr;
    }

    .dsp-blog-card {
        display: flex;
    }

    .dsp-featured-card {
        display: flex;
        grid-column: auto;
    }

    .dsp-blog-image {
        aspect-ratio: 16 / 9;
        min-height: 0;
    }

    .dsp-blog-head h1,
    .dsp-post-head h1 {
        font-size: 27px !important;
    }

    .dsp-post-card {
        padding: 20px;
    }

    .dsp-post-body,
    .dsp-post-body p,
    .dsp-post-body ul,
    .dsp-post-body ol {
        font-size: 16px !important;
    }
}
