.button-42 {
    background-color: initial;
    background-image: linear-gradient(-180deg, #FF7E31, #E62C03);
    border-radius: 6px;
    box-shadow: rgba(0, 0, 0, 0.1) 0 2px 4px;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-family: Inter,-apple-system,system-ui,Roboto,"Helvetica Neue",Arial,sans-serif;
    height: 35px;
    line-height: 35px;
    outline: 0;
    overflow: hidden;
    padding: 0 15px;
    pointer-events: auto;
    position: relative;
    text-align: center;
    touch-action: manipulation;
    user-select: none;
    -webkit-user-select: none;
    vertical-align: top;
    white-space: nowrap;
    width: 100%;
    z-index: 9;
    border: 0;
    transition: box-shadow .2s;
}

.button-42:hover {
    box-shadow: rgba(253, 76, 0, 0.5) 0 3px 8px;
}

.button-42:disabled,
.button-42[disabled] {
    box-shadow: rgba(0, 0, 0, 0.3) 0 3px 8px;
    background-image: linear-gradient(-180deg, #bdbdbd, #7d7d7d);
}

.button-42-green {
    background: linear-gradient(179.1deg, rgb(43, 170, 96) 2.3%, rgb(129, 204, 104) 98.3%);
}
.button-42-green:hover {
    box-shadow: rgba(43, 170, 96, 0.5) 0 3px 8px;
}

.button-42-gray {
    background: linear-gradient(to top, #c4c5c7 0%, #dcdddf 52%, #ebebeb 100%);
}

.container {
    width: 1400px;
    max-width: 1400px;
}

.bullet_advantage {
    background-color: #FF8E18;
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    border-radius: 50%;
    margin-right: 16px;
    margin-left: 25px;
}

.button-container {
    display: flex;
    justify-content: center; /* Zentriert beide Buttons */
    gap: 15px; /* Lücke zwischen den Buttons */
}

.id-check-icon {
    vertical-align: middle;
    margin-left: 5px;
    font-size: 1em;
    margin-top: 3px;
}

.button-42-small {
    background-color: initial;
    background-image: linear-gradient(-180deg, #FF7E31, #E62C03);
    border-radius: 6px;
    box-shadow: rgba(0, 0, 0, 0.1) 0 2px 4px;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-family: Inter,-apple-system,system-ui,Roboto,"Helvetica Neue",Arial,sans-serif;
    height: 35px;
    line-height: 35px;
    outline: 0;
    overflow: hidden;
    padding: 0 10px;
    pointer-events: auto;
    position: relative;
    text-align: center;
    touch-action: manipulation;
    user-select: none;
    -webkit-user-select: none;
    vertical-align: top;
    white-space: nowrap;
    width: 200px;
    z-index: 9;
    border: 0;
    transition: box-shadow .2s;
    font-size: 0.85rem;
}

.button-42-small:hover {
    box-shadow: rgba(253, 76, 0, 0.5) 0 2px 6px;
}

.button-42-small:disabled,
.button-42-small[disabled] {
    box-shadow: rgba(0, 0, 0, 0.2) 0 2px 6px;
    background-image: linear-gradient(-180deg, #bdbdbd, #7d7d7d);
}
