/**
 * TVICO meeting-list and region-filter styles.
 * Migrated from Appearance > Customize > Additional CSS.
 */
.tvico-next-meetings-results.tvico-loading { opacity: 0.5; }

@media (min-width: 769px) and (max-width: 1023px) {
.tsml-next-meetings table,
  .tsml_next_meetings table,
  table.tsml_next_meetings {
    display: block;
    width: 100%;
  }

.tsml-next-meetings thead,
  .tsml_next_meetings thead,
  table.tsml_next_meetings thead {
    display: none;
  }

.tsml-next-meetings tbody,
  .tsml_next_meetings tbody,
  table.tsml_next_meetings tbody,
  .tsml-next-meetings tr,
  .tsml_next_meetings tr,
  table.tsml_next_meetings tr,
  .tsml-next-meetings td,
  .tsml_next_meetings td,
  table.tsml_next_meetings td {
    display: block;
    width: 100%;
  }

.tsml-next-meetings tr,
  .tsml_next_meetings tr,
  table.tsml_next_meetings tr {
    border-bottom: 1px solid #ddd;
    padding: 14px 0;
  }

.tsml-next-meetings td,
  .tsml_next_meetings td,
  table.tsml_next_meetings td {
    border: 0 !important;
    padding: 3px 0 !important;
    text-align: left !important;
  }

.tsml-next-meetings td:nth-child(1),
  .tsml_next_meetings td:nth-child(1),
  table.tsml_next_meetings td:nth-child(1) {
    margin-bottom: 6px;
  }

.tsml-next-meetings td:nth-child(4),
  .tsml_next_meetings td:nth-child(4),
  table.tsml_next_meetings td:nth-child(4) {
    margin-top: 6px;
  }
}

.tsml-region-filter {
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
}

.tsml-region-filter label {
    font-size: 15px;
    font-weight: 600;
    color: #000;
    margin: 0;
}

.tsml-region-filter select {
    min-width: 220px;
    padding: 10px 14px;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    background: #ffffff;
    color: #000;
    font-size: 14px;
    line-height: 1.2;
    appearance: none;
    cursor: pointer;
    transition: all 0.18s ease;
}

.tsml-region-filter select:hover {
    border-color: #9ca3af;
}

.tsml-region-filter select:focus {
    outline: none;
    border-color: #2e6f95;
    box-shadow: 0 0 0 3px rgba(46,111,149,0.15);
}

table.tsml-next-meetings {
    width: 100% !important;
    max-width: 100% !important;
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 14px;
    color: #000000;
    background: transparent;
}

.et_pb_code table.tsml-next-meetings,
.et_pb_code_inner table.tsml-next-meetings,
.et_pb_module table.tsml-next-meetings {
    width: 100% !important;
    max-width: 100% !important;
}

.et_pb_code table.tsml-next-meetings th,
.et_pb_code table.tsml-next-meetings td,
.et_pb_code_inner table.tsml-next-meetings th,
.et_pb_code_inner table.tsml-next-meetings td {
    border: none;
    box-shadow: none;
}

table.tsml-next-meetings thead th {
    text-align: left;
    font-size: 18px !important;
    font-weight: 700;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    color: #000000;
    padding: 6px 8px;
    border-bottom: 1px solid #e5e7eb;
    background: transparent;
    line-height: 1.2;
}

table.tsml-next-meetings tbody tr {
    cursor: pointer;
    transition: background 0.18s ease;
}

table.tsml-next-meetings tbody tr:hover {
    background: #f7f9fb;
}

table.tsml-next-meetings td {
    padding: 5px 8px;
    vertical-align: top;
    line-height: 1.18;
    color: #000000;
}

table.tsml-next-meetings td *,
table.tsml-next-meetings th * {
    margin: 0;
    font-size: inherit;
    line-height: inherit;
}

table.tsml-next-meetings th:nth-child(1),
table.tsml-next-meetings td:nth-child(1) {
    width: 76px;
    white-space: nowrap;
    color: #000000;
}

table.tsml-next-meetings th:nth-child(2),
table.tsml-next-meetings td:nth-child(2) {
    width: 28%;
}

table.tsml-next-meetings th:nth-child(3),
table.tsml-next-meetings td:nth-child(3) {
    width: 44%;
}

table.tsml-next-meetings th:nth-child(4),
table.tsml-next-meetings td:nth-child(4) {
    width: 18%;
    color: #000000;
    font-size: 13px;
}

table.tsml-next-meetings a {
    color: #1d3557;
    text-decoration: underline;
    font-weight: 500;
}

table.tsml-next-meetings a:hover {
    text-decoration: underline;
}

@media (max-width: 768px) {
table.tsml-next-meetings {
        width: 100% !important;
        max-width: 100% !important;
        table-layout: auto;
    }

table.tsml-next-meetings thead {
        display: none;
    }

table.tsml-next-meetings tr {
        display: block;
        width: 100%;
        padding: 8px 0 8px 5px;
        border-bottom: 1px solid #e5e7eb;
    }

table.tsml-next-meetings td {
        display: block;
        width: 100% !important;
        padding: 2px 0 !important;
    }

table.tsml-next-meetings td:nth-child(1) {
        font-size: 14px;
        margin-bottom: 2px;
    }

table.tsml-next-meetings td:nth-child(2) {
        margin-bottom: 2px;
        font-weight: 600;
    }

table.tsml-next-meetings td:nth-child(3) {
        margin-bottom: 2px;
    }

table.tsml-next-meetings td:nth-child(4) {
        font-size: 13px;
    }

.tsml-region-filter {
        flex-direction: column;
        align-items: stretch;
    }

.tsml-region-filter select {
        width: 100%;
    }
}

.tsml-next-meetings p {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding: 16px 20px;
    margin: 10px 0;
    background: #f4f7f9;
    border-left: 5px solid #2e6f95;
    border-radius: 8px;
    color: #1d3557;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.5;
    text-align: center;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

.tsml-next-meetings p::before {
    content: "📅 ";
    font-size: 18px;
    margin-right: 6px;
}

@media (max-width: 767px) {
.tsml-next-meetings p {
        padding: 14px 16px;
        font-size: 15px;
        border-radius: 6px;
    }
}

.tvico-form-note {
    margin: 0 0 20px;
    padding: 12px 16px;
    background: #f8f9fa;
    border-left: 4px solid #2D6F97;
    border-radius: 4px;
    color: #444;
    font-size: 0.95rem;
    line-height: 1.5;
}

.tvico-form-note strong {
    color: #2D6F97;
}
