/* Mobile action buttons styling */
@media (max-width: 767px) {
    /* Force all columns to be 20% width regardless of their original class */
    .action-buttons > div[class*="col-"] {
        width: 20% !important;
        padding-left: 2px !important;
        padding-right: 2px !important;
        flex: 0 0 20% !important;
        max-width: 20% !important;
    }

    .action-buttons i {
        font-size: 18px !important;
    }

    .action-buttons .fs-16 {
        font-size: 12px !important;
    }

    .action-buttons .mt-mobile-20 {
        margin-top: 0 !important;
    }
}
