/* Custom styles to adjust child card proportions */
.child-card__image {
    height: 350px !important; /* Increased from 280px */
    overflow: hidden;
}

.child-card__content {
    padding: 20px !important; /* Reduced from 30px */
}

.child-card__content h4 {
    font-size: 20px !important; /* Reduced from 24px */
    margin-bottom: 10px !important; /* Reduced from 15px */
    padding-bottom: 10px !important; /* Reduced from 15px */
}

.child-info {
    margin: 0 0 15px !important; /* Reduced from 20px */
    gap: 8px !important; /* Reduced from 12px */
}

.child-info li {
    font-size: 13px !important; /* Reduced from 14px */
}

.child-card__content p {
    margin-bottom: 15px !important; /* Reduced from 25px */
    font-size: 14px !important; /* Reduced from 15px */
    height: 60px !important; /* Reduced from 76px */
    -webkit-line-clamp: 2 !important; /* Reduced from 3 */
    line-clamp: 2 !important; /* Reduced from 3 */
}

.child-card__content .btn--primary {
    padding: 10px 20px !important; /* Reduced from 14px 25px */
}
