/* Match the sponsorship page's dark surface, cyan headings and purple actions. */
.booth-2026 { margin-top: 20px; background: #000; color: #fff; }
.booth-2026-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; margin-bottom: 30px; }
.booth-2026 .booth-2026-title { display: inline-block; position: relative; margin: 0; color: #fff; font-size: 1.7em; font-weight: 700; line-height: 1.5; word-break: keep-all; }
.booth-2026-title::before, .booth-2026-title::after { content: ''; position: absolute; left: 0; bottom: -5px; height: 4px; }
.booth-2026-title::before { width: 100%; background: #219fdb; }
.booth-2026-title::after { width: 10px; background: #0075ae; }
.booth-2026-image { display: block; }
.booth-2026-image img { display: block; width: 100%; height: auto; }
.booth-2026-actions { margin-top: 18px; }
.booth-2026-actions p { margin: 0; color: #e8edf7; font-size: 1.05em; line-height: 1.55; }
.booth-2026-buttons { display: flex; flex-wrap: wrap; gap: 10px; flex-shrink: 0; }
.booth-2026-buttons a { display: inline-flex; align-items: center; justify-content: center; gap: 10px; min-height: 50px; padding: 10px 22px; border: 1px solid #57419a; border-radius: 6px; background: #000; color: #fff; font-size: 1.1em; font-weight: 700; text-decoration: none; }
.booth-2026-buttons a:last-child { min-width: 210px; background: #57419a; }
.booth-2026-buttons a.booth-2026-directory { flex: none; min-width: 0; min-height: 38px; padding: 8px 16px; font-size: 13px; line-height: 20px; }
.booth-2026-buttons a:hover, .booth-2026-buttons a:focus { background: #46347e; color: #fff; }
.booth-2026 a:focus-visible, .booth-2026-table-wrap:focus-visible { outline: 3px solid #28aee4; outline-offset: 4px; }
.booth-2026-exhibitors { margin-top: 55px; }
.booth-2026-exhibitors .booth-2026-title { margin-bottom: 0; }
.booth-2026-table-wrap { max-width: 100%; overflow-x: auto; margin-bottom: 55px; }
.booth-2026-tables { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; min-width: 1200px; align-items: start; }
.booth-2026-table { width: 100%; table-layout: fixed; border-collapse: collapse; background: #000; color: #fff; }
.booth-2026-col-number { width: 56px; }
.booth-2026-col-company { width: 220px; }
.booth-2026-col-product { width: auto; }
.booth-2026-table th, .booth-2026-table td { border: 1px solid rgba(255, 255, 255, 0.55); vertical-align: middle; word-break: keep-all; }
.booth-2026-table th { padding: 12px 8px; background: #2da9d1; color: #fff; text-align: center; font-size: 13px; font-weight: 600; }
.booth-2026-table td { box-sizing: border-box; height: 46px; padding: 8px; background: #000; color: #e8edf7; font-size: 12px; line-height: 1.5; white-space: pre-wrap; overflow-wrap: anywhere; }
.booth-2026-table th:nth-child(3n+1), .booth-2026-table td:nth-child(3n+1) { padding-left: 4px; padding-right: 4px; }
.booth-2026-table td:nth-child(3n+1) { text-align: center; color: #fff; font-weight: 600; }
.booth-2026-table td:nth-child(3n+2) { text-align: center; color: #fff; font-weight: 600; white-space: nowrap; overflow-wrap: normal; }
.booth-2026-cell-text { display: inline-block; color: inherit; font-size: inherit; font-weight: inherit; line-height: 1.5; white-space: nowrap; }
.booth-2026-table th:first-child, .booth-2026-table td:first-child { border-left: 0; }
.booth-2026-table th:last-child, .booth-2026-table td:last-child { border-right: 0; }
.booth-2026-scroll-hint { display: none; margin: 0 0 8px; color: #e8edf7; font-size: 13px; text-align: right; }
.booth-2026-sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
@media (max-width: 1232px) {
    .booth-2026-scroll-hint { display: block; }
    .booth-2026-head { flex-wrap: wrap; }
}
@media (max-width: 768px) {
    .booth-2026-head { align-items: flex-start; flex-direction: column; gap: 26px; }
    .booth-2026 .booth-2026-title { font-size: 1.5em; }
    .booth-2026-exhibitors { margin-top: 42px; }
    .booth-2026-buttons { width: 100%; }
    .booth-2026-buttons a { flex: 1; padding: 10px 12px; }
    .booth-2026-buttons a:last-child { min-width: 0; }
}
