/* .ws-info-table {
    display: flex;
    flex-direction: column;
    gap: 18px;
    padding: 20px;
    color: #4d4d4f;
    background-color: #FBFBFB;
    font-size: 13px;
    line-height: normal;
}

.ws-info-table__title {
    font-weight: bold;
}

.ws-info-table__subtitle {
    font-style: italic;
}

.ws-info-table__row {
    display: flex;
    padding: 10px 0;
    border-top: 1px solid #eee;
}

.ws-info-table__label {
    max-width: 40%;
    width: 100%;
    font-weight: bold;
}

.ws-info-table__value {
    width: 100%;
}

.ws-info-table__value a {
    color: var(--sporsora-primary-color);
    font-weight: normal;
}

.ws-info-table__value a:hover {
    text-decoration: underline;
} */