.anmari-wettbewerbsvorteil-tabs {
    --feature-column-width: 34%;
    --middle-column-width: 33%;
    width: 100%;
    overflow: hidden;
    background: #0b0c10;
    border-radius: 18px;
    border: 1px solid rgba(255, 255, 255, 0.07);
}

.anmari-wettbewerbsvorteil-tabs__row {
    display: grid;
    grid-template-columns: var(--feature-column-width) var(--middle-column-width) minmax(0, 1fr);
}

.anmari-wettbewerbsvorteil-tabs__cell {
    min-width: 0;
    min-height: 68px;
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-top: 1px solid rgba(255, 255, 255, 0.07);
    transition: background-color 0.2s ease;
}

.anmari-wettbewerbsvorteil-tabs__row:first-child .anmari-wettbewerbsvorteil-tabs__cell {
    border-top: 0;
}

.anmari-wettbewerbsvorteil-tabs__row--header .anmari-wettbewerbsvorteil-tabs__cell {
    background: #191919;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.01em;
}

.anmari-wettbewerbsvorteil-tabs__cell--feature {
    color: #ffffff;
}

.anmari-wettbewerbsvorteil-tabs__cell--standard {
    color: #64759c;
}

.anmari-wettbewerbsvorteil-tabs__cell--brand {
    color: #ff3b3b;
}

.anmari-wettbewerbsvorteil-tabs__feature-text {
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.4;
}

.anmari-wettbewerbsvorteil-tabs__standard-text {
    color: #8ea4c8;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.45;
}

.anmari-wettbewerbsvorteil-tabs__brand-wrap {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

.anmari-wettbewerbsvorteil-tabs__check {
    color: #ff3b3b;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    margin-top: 2px;
}

.anmari-wettbewerbsvorteil-tabs__check i {
    font-size: 15px;
    line-height: 1;
}

.anmari-wettbewerbsvorteil-tabs__check svg {
    width: 15px;
    height: 15px;
    fill: currentColor;
}

.anmari-wettbewerbsvorteil-tabs__brand-text {
    color: #ffffff;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.45;
}

.anmari-wettbewerbsvorteil-tabs__mobile-label {
    display: none;
    margin-bottom: 8px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #8f98ab;
}

@media (max-width: 767px) {
    .anmari-wettbewerbsvorteil-tabs__row {
        grid-template-columns: 1fr;
    }

    .anmari-wettbewerbsvorteil-tabs__row--header {
        display: none;
    }

    .anmari-wettbewerbsvorteil-tabs__cell {
        padding: 18px;
    }

    .anmari-wettbewerbsvorteil-tabs__mobile-label {
        display: block;
    }
}
