.set__items .table {
    min-width: 767px;
    border-radius: 4px;
    overflow: hidden;
    vertical-align: middle;
}

.set__items h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
}

.set__items h4 a {
    text-decoration: none;
    color: inherit;
}

.set__items .item__attributes,
.set__items .item__bonuses {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
    row-gap: 0;
}

.set__items td > * {
    width: auto;
}

.table-dark {
    --bs-table-color: #ddbda2;
    --bs-table-bg: #48342c;
    --bs-table-border-color: transparent;
    --bs-table-striped-bg: rgb(33, 15, 15);
    --bs-table-striped-color: #ddbda2;
    --bs-table-active-bg: rgb(72, 52, 44);
    --bs-table-active-color: #ddbda2;
    --bs-table-hover-bg: #323539;
    --bs-table-hover-color: #ddbda2;
    color: var(--bs-table-color);
    border-color: var(--bs-table-border-color);
}

.set__items .info__kategorie {
    white-space: nowrap;
}

.set__items .atribut__property {
    font-weight: 600;
}

.set_items_header {
    font-size: 40px !important;
    text-align: center !important;
    margin: 24px 0 45px !important;
    color: var(--DH---Gold, #e3a924);
    font-style: normal;
    font-weight: 700 !important;
    line-height: 140% !important;
}

