.sf-children-wrapper .filter-bar {
    margin-bottom: 1rem;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.sf-children-wrapper .filter-bar input,
.sf-children-wrapper .filter-bar select {
    padding: 0.5rem;
    font-size: 1rem;
    border: 1px solid #ccc;
    border-radius: 6px;
}

.sf-children-wrapper .sponsorship-grid {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 1rem;
    padding: 1rem 0;
    scroll-snap-type: x mandatory;
}

.sf-children-wrapper .child-card {
    flex: 0 0 250px;
    border: 1px solid #ccc;
    border-radius: 1rem;
    padding: 1rem;
    background: #fff;
    text-align: center;
    box-shadow: 0 0 10px rgba(0,0,0,0.05);
    scroll-snap-align: start;
}

.sf-children-wrapper .child-card img {
    width: 100%;
    height: 200px;
    object-fit: cover !important;
    object-position: top center !important;
    border-radius: 0.5rem;
    margin-bottom: 0.5rem;
    display: block;
}
.child-card img {
    pointer-events: none;
}