﻿/* ==========================================================================
   Control Zones
   ========================================================================== */
.control-zone {
    margin-bottom: 20px;
    padding: 15px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
}

/* ==========================================================================
   Section Headers
   ========================================================================== */
.section-header h4 {
    margin-bottom: 10px;
    font-weight: bold;
    color: #222;
}

/* ==========================================================================
   Table Styling
   ========================================================================== */
.table-container {
    overflow-x: auto;
    margin-bottom: 20px;
}

    .table-container table {
        width: 100%;
        border-collapse: collapse;
    }

    .table-container th,
    .table-container td {
        padding: 8px;
        border: 1px solid #ddd;
        text-align: center;
    }

    .table-container th {
        background-color: rgb(3, 120, 124);
        color: #fff;
    }

.ql-editor {
    white-space: pre-wrap; /* Preserves whitespace and line breaks */
}
