.new3fikstur-section {
    display:flex;
    gap:24px;
}

.new3fikstur-container {
    max-width: 516px;
    width: 100%;
    height: auto;
    background-color: #FFFFFF;
    box-shadow: 0 4px 6px 0 rgba(185, 185, 185, .5);
    margin: 0;
    padding: 24px;
}

.new3fikstur-container h2 {
    line-height:130%;
    font-size: 26px;
    font-weight: 700;
    color: #333333;
}

.new3fikstur-lig-info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 36px;
}

.new3fikstur-lig-info .new3fikstur-lig {
    margin-bottom: 0;
}

    .new3fikstur-lig-info .fikstur-hafta {
        color: #2da187;
        font-size:14px;
    }

.new3fikstur-lig {
    display: flex;
    align-items: center;
    gap: 24px;
    margin-bottom: 36px;
}



.new3fikstur-card {
    width: 100%;
    position: relative;
    background-color: #fff;
    margin-bottom: 48px;
    color: #000;
}

.new3fikstur-card:last-child {
    margin-bottom: 0;
}

.new3fikstur-card-title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
}

.new3fikstur-card-body {
    font-size: 14px;
    font-weight: normal;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    padding: 16px 0;
    gap: 24px;
    border-bottom: 1px solid #e2e2e2;
    max-width: 100%;
}

.new3fikstur-card-body:last-child {
    border-bottom: none;
    margin-bottom: 24px;
    padding-bottom: 0;
}
/*
.fikstur-left {
    display: flex;
    align-items: center;
    gap: 24px;
}
*/
.fiktur-ms {
    background-color: #e7e7e7;
    padding: 4px 8px;
    display: block;
}

.fikstur-result {
    display: grid;
    grid-template-columns: 1fr 20px 5px 20px 1fr;
    align-items: center;
    text-align: center;
    gap: 8px;
}

.fteam-one,
.fteam-two {
    white-space: nowrap;
    text-align: center;
}

.fteam-one.active,
.fteam-two.active {
    font-weight: bold;
}

.fteam-one span {
    margin-left: 8px;
}

.fteam-two span{
    margin-right: 8px;
}

.fteam-one span,
.fteam-two span {
    border:1px solid #2DA187;
    border-radius: 4px;
    padding: 4px;
}


.fteam-one span.active,
.fteam-two span.active{
    background-color: #2DA187;
    border-radius: 4px;
    color: #FFF;
    padding: 4px;
    height: 16px;
    width: 16px;
    font-weight: 700;
}

/*
.fikstur-quater{
    color: #5d5d5d;
}*/

.fikstur-time {
    font-size: 16px;
}

@media (max-width:400px) {
    .fiktur-ms {
        display: none;
    }

    .new3fikstur-card-body {
        justify-content:center;
    }
}

@media (max-width:767px) {

    .new3fikstur-card h2 {
        font-size: 20px;
    }

    .new3fikstur-container {
        padding: 16px;
    }

    .new3fikstur-card-body {
        gap: 16px;
        font-size: 12px;
    }

    .fikstur-time {
        font-size: 14px;
    }
}

@media (max-width:990px) {
    .new3fikstur-section {
        display: block;
    }

    .new3fikstur-container {
        max-width: 1056px;
    }
}