/* Provider Card Section Component - WPBakery Compatible */
.clwp-provider-card-section {
    width: 100%;
    margin-bottom: 30px;
}

.clwp-provider-card-section__header {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 20px;
    padding: 0 0.625rem;
}

@media (min-width: 768px) {
    .clwp-provider-card-section__header {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding: 0 0.9375rem;
    }
}

.clwp-provider-card-section__disclaimer {
    color: #151515;
    font-size: 10px;
    font-family: Source Sans Pro, sans-serif;
    font-style: italic;
    font-weight: 400;
    line-height: 24px;
    word-wrap: break-word;
    margin: 0;
    flex: 1;
}

.clwp-provider-card-section__sort {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    white-space: nowrap;
}

.clwp-provider-card-section__sort label {
    font-size: 14px;
    font-weight: 600;
    margin: 0;
    white-space: nowrap;
}

.clwp-provider-card-section__sort select {
    display: inline-block;
    line-height: normal;
    margin: 0;
    padding: 4px 8px;
}

.clwp-provider-card-section__cards {
    /* Container for provider cards */
}

/* Animation class for sorting */
.clwp-provider-card-section__cards.animate-cards {
    /* Add animation styles if needed */
}
