@charset "UTF-8";

/* =========================================
   Business Module Styles
   Target: /business/*.jsp
   ========================================= */

/* Table Styles - Business Generic */
.custom-table {
    width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    font-size: 0.9rem;
}

.custom-table th {
    background-color: #f1f5f9;
    color: #073a7e;
    font-weight: 600;
    text-align: center;
    border: 1px solid #dee2e6;
    padding: 12px;
}

.custom-table td {
    border: 1px solid #dee2e6;
    padding: 12px;
    vertical-align: middle;
}