/* Chapter Block Component */
.chapter-block .chapter-number {
    font-size: 1.5rem;
    font-size: clamp(1.25rem, 3vw, 2.5rem);
}

.chapter-block .chapter-line {
    width: 50px;
    height: 2px;
    background-color: #f397a9 !important;
    flex-shrink: 0;
}

.chapter-block .chapter-number-line {
    margin-bottom: 0.5rem;
}

/* Responsive adjustments */
@media (min-width: 768px) {
    .chapter-block .chapter-number {
        font-size: clamp(1.5rem, 4vw, 2.2rem);
    }
}

@media (min-width: 992px) {
    .chapter-block .chapter-number {
        font-size: clamp(1.8rem, 3.5vw, 2.5rem);
    }
}
