@import "wc23.css";

:root {
    --light-yellow: #e5ec9e;
}

.group-announce {
    margin: 0;
    text-align: center;
    color: var(--turf-blue);
}
.group {
    display: grid;
    width: 90%;
    margin: auto;
    padding: 5px;
    border: 3px solid var(--turf-blue);
    margin-bottom: 15px;
}

.descriptor-row {
    display: grid;
    grid-template-columns: 10% 7% 7% 7% 7% 3% 5% 5% 5% 1% 3% 3% 4% 6% 6% 21%;
    align-items: center;
    justify-items: center;
    padding-bottom: 2px;
    border-bottom: 0.8px solid var(--turf-blue);
    font-size: 1.1vw;
}

.descriptor-row > * {
    display: grid;
    width: 100%;
    justify-self: center;
    justify-items: center;
    font-size: 1.1vw;
}

.descriptor-row * {
    font-size: 1.1vw;
    overflow: hidden;
}

.emphasis-row {
    border-bottom: 1.7px solid var(--turf-blue);
}

.align-down {
    align-items: end;
}

.team-icon {
    width: 2.2vw;
    align-self: center;
    justify-self: center;
}

.team-full {
    display: flex;
    align-items: center;
    justify-items: start;
    justify-content: start;
    justify-self: start;
}

.team-name {
    padding-left: 4px;
}

.back-green {
    background-color: var(--grass-green);
}

.back-yellow {
    background-color: var(--light-yellow);
}

.back-red {
    background-color: rgb(242, 205, 205);
}

.summary {
    text-align: center;
    width: 90%;
    margin: auto;
    padding-bottom: 10px;
}

.finished {
    margin-bottom: 5px;
}

.advancer {
    background: var(--grass-green);
}