@import url('https://fonts.googleapis.com/css2?family=Rubik+Mono+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=VT323&display=swap');

body {
    background-color: #0d0d0d;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 80%;
    background-attachment: fixed;
    background-blend-mode: overlay;
    opacity: 1;
    font-family: 'VT323', monospace;
    margin: 0;
    color: #f8f8f8;
}

header {
    background: #0a0a0a;
    color: #f4435c;
    padding: 2rem 1rem 1rem;
    text-align: center;
    position: relative;
    box-shadow: 0 4px 10px rgba(255, 20, 60, 0.7);
    border-bottom: 4px dashed #f4435c;
}

header img.logo {
    max-width: 130px;
    margin-bottom: 0.5rem;
    filter: drop-shadow(0 0 4px #ff0066);
}

header h1 {
    margin: 0.5rem 0 0.2rem;
    font-size: 2.5rem;
    font-family: 'Rubik Mono One', sans-serif;
    color: #fff;
    text-shadow: 2px 2px 0 #f4435c;
}

header .sponsors-title {
    font-family: 'Rubik Mono One', sans-serif;
    color: #fff;
    text-shadow: 2px 2px 0 #f4435c;
}

header p a {
    color: #ff66aa;
    text-decoration: none;
    font-weight: bold;
}

header p a:hover {
    color: #fff;
    text-shadow: 0 0 3px #ff66aa;
}

.container {
    padding: 2rem 1rem;
    max-width: 860px;
    margin: auto;
}

.card {
    background: #1c001c;
    margin-bottom: 2rem;
    padding: 1.5rem;
    border-radius: 12px;
    box-shadow: 0 0 25px #ff33aa88;
    border: 2px solid #ff33aa;
}

h2 {
    margin-top: 0;
    color: #ff33aa;
    font-family: 'Rubik Mono One', sans-serif;
    text-shadow: 1px 1px #000;
    font-size: 1.5rem;
}

.stop {
    margin-bottom: 0.75rem;
    padding-left: 1rem;
    border-left: 4px solid #ff33aa;
}

.embed {
    margin-top: 1rem;
    max-width: 100%;
    overflow-x: auto;
}

.rwgps-embed {
    max-width: 100%;
    height: 400px;
}

@media (max-width: 600px) {
    .rwgps-embed {
        height: 300px;
    }
}

.location {
    font-style: italic;
}

a {
    color: #ff99cc;
}

a:hover {
    color: #fff;
}

@media (max-width: 600px) {
    header h1 {
        font-size: 1.8rem;
        line-height: 1.3;
    }

    .container {
        padding: 1rem;
    }

    .card {
        padding: 1.2rem;
        font-size: 1.15rem;
    }

    .stop {
        font-size: 1.1rem;
    }

    .location, .stop a {
        word-break: break-word;
        font-size: 1.05rem;
    }

    header img.logo {
        max-width: 100px;
    }

    a {
        display: inline-block;
        padding: 0.3rem 0.5rem;
        margin-top: 0.25rem;
        font-size: 1.1rem;
        border-radius: 6px;
    }
}

.container {
    padding: 1rem;
}

.card {
    padding: 1rem;
}

.stop {
    font-size: 1.25rem;

    a {
        font-size: 1.15rem !important;
    }
}

.location, .stop a {
    word-break: break-word;
    font-size: 0.95rem;
}

header img.logo {
    max-width: 90px;
}

.card-content {
    font-size: 125%;
}

.sponsors-list {
    li {
        margin-bottom: 16px;
        font-size: 1.25rem;
    }
}