.tournament-logs__wrapper {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    z-index: 1000;
    justify-content: center;
    background-color: rgba(0, 0, 0, 0.6);
}

.tournament-logs__modal-close {
    align-self: flex-end;
    cursor: pointer;
}

.tournament-logs__header {
    margin-top: 0;
    margin-bottom: 30px;
}
.tournament-logs__modal {
    top: 300px;
    left: 50%;
    padding: 10px 20px 40px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 800px;
    background-image: var(--prize-row);
}

.tournament-logs__list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    padding: 0;
}

.tournament-logs__item {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    align-items: center;
}

li.tournament-logs__item::before {
    content: '';
    width: 12px;
    background-color: #32a67d;
    margin-block: auto;
    height: 3px;
}

.log-item__data {
    width: 350px;
    margin-right: 20px;
}

.log-item__author {
    margin-right: 30px;
}
