body {
    overflow: hidden;
    height: 100vh;
}

.gamefield-list-item.card:last-child {
    margin-bottom: 1.5rem!important;
}
.gamefield-list-item .field-price {
    position: absolute;
    top: 4px;
    left: -7px;
    width: 150px;
    height: 50px;
    background: rgba(0, 174, 186, 0.9);
    color: white;
    font-size: 20px;
    line-height: 2.5;
    font-weight: 600;
    text-align: center;
    vertical-align: middle;
}
.field-info {
    background-position: 0 50%;
    background-repeat: no-repeat;
    background-size: 22px;
    padding-left: 27px;
}

.field-info.field-addr {
    background-image: url("/static/sport/img/location-icon-svg.svg");
}

.field-info.field-type {
    background-image: url("/static/sport/img/descrip-field.png");
}

.field-info.field-dimensions {
    background-image: url("/static/sport/img/area-icon.png");
}
.gamefields-map-btn {
    bottom: 5%;
    left: 50%;
    margin-left: -12.5%;
}