.match-info div.midcircle {
     position: absolute;
     display: block;
     width: 27%;
     aspect-ratio: 1;
     border: 2px solid #dadee3;
     border-radius: 50%;
     top: 83.2%;
     left: 36.5%;
     z-index: 5;
}
.match-info div.dot-circle {
    position: absolute;
    top: calc(100% - 1px);
    left: 50%;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #b6ff8f;
    z-index: 5;
}
.match-info div.box {
    position: absolute;
    display: block;
    width: 59%;
    aspect-ratio: 403/165;
    border: 2px solid #dadee3;
    border-top: 0;
    top: 0;
    left: 20.5%;
    z-index: 5;
}
.match-info div.smallbox {
    position: absolute;
    display: block;
    width: 27%;
    aspect-ratio: 183/55;
    border: 2px solid #dadee3;
    border-top: 0;
    top: 0;
    left: 36.5%;
    z-index: 6;
}
.match-info div.smallbox.bottom {
    border: 2px solid #dadee3;
    border-bottom: 0;
    bottom: 0;
    top: unset;
}
.match-info div.box.bottom {
    border: 2px solid #dadee3;
    border-bottom: 0;
    bottom: 0;
    top: unset;
}
.match-info div.boxcircle {
    position: absolute;
    display: block;
    width: 50%;
    aspect-ratio: 2/1;
    border: 1px solid transparent;
    border-top-color: rgba(85, 107, 47, 0.4);
    border-radius: 50%;
    left: 25%;
    top: -14%;
    z-index: 5;
}
.match-info div.text {
    margin: 0 -100% 0;
    position: absolute;
    overflow: visible;
    color: #2f2f2f;
    font-size: 0.9rem;
    font-weight: bold;
}
.match-info.fieldframe {
    position: relative;
    display: block;
    background-color: #0db04b;
    width: 100%;
    /*aspect-ratio: 68 / 108;*/
    /*min-width: 370px;*/
    margin: 0 auto;
    padding: 0;
    border-top: 5px solid #b3b3b3;
    /*overflow: hidden;*/
}
.match-info div.field {
    position: relative;
    display: block;
    /* width: 95%; */
    aspect-ratio: 68 / 54;
    margin: 0 auto;
    padding: 0;
    z-index: 5;
    border: 2px solid #dadee3;
    border-top: 0;
}
.match-info boxcircle {
    position: absolute;
    display: block;
    width: 50%;
    aspect-ratio: 2/1;
    border: 3px solid transparent;
    border-top-color: rgba(255, 255, 255, 0.6);
    border-radius: 50%;
    background-color: transparent;
    left: 25%;
    top: -14%;
    z-index: 5;
}
.match-info row {
    display: flex;
    z-index: 5;
    width: 100%;
    height: 8.3%;
    /*aspect-ratio: 816 / 54;*/
}
.match-info row.darker {
    background-color: rgba(0, 0, 0, 0.1);
}
.match-info div.field .chip {
    width: 8%;
    aspect-ratio: 1/1;
    display: block;
    position: absolute;
    z-index: 50;
    text-align: center;
}
.match-info div.field .chip .chip-img {
    display: block;
    width: 100%;
    aspect-ratio: 1;
    clip-path: polygon(50% 100%, 100% 62%, 81% 0%, 19% 0%, 0% 62%);
}
.match-info div.field .chip img {
    width: 100%;
    background: white;
    /* margin: -10% 0 0; */
}
.match-info div.field .chip .text {
    font-family: "DejaVu Sans Condensed";
    position: absolute;
    display: inline;
    color: #2c2c2c;
    font-size: 12px;
    font-weight: bold;
    top: 100%;
    left: -50%;
    right:-50%;
    overflow: visible;
    text-align: center;
}