<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">p.page-intro {
    color: #212529 !important;
}

p.page-text {
    color: #212529 !important;
}

.thumb-info .thumb-info-title.thumb-info-title-vert-align {
    top: 70%;
}

.loading-image {
    width: auto;
    height: auto;
    animation: spin 1.0s linear infinite;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.home-intro {
    padding: 1.0rem 0;
}

.home-intro .text-intro{
    text-align: right;
}

.home-intro .text-contact {
    text-align: left;
}

.justify-content-right {
    justify-content: right !important;
    padding-top: 150px;
}

.page-header.page-header-modern.page-header-md {
    padding: 20px 0
}
.countdown &gt; span &gt; span {
    display: block;
    font-size: 20px;
    line-height: 1;
    color: var(--dark);
}

.match-info {
    text-align: center;
    margin-bottom: 20px;
}

    .match-info h2 {
        font-size: 32px;
        margin-bottom: 5px;
    }

    .match-info .highlight {
        color: var(--secondary);
    }

    .match-info .location, .match-info .date {
        font-size: 14px;
        color: #777;
    }

.match-result {
    border: 1px solid var(--secondary);
    padding: 10px;
    margin: 20px 0;
    background: #fff;
    border-radius: 10px;
    position: relative;
}

.team-name {
    font-size: 15px;
    line-height: 17px;
}

.score {
    font-size: 32px;
    font-weight: bold;
    color: var(--primary);
    padding: 10px 10px;
}

.vs {
    font-size: 24px;
    color: #333;
}

.score-container {
    background: #f2f2f2;
    border: 1px solid #e6e6e6;
    padding: 5px;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.team {
    flex: 1;
    text-align: center;
}

.score-section {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    
}

.notes {
    margin-top: 20px;
    font-size: 14px;
    color: #555;
}

.btn-results {
    padding: 10px 20px;
    border: 1px solid var(--secondary);
    border-radius: 5px;
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
    margin-top: 20px;
    text-align: center;
}

    .btn-results:hover {
        background: #fff;
        color: var(--secondary);
    }

.notes {
    margin-top: 20px;
    font-size: 14px;
    color: #555;
    text-align: justify;
}

.contact-socials {
    padding: 52px 0 2px 0;
    width: 100%;
    text-align: center;
}

.contact-social-icons a {
    padding: 0 25px;
}

.match-list-wrap {
    background: #363533;
}

.match-list-wrap .match-list-item {
    margin-top: 1px;
    padding: 9px 10px 10px 10px;
    border-bottom: 1px solid #4a4a48;
    box-sizing: border-box;
}

.match-team-name {
    width: 100%;
    padding: 0px;
    margin-bottom: 10px;
    color: #fff;
    text-align: center;
    border: 1px solid #4a4a48;
    background: #808080;
}

.match-list-wrap .match-list-item .date {
    height: 60px;
}

.match-list-wrap .match-list-item .date {
    margin-right: 30px;
    border: 1px solid #4a4a48;
    color: #fff;
    font-size: 12px;
    line-height: 15px;
    text-align: center;
    text-transform: uppercase;
    padding: 10px;
}

.match-list-wrap .match-list-item .date span {
        font-size: 16px;
        display: block;
}

.match-list-wrap .match-list-item .logo img {
    width: 30px;
    height: 30px;
    background-color: transparent !important;
    border: none;
}

.match-list-wrap .match-list-item .team-name {
    color: #fff;
}

.match-list-wrap .match-list-item .team-score {
    font-size: 16px;
    color: #fff;
}

.match-list-wrap .match-list-item .score-separator {
    padding: 0 2px;
    font-size: 16px;
    color: #fff;
}

.match-list-wrap .match-list-item .va-view-wrap {
    float: right;
}

    .match-list-wrap .match-list-item .va-view-wrap a {
        line-height: 20px;
    }

    .match-list-wrap .match-list-item .va-view-wrap a {
        margin-top: 5px;
        max-width: 250px;
        display: block;
        box-sizing: border-box;
        color: #fff;
        text-align: center;
        font-size: 12px;
        transition: 400ms all;
        -webkit-transition: 400ms all;
        text-transform: uppercase;
        border: 1px solid;
    }

        .match-list-wrap .match-list-item .va-view-wrap a:hover {
            text-decoration: none;
        }

.match-notes {
    width: 100%;
    padding: 0px;
    margin-top: 10px;
    font-size: 14px;
    color: #fff;
    text-align: center;
}

.sponsor-desktop {
    display: block;
}

.sponsor-mobile {
    display: none;
}

.bg-dark-overlay {
    position: relative;
    z-index: 1;
}

    .bg-dark-overlay::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0,0,0,0.7); /* regola l'opacità qui */
        z-index: 0;
    }

    .bg-dark-overlay &gt; * {
        position: relative;
        z-index: 2;
    }

.field-validation-valid {
    display: none;
}

.field-validation-error {
    color: #c10000;
    font-size: 0.9em;
    line-height: 18px;
    padding: 5px 0 0;
}

.input-validation-error {
    border: 1px solid #f00;
    background-color: #fee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #f00;
}

.validation-summary-valid {
    display: none;
}

@media (max-width: 768px) {
    .match-list-item {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .d-flex {
        justify-content: center;
        flex-wrap: wrap;
    }

    .logo img {
        max-width: 50px; /* Riduce i loghi */
        height: auto;
    }

    .date {
        width: 100%;
        margin-bottom: 8px;
    }

    .va-view-wrap {
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }

    .team-score {
        font-size: 16px;
    }

    .score-separator {
        margin: 0 8px;
    }

    .match-notes {
        margin-top: 8px;
        font-size: 14px;
    }

    .va-view-wrap {
        width: 100%; 
        display: flex;
        justify-content: center;
        margin-top: 10px;
    }

    .match-team-name {
        margin-left: -17px; 
    }

    .home-intro {
        padding: 18.4px 0 !important
    }

    .home-intro .text-intro {
        text-align: center;
    }

    .home-intro .text-contact {
        text-align: center;
    }

    .home-intro p {
        margin-bottom: 1rem;
    }

    .sponsor-desktop {
        display: none;
    }

    .sponsor-mobile {
        display: block;
    }
}
</pre></body></html>