a#loadMore {
    display: flex;
    align-items: center;
    text-align: center;
    width: 100% !important;
    margin: 0 auto !important;
    justify-content: center;
    position: relative;
    left: 20px;
}

.tstn-events-card,
.tstn-games-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 30px;
    background-color: #E1E9FF;
    padding: 10px;
    border-radius: 4px;
    max-width: 350px;
    width: 100%;
}

.tstn-games-card {
    background-color: #E1FFE5;
}

.tstn-events-title,
.tstn-games-title {
    font-size: 24px;
    font-style: normal;
    line-height: normal;
    font-weight: 700;
    margin-bottom: 0px;
    font-family: Inter;
    color: #000000;
    /* black */
}

.tstn-event-item,
.tstn-game-item {
    color: #000;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.tstn-event-item a,
.tstn-game-item a {
    text-decoration: none;
    color: #1a1a1a;
    font-size: 18px;
}

.tstn-event-item a:hover,
.tstn-game-item a:hover {
    text-decoration: underline;
}