/* School Select plugin — styles that were inline in the legacy view. */

.school_group .name_school img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.school_group_active {
    background: var(--dark-blue);
}

.school_group_active .edit {
    margin-left: auto;
}
