#custom-checkout-button {
    background-color: #0073aa;
    color: #ffffff;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    margin-top: 20px;
}

#custom-checkout-button:hover {
    background-color: #005177;
}

#keyoneCheckoutInfoButtonClassic {
    width: 25px;
    height: 25px;
    background: white;
    padding-right: 5px;
    background: none;
    border: none
}

#keyOneToolTip {
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
    z-index: 1000;
}

#keyOneToolTip .keyOneToolTipText {
    visibility: hidden;
    width: 300px;
    background-color: white;
    color: black;
    text-align: center;
    border-radius: 6px;
    border: 2px solid black;
    padding: 10px;
    position: absolute;
    z-index: 1001;
    top: 100%;
    left: 50%;
    transform: translateX(-1%);
    opacity: 0;
    transition: opacity 0.3s;
    font-size: 12px;
}

#keyOneToolTip:hover .keyOneToolTipText {
    visibility: visible;
    opacity: 1;
}

#keyOneToolTip .keyOneToolTipText a {
    color: #00f;
    text-decoration: underline;
    font-size: 8px;
}

#keyOneDiv {
    display: flex;
    align-items: center;
    justify-content: start;
    background: white;
    padding: 10px 0;
}

#keyoneCheckoutButton {
    background: none;
    border: none;
    cursor: pointer;
}
