@import url("/closed-program/assets/base.css");
p {padding: 10px 0;}
.prose a {color: rgb(65 187 182/var(--tw-text-opacity,1))}
.source-body a {color: rgb(65 187 182/var(--tw-text-opacity,1))}
.leading-relaxed {
    line-height: 1.625;
    display: flex;
    gap: 5px;
}
blockquote {
    border-color: rgb(65 187 182 / var(--tw-border-opacity, 1));
    border-left-width: 4px;
    padding: 1.25rem;
    background-color: #d9eded33;
}
.prose h2 {
    font-size: 1.5rem;
    line-height: 2rem;
    padding: 10px 0;
    font-weight:600;
}
.prose h3 {
    font-size: 1.25rem;
    line-height: 1.75rem;
    padding: 10px 0;
    font-weight:600;
}
.prose h4 {
    font-size: 1.125rem;
    line-height: 1.75rem;
    padding: 10px 0;
    font-weight:600;
}
.prose ul li {
    position: relative;
    padding-left: 18px;
    color: #2a3a48;
    margin-bottom: 0.5rem;
    line-height: 1.6;
}

.orise ul li:last-child {
     margin-bottom: 0;
}

.prose ul li::before {
    content: '›';
    position: absolute;
    left: 0;
    top: 0;
    color: #41bbb6;
    font-weight: 700;
}

.cp-blog-hero {
    background: linear-gradient(135deg, #0a2c46 0%, #0c3f60 45%, #0f567d 100%);
    color: #fff;
}

.cp-badge {
    display: inline-block;
    padding: 6px 10px;
    border-radius: 9999px;
    background-color: #e6f4f9;
    color: #0c3f60;
    font-size: 12px;
    font-weight: 600;
}

.cp-card {
    border: 1px solid #e9eef3;
    border-radius: 16px;
    overflow: hidden;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.cp-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 30px rgba(0, 29, 61, 0.08);
}

.cp-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
}

.cp-article-content h2,
.cp-article-content h3,
.cp-article-content h4 {
    margin-top: 1.5rem;
    margin-bottom: 0.75rem;
    font-weight: 700;
    color: #0a2c46;
}

.cp-article-content p {
    margin-bottom: 1rem;
}

.cp-article-content ul {
    list-style: disc;
    margin-left: 1.5rem;
    margin-bottom: 1rem;
}

.cp-article-content ol {
    list-style: decimal;
    margin-left: 1.5rem;
    margin-bottom: 1rem;
}
