.broker-card-body {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.vergleichssieger-badge {
    border-radius: 9px;
    background: linear-gradient(90deg, #FF63EF 0%, #63FFDA 100%);
    color: #121031;
    font-weight: 700;
    font-size: 13px;
    line-height: 20px;
    padding: 10px 20px;
    text-align: center;
    margin-bottom: 14px;
    position: relative;
    z-index: 2;
    width: 100%;
    align-self: center;
}

.vergleichssieger-badge-dummy {
    margin-bottom: 14px;
    height: 40px;
}

.broker-card.featured {
    background-image:
        linear-gradient(var(--surface-2), var(--surface-2)),
        linear-gradient(154deg, #FF63EF 10.1%, #58FFD8 39.44%, #EB66FF 101.18%);
}

.broker-card {
    flex: 2 2 auto;
    display: flex;
    width: 100%;
}

.v1v1-comparison-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    align-items: stretch;
}

.broker-bonus-section {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex: 3 3 auto;
}

.broker-card-body {
    justify-content: space-around;
    width: 100%;
}

h3.more-details-title {
    font-size: 15px;
    margin-left: 5px;
    font-weight: 700;
    display: flex ;
        justify-content: space-around;
        align-items: center;
}

h3.more-details-title .broker-logo {
    height: 20px;
    object-fit: cover;
}
.more-details-card {
    flex: 2 2 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.v1v1-comparison-section {
    margin-bottom: 20px;
}

.more-details-card .broker-details-section {
    flex: 2 2 auto;
    display: flex;
    flex-direction: column;
}

.detail-item span p {
    margin: 0;
    font-size: 13px;
}

.more-details-description {
    margin-left: 5px;
    flex-grow: 3;
}

.more-details-description,
.more-details-description p {
    color: var(--medium);
    font-size: 13px;
}

.fazit-section .detail-item {
    flex-direction: column;
    display: flex;
    align-items: flex-start;
}

.fazit-section .detail-item  .value {
    color: var(--text);
    font-weight: 400;
    font-size: 13px;
    text-align: left;
}
.fazit-section .detail-item  .value  ul {
    margin-top: 10px;
    margin-left: 0;
}
.flext-no-grow {
    flex-grow: 0;
}

.more-details-card .broker-bonus-section {
    margin-top: 10px;
}

.flex-growth-3 {
    flex-grow: 3;
}

.detail-item.flex-growth-3 .value {
    white-space: nowrap;
}

@media (max-width: 991px) {
    .more-details-section {}

    .v1v1-comparison-section {
        gap: 8px;
        grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    }

    .broker-rating {
        padding: 12px 6px;
    }

    .broker-details-section .detail-item {
        font-size: 11px;
        padding: 12px 12px;
    }

    .detail-item .value {
        font-size: 11px;
    }

    .broker-rating span {
        font-size: 14px;
    }

    .last-updated {
        font-size: 11px;
    }

    .bonus-details-2 {
        font-size: 15px;
        line-height: 18px;
    }

    .bonus-header {
        font-size: 12px;
    }

    .broker-card a[target]:not(.btn).cta-button {
        padding: 10px 12px;
    }

    .broker-bonus-section {
        padding: 12px;
    }

    .detail-item span:first-child {
        margin-right: 4px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    h3.more-details-title {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

}

.detail-item.assets-container {
    flex-direction: column;
    align-items: flex-start;
}

.assets-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px 16px;
    width: 100%;
    margin-top: 10px;
}

.asset-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.asset-item>span:first-child {
    color: var(--medium);
}

.v1v1-comparison-section.single-view {
    grid-template-columns: 1fr;
    justify-items: flex-start;
}

.v1v1-comparison-section.single-view .v1v1-comparison-column {
    max-width: 450px;
    width: 100%;
}