﻿/* Responsive Design for Empresas Pages */
.empresa-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 15px;
}

/* Responsive table and button adjustments */
@media (max-width: 768px) {
    .empresa-container {
        padding: 10px;
    }

    .table-responsive {
        font-size: 0.9rem;
    }

    .btn-group-sm > .btn {
        padding: 0.25rem 0.5rem;
        font-size: 0.8rem;
    }
}

@media (max-width: 576px) {
    .empresa-container h1 {
        font-size: 1.5rem;
    }

    .btn-group {
        flex-direction: column;
    }

        .btn-group > .btn {
            margin-bottom: 0.25rem;
            width: 100%;
        }
}
