/* MATCHING REFERENCE PAGE WRAPPER */
.reference-page.events-page {
    max-width: 1200px;
    margin: 0 auto;
    padding-left: 10px;  /* This is the magic number from your Reference page */
    padding-right: 15px;
    width: 100%;
    display: block;
    box-sizing: border-box;
}

/* Ensure breadcrumbs align to the 36px start */
.events-page .catalog-breadcrumbs {
    padding-left: 0;
    margin-left: 0;
}

/* Title alignment - Matches Reference Page H1 exactly */
.reference-page.events-page h1 {
    margin-top: 16px;
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: normal;
    text-transform: uppercase;
    color: #000;
    padding-left: 0;
    margin-left: 0;
}

/* The Table Wrapper */
.table-responsive {
    width: 100%;
    overflow-x: auto;
    margin-top: 20px;
    border: 1px solid #dee2e6;
    margin-left: 0;
}

/* Table Style */
.events-table {
    width: 100% !important;
    table-layout: fixed; 
    border-collapse: collapse;
    font-size: 13px;
    min-width: 1000px; 
}

/* Column Widths (March 2026 - Feb 2027) */
.events-table th:nth-child(1), .events-table td:nth-child(1) { width: 5%; }
.events-table th:nth-child(2), .events-table td:nth-child(2) { width: 8%; }
.events-table th:nth-child(3), .events-table td:nth-child(3) { width: 6%; }
.events-table th:nth-child(4), .events-table td:nth-child(4) { width: 12%; }
.events-table th:nth-child(5), .events-table td:nth-child(5) { width: 34%; }
.events-table th:nth-child(6), .events-table td:nth-child(6) { width: 18%; }
.events-table th:nth-child(7), .events-table td:nth-child(7) { width: 16%; }

.events-table th, .events-table td {
    padding: 10px;
    border: 1px solid #dee2e6;
    text-align: left;
    vertical-align: top;
    word-wrap: break-word; 
}

.events-table th {
    background-color: #f8f9fa;
    text-transform: uppercase;
    font-size: 11px;
    color: #333;
}