.tournament-info a {
    text-decoration: none;
}

.tournament-info a:hover {
    text-decoration: underline;
}

.tournament-info {
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
    max-width: 900px;
    font-size: 1.10em;
    width: 100%;
    
}

.tournament-details {
    background: radial-gradient(#fae7fc, #ffffff);
    border: 1px solid #d1d1d1;
    padding: 30px;
    border-radius: 16px;
    display: flex;
    gap: 18px;
    min-width: 0;
    width: 100%;
}

.tournament-details > div {
    min-width: 0;
}

.tournament-name {
    font-size: 1.7rem;
    margin-bottom: 10px;
    margin-top: 0px;
    overflow-wrap: anywhere;
}

.tournament-logo {
    align-self: flex-start;
    flex: 0 0 auto;
    height: auto;
    max-width: 120px;
    max-height: 120px;
    object-fit: contain;
    border-radius: 8px;
    background: #fff;
    border: 1px solid #eee;
    display: block;
    width: auto;
}

.inline-icon {
    height: 1.5em;
    width: auto;
    vertical-align: middle;
    display: inline-block;
}