.splash-schedule-container *,
.splash-cabin-wrap *,
.splash-schedule-container *::before,
.splash-schedule-container *::after,
.splash-cabin-wrap *::before,
.splash-cabin-wrap *::after {
    box-sizing: border-box;
}

.splash-schedule-container,
.splash-cabin-wrap {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    color: var(--splash-text, #2c3e50);
    background: var(--splash-bg, #ffffff);
    line-height: 1.5;
    font-size: 15px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.splash-schedule-container a,
.splash-cabin-wrap a {
    text-decoration: none;
}

.splash-schedule-container img,
.splash-cabin-wrap img {
    max-width: 100%;
    height: auto;
    display: block;
}

.splash-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    line-height: 1.2;
    cursor: pointer;
    border: 0;
    padding: 8px 16px;
    border-radius: 6px;
    transition: background-color .18s ease, transform .18s ease, box-shadow .18s ease, color .18s ease;
    text-decoration: none;
    white-space: nowrap;
}

.splash-btn:focus-visible {
    outline: 3px solid var(--splash-accent, #0d9488);
    outline-offset: 2px;
}

.splash-btn-more {
    background: var(--splash-accent, #0d9488);
    color: #ffffff;
    font-size: 14px;
}

.splash-btn-more:hover {
    background: var(--splash-hover, #1e293b);
    transform: translateY(-1px);
}

.splash-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.2;
}

.splash-badge-ok {
    background: rgba(13, 148, 136, .12);
    color: var(--splash-accent, #0d9488);
}

.splash-badge-warn {
    background: #fef3c7;
    color: #92400e;
}

.splash-spinner {
    display: inline-block;
    width: 12px;
    height: 12px;
    border: 2px solid rgba(44, 62, 80, .18);
    border-top-color: var(--splash-accent, #0d9488);
    border-radius: 50%;
    animation: splash-spin .7s linear infinite;
    vertical-align: middle;
    margin-right: 6px;
}

@keyframes splash-spin {
    to { transform: rotate(360deg); }
}

.splash-admin-warning {
    margin: 0 0 16px;
    font-size: 13px;
}

.splash-price-na {
    color: color-mix(in srgb, var(--splash-text, #2c3e50) 60%, transparent);
    font-style: italic;
    font-size: 13px;
}

@media (max-width: 480px) {
    .splash-schedule-container,
    .splash-cabin-wrap {
        font-size: 14px;
    }
}
