.giocompress-warning-row {
    background-color: #fff3f3;
}
.giocompress-warning-row td {
    color: #a94442;
    font-weight: bold;
}
.giocompress-chart {
    max-width: 437px;
    max-height: 437px;
    margin: 0 auto;
}
.giocompress-grid {
    display: grid;
}
.col-2 {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
form#giocompress-form {
    margin-top: 1em;
}
.giocompress-card {
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    display: grid;
    justify-content: center;
    border: 1px solid #c3c4c7;
}
#giocompress-progress-wrapper > div {
    width: 100%;
    background-color: #c3c4c7;
    border-radius: 4px;
}
#giocompress-progress-bar {
    height: 20px;
    background-color: #0073aa;
    color: #fff;
    width: 0%;
    text-align: center;
}

.giocompress-comparison {
    max-width: 100%;
    border-collapse: collapse;
    margin-top: 1em;
    font-family: sans-serif;
    border: 1px solid #ccc;
}
.giocompress-comparison th,
.giocompress-comparison td {
    padding: 12px 16px;
    text-align: center;
    border-bottom: 1px solid #ddd;
}
.giocompress-comparison th {
    background-color: #f5f5f5;
    font-weight: bold;
}
.giocompress-comparison tr:nth-child(even) {
    background-color: #fafafa;
}
.giocompress-check {
    color: green;
    font-weight: bold;
}
.giocompress-cross {
    color: red;
    font-weight: bold;
}
.giocompress-table-wrapper {
    overflow-x: auto;
    margin-bottom: 1em;
}

@media (max-width: 1268px) {
    .col-2  {
        grid-template-columns: 1fr;
    }
}