/**
 * Collection Content CSS
 */

/* Collection Intro Section */
.iscents-collection-intro {
    margin: 25px 0;
    padding: 0 0 15px 0;
    border-bottom: 1px solid #eee;
}

.iscents-collection-intro h2 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: .8rem;
}

.iscents-collection-intro p {
    font-size: 16px;
    color: #444;
}

/* Collection Footer Section */
.iscents-collection-footer {
    background: #ffffff;
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.05);
    border-radius: 12px;
    padding: 28px;
    margin-top: 30px;
}

.iscents-collection-footer h2 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: .8rem;
    color: #24262e;
}

.iscents-collection-footer h3 {
    font-size: 24px;
    margin-bottom: .8rem;
    font-weight: 700;
}

.iscents-collection-footer h4 {
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 8px;
    color: #24262e;
    font-weight: 600;
}

.iscents-collection-footer p {
    font-size: 15px;
    line-height: 1.6;
    color: #444;
    margin-bottom: 15px;
}

.collection-faq {
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}

/* Responsive */
@media (max-width: 768px) {
    .iscents-collection-footer {
        padding: 20px;
    }
    
    .iscents-collection-footer h2 {
        font-size: 20px;
    }
    
    .iscents-collection-footer h3 {
        font-size: 18px;
    }
    
    .iscents-collection-intro h2 {
        font-size: 20px;
    }
}