﻿
.teacher-prescrire-formation-boxes {
    gap: 24px;
}

.teacher-prescrire-formation-box {
    padding: 24px;
    gap: 16px;
    border: 1px solid var(--gray-300, #D0D5DD);
    background: var(--base-white, #FFF);
}

    .teacher-prescrire-formation-box:hover {
        border: 1px solid var(--primary-blue, #004987);
        background: var(--blue-light, #E9F3FE);
        transition: background .2s;
    }

        .teacher-prescrire-formation-box:hover button {
            background-color: var(--primary-blue);
            border-color: var(--primary-blue);
            transition: background .2s;
        }

.teacher-prescrire-formation-boxes .teacher-prescrire-formation-box .col-3{
    width:auto!important;
}

.teacher-prescrire-formation-btn-div {
    width: auto;
}

    .teacher-prescrire-formation-btn-div .field-container {
        padding: 0 !important;
    }

    .teacher-prescrire-formation-btn-div .col-9 {
        width: auto;
    }
