.cpl-container{
    max-width:1100px;
    margin:40px auto;
    padding:0 20px;
}

.cpl-grid{
    display:grid;
    grid-template-columns:repeat(auto-fill,minmax(280px,1fr));
    gap:24px;
}

.cpl-card{
    border:1px solid #e5e7eb;
    border-radius:12px;
    overflow:hidden;
    background:#fff;
}

.cpl-card img{
    width:100%;
    height:auto;
    display:block;
}

.cpl-card h3{
    padding:15px 15px 0;
}

.cpl-card p{
    padding:0 15px 15px;
}

.cpl-meta{
    display:flex;
    gap:20px;
    margin-bottom:20px;
    flex-wrap:wrap;
}

.cpl-bible-verse,
.cpl-reflection{
    margin-top:40px;
    padding:20px;
    background:#f8fafc;
    border-radius:12px;
}

.cpl-filter-form{
    display:flex;
    gap:15px;
    margin:30px 0;
    flex-wrap:wrap;
}

.cpl-filter-form input,
.cpl-filter-form select{
    min-width:220px;
    padding:10px 14px;
}

.cpl-filter-form button{
    padding:10px 18px;
    cursor:pointer;
}

.cpl-card-content{
    padding:15px;
}

.cpl-pagination{
    margin-top:40px;
}

.cpl-taxonomy-badges{
    margin-bottom:12px;
}

.cpl-tax-badge{
    display:inline-block;
    background:#f3f4f6;
    color:#374151;
    padding:4px 10px;
    border-radius:20px;
    font-size:12px;
    margin-right:6px;
    margin-bottom:6px;
}

.cpl-featured-badge{
    display:inline-block;
    background:#b45309;
    color:#fff;
    padding:6px 12px;
    border-radius:20px;
    font-size:12px;
    font-weight:600;
    margin:12px;
}

.cpl-related-prayers{
    margin-top:50px;
}

.cpl-recent-prayers{
    list-style:none;
    padding:0;
    margin:0;
}

.cpl-recent-prayers li{
    margin-bottom:10px;
}

.cpl-recent-prayers a{
    text-decoration:none;
}

.cpl-section-header{
    display:flex;
    align-items:center;
    gap:12px;
    margin-bottom:20px;
    padding-bottom:12px;
    border-bottom:2px solid #e5e7eb;
}

.cpl-section-header h2{
    margin:0;
    font-size:28px;
}

.cpl-section-icon{
    font-size:28px;
}

.cpl-prayer-section{
    margin-top:40px;
    margin-bottom:40px;
}

.cpl-prayer-text{
    background:#fffdf7;
    border-left:5px solid #b45309;
    padding:30px;
    border-radius:12px;
    font-size:1.15rem;
    line-height:2;
}

.cpl-prayer-text p{
    margin-bottom:20px;
}

.cpl-bible-verse{
    margin-top:50px;
    background:#f8fafc;
    padding:25px;
    border-radius:12px;
}

.cpl-reflection{
    margin-top:50px;
    background:#f9fafb;
    padding:25px;
    border-radius:12px;
}

.cpl-related-prayers{
    margin-top:60px;
}

.cpl-related-prayers .cpl-grid{
    margin-top:25px;
}

.cpl-related-prayers .cpl-card{
    height:100%;
}

.cpl-related-prayers .cpl-card-content{
    display:flex;
    flex-direction:column;
    height:100%;
}

.cpl-related-prayers .cpl-read-more{
    margin-top:auto;
}