.single-event {
    border:1px solid #EBEBEB;
    width:926px;
    max-width:95%;
    box-sizing:border-box;
    padding:10px 15px 15px 25px;
    display:flex;
    position:relative;
    margin:0 auto 33px auto;
    min-height:249px;
    opacity:0;
}
.single-event-fighter {
    max-height:244px;
    user-select: none;
    pointer-events: none;
    z-index: -1;
    margin-bottom:10px;
}
.single-event-inner-4 {
    width: 200px;
    display: flex;
    flex-direction: column;
    align-items: end;
    gap:15px;
    justify-content: center;
    box-sizing: border-box;
    min-width:200px;
}
.single-event-inner {
    display: flex;
    align-items: center;
    margin: 0 auto;
    width: 100%;
    justify-content: space-between;
    position: relative;
    pointer-events:none;
}
.single-event-inner-3 {
    display:flex;
    gap:18px;
    align-items: center;
    justify-content: center;
    position:relative;
    width:651px;
    margin:auto auto 0 auto;
}
.single-event-inner-3 div:not(.vs-small) {
    /*text-shadow: 0px 0px 10px #ffffff, 0px 0px 10px #ffffff, 0px 0px 10px #ffffff, 0px 0px 10px #ffffff, 0px 0px 10px #ffffff;*/
    width: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height:312px;
}
.single-event-inner-3 div:first-child {
    text-align:right;
}
.single-event-inner-3 .name {
    display:block;
    font-weight:bold;
    font-size:20px;
    line-height:100%;
}
.single-event-inner-3 .surname {
    display:block;
    font-weight:bold;
    font-size:38px;
    line-height:100%;
    padding-top:8px;
}
.single-event-inner-2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 15px;
    border-left: 1px solid #EBEBEB;
    padding-left: 15px;
    align-items:center;
}
.single-event-inner-4 .venue {
    font-size:14px;
    color:#585B63;
    padding-bottom:8px;
    border-bottom:1px solid #EBEBEB;
    text-align: center;
    width:100%;
    max-width:310px;
    margin:0 auto 0 auto;
}
.single-event-datetime {
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
}
.single-event-datetime span {
    color: black;
    display: flex;
    font-size: 14px;
    font-weight: 600;
    align-items: center;
    gap: 5px;
}
.single-event-datetime span img {
    width:16px;
}
.single-event-datetime .seperator {
    width:1px;
    content:"";
    height:11px;
    background-color:#EBEBEB;
    margin-right:14px;
}
.single-event-buttons {
    display: flex;
    justify-content: center;
    gap: 5px;
    flex-direction: column;
    margin:0 auto;
}
.single-event-buttons > a {
    text-decoration: none;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
}
.single-event-navigation {
    display: flex;
    position: absolute;
    top: 155px;
    right: 256px;
    gap: 568px;
    z-index: 1;
}
.single-event-navigation button {
    background-color:var(--utma-primary-color);
    display:flex;
    justify-content:center;
    align-items:center;
    width:30px;
    height:30px;
    transition:0.3s all;
    outline:none;
    border:0;
    cursor:pointer;
    user-select: none;
}
.single-event-navigation button:hover {
    scale:1.05;
    opacity:0.9;
}
.more-events {
    margin:55px auto 0 auto;
}
.event-small-fighter-img {
    display:none;
}
.event-img {
    max-width:120px;
}
@media only screen and (max-width: 1450px) {
    .event-img {
        margin-right: 10px;
    }
}
@media only screen and (max-width: 1400px) {
}

@media only screen and (max-width: 1000px) {
    .single-event {
        flex-direction: column;
        gap:15px;
    }
    .single-event-inner-2 {
        flex-direction: row;
        border:0;
    }
    .single-event-inner-4 {
        border-left: 1px solid #EBEBEB;
        padding-left: 20px;
    }
    .single-event-inner {
        order:2;
    }
    .single-event-navigation {
        position:static;
    }
    .single-event-navigation button:first-child {
        position: absolute;
        bottom: 170px;
        left: 20px;
    }
    .single-event-navigation button:last-child {
        position: absolute;
        bottom: 170px;
        right: 20px;
    }
    .vs-small {
        width: 61px;
        min-width: 61px;
        height: 61px;
        font-size:32px;
        margin-left:-40px;
        margin-right:-40px;
    }
}
@media only screen and (max-width: 500px) {
    .single-event-fighter {
        display:none;
    }
    .event-small-fighter-img {
        display:inline;
        width:100px;
        height:100px;
    }
    .single-event-inner {
        justify-content: center;
    }
}
@media only screen and (max-width: 768px) {
    .single-event {
        flex-direction: column;
        gap:30px;
        padding: 0px 10px 10px 10px;
    }
    .single-event-buttons {
        flex-direction:column;
    }
    .single-event-inner-3 {
        flex-direction: column;
    }
    .single-event-inner-3 div:first-child, .single-event-inner-3 div {
        text-align: center;
    }
    .single-event-fighter {
        display:none;
    }
    .event-small-fighter-img {
        display: block;
        margin-bottom: 5px;
        width: 100px;
        height: 100px;
    }
    .single-event-navigation button:first-child {
        left:80px;
        bottom:215px;
    }
    .single-event-navigation button:last-child {
        right:80px;
        bottom:215px;
    }
    .pb-m-27px {
        padding-bottom:27px;
    }
    .single-event-inner-3 div:not(.vs-small) {
        min-height:auto;
    }
}