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

.ws-info-table-block__title {
    font-weight: bold;
}

.ws-info-table-block__subtitle {
    font-style: italic;
}

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

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

.ws-info-table-block__value {
    width: 100%;
}

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

.ws-info-table-block__row a:hover {
    text-decoration: underline;
}