/* OEG One specific mobile styles */

/* Job referral process mobile optimization - make flow chart vertical like homepage */
@media (max-width: 480px) {
    #job-assistance-section div[style*="display: flex"][style*="justify-content: space-between"] {
        flex-direction: column !important;
        align-items: center !important;
        gap: 0 !important;
    }

    #job-assistance-section div[style*="display: flex"][style*="justify-content: space-between"]>div[style*="flex: 1"] {
        flex: none !important;
        min-width: 100% !important;
        max-width: 100% !important;
        margin-bottom: 0 !important;
    }

    #job-assistance-section div[style*="display: flex"][style*="justify-content: space-between"]>div[style*="padding-top: 36px"] {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        transform: rotate(90deg) !important;
        margin: 8px 0 !important;
    }

    #job-assistance-section div[style*="display: flex"][style*="justify-content: space-between"]>div[style*="padding-top: 36px"] svg {
        width: 24px !important;
        height: 40px !important;
    }
}