/* Placeholder for insurance logos */
.insurance-logo-placeholder {
    width: 150px;
    height: 100px;
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-weight: bold;
    color: #333;
    margin: 1rem;
}

/* Additional styling for insurance provider section */
.insurance-provider-list {
    margin: 2rem 0;
}

.insurance-provider-list li {
    margin-bottom: 0.5rem;
}

.insurance-logos-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
    margin: 2rem 0;
}
