.evo-v3-module-large .evo-v3-grid {
    grid-template-columns: minmax(0, 1fr);
    max-width: 1240px;
    margin-inline: auto;
}

.evo-v3-module-large .evo-v3-card {
    width: 100%;
}

.evo-v3-module-large .evo-v3-summary {
    padding: 18px 20px 14px;
}

.evo-v3-module-large .evo-v3-summary-line {
    gap: 18px;
}

.evo-v3-module-large .evo-v3-server-identity {
    font-size: 21px;
}

.evo-v3-module-large .evo-v3-power {
    width: 38px;
    height: 38px;
    margin-right: 10px;
}

.evo-v3-module-large .evo-v3-scan-inline {
    font-size: 13px;
}

.evo-v3-module-large .evo-v3-clock {
    width: 20px;
    height: 20px;
    margin-right: 7px;
    border-width: 2px;
}

.evo-v3-module-large .evo-v3-toggle-open {
    display: none;
}

.evo-v3-module-large .evo-v3-catalog-item {
    min-height: 94px;
    padding: 16px 10px;
}

.evo-v3-module-large .evo-v3-catalog-item strong {
    font-size: 28px;
}

.evo-v3-module-large .evo-v3-catalog-item span {
    font-size: 12px;
}

.evo-v3-module-large .evo-v3-metric {
    min-height: 108px;
    padding: 18px 12px;
}

.evo-v3-module-large .evo-v3-metric strong {
    font-size: 31px;
}

.evo-v3-module-large .evo-v3-metric span {
    font-size: 13px;
}

.evo-v3-module-large .evo-v3-channel-metric {
    min-height: 86px;
}

.evo-v3-module-large .evo-v3-channel-metric strong {
    font-size: 24px;
}

.evo-v3-module-large .evo-v3-channel-list-button {
    max-width: 620px;
    margin-top: 18px;
    padding: 14px 18px;
    font-size: 13px;
}

.evo-v3-module-large .evo-v3-toggle-close {
    margin-top: 14px;
}

@media (max-width: 600px) {
    .evo-v3-module-large .evo-v3-summary {
        padding: 12px 11px 9px;
    }

    .evo-v3-module-large .evo-v3-summary-line {
        gap: 7px;
    }

    .evo-v3-module-large .evo-v3-server-identity {
        font-size: 14px;
    }

    .evo-v3-module-large .evo-v3-power {
        width: 30px;
        height: 30px;
        margin-right: 6px;
    }

    .evo-v3-module-large .evo-v3-scan-inline {
        font-size: 11px;
    }

    .evo-v3-module-large .evo-v3-clock {
        width: 18px;
        height: 18px;
        margin-right: 5px;
        border-width: 2px;
    }

    .evo-v3-module-large .evo-v3-catalog-item {
        min-height: 72px;
        padding: 11px 4px;
    }

    .evo-v3-module-large .evo-v3-catalog-item strong {
        font-size: 19px;
    }

    .evo-v3-module-large .evo-v3-catalog-item span {
        font-size: 10px;
    }

    .evo-v3-module-large .evo-v3-metric {
        min-height: 82px;
        padding: 12px 5px;
    }

    .evo-v3-module-large .evo-v3-metric strong {
        font-size: 21px;
    }

    .evo-v3-module-large .evo-v3-metric span {
        font-size: 11px;
    }

    .evo-v3-module-large .evo-v3-channel-metric {
        min-height: 66px;
    }

    .evo-v3-module-large .evo-v3-channel-metric strong {
        font-size: 18px;
    }

    .evo-v3-module-large .evo-v3-channel-list-button {
        width: calc(100% - 18px);
        margin-top: 10px;
        padding: 11px 8px;
        font-size: 11px;
    }
}
