
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Oswald:wght@300;400;700&display=swap');

.uefa-champions-league-final  {
    background: #f2f3f4;
    font-family: "Manrope", sans-serif;
}

.uefa-champions-league-final .register-card .card-header {
    background-color: #020053 !important;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-image: url("/assets/images/wembley/uefa_champions_banner.jpg");
    height: 100px;
}
.uefa-champions-league-final.borussia-dortmund .register-card .card-header {
    background-image: url("/assets/images/wembley/uefa_champions_banner_borussia_dortmund.jpg");
}

.uefa-champions-league-final.real-madrid .register-card .card-header {
    background-image: url("/assets/images/wembley/uefa_champions_banner_real_madrid.jpg");
}

@media (min-width: 780px) {
    .uefa-champions-league-final .register-card .card-header {
        height: 200px; /* Increased height for larger screens */
    }
}

.uefa-champions-league-final .register-card .card-header img, .uefa-champions-league-final .register-card .card-header span {
    visibility: hidden;
}

.uefa-champions-league-final .btn-primary {
    background-color: rgb(0, 0, 64);
}


.arsenal .register-card .card-header {
    background: none;
    border-bottom: 2px solid #e30613;
    color: #000000 !important;
    height:100px;
}
.arsenal .btn-primary {
    background-color: rgb(227,6,13);;
}

