/* MyCred Stripe Addonery - Checkout Styles */

.mycred-stripe-checkout-confirmation {
    margin: 20px 0;
    padding: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
    background: #161616;
    color: #fff;
}

.mycred-stripe-checkout-confirmation h3 {
    color: #fff;
    margin-top: 0;
}

.mycred-stripe-checkout-confirmation p {
    color: #fff;
    margin-bottom: 15px;
}

.mycred-stripe-checkout-button {
    padding: 10px 20px;
    font-size: 16px;
    background: #356da1;
    border-radius: 5px;
    margin: 10px 0;
    display: inline-block;
    color: #fff;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.mycred-stripe-checkout-button:hover {
    background: #2a5a8a;
    color: #fff;
    text-decoration: none;
}

.mycred-stripe-checkout-button:focus {
    outline: 2px solid #356da1;
    outline-offset: 2px;
}

/* MyCred Buy Select Shortcode Styles */
.mycred-buy-select-wrapper {
    margin: 20px 0;
    padding: 20px;
    border: 1px solid #606060;
    border-radius: 5px;
    background: #171717;
    display: inline-block;
}

.mycred-buy-select-form {
    margin-bottom: 15px;
}

.mycred-buy-select-form label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
    color: #fff;
}

.mycred-gateway-select {
    width: 100%;
    max-width: 300px;
    padding: 8px 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background: #fff;
    font-size: 14px;
    color: #333;
}

.mycred-gateway-select:focus {
    outline: none;
    border-color: #356da1;
    box-shadow: 0 0 0 2px rgba(53, 109, 161, 0.2);
}

.mycred-buy-button-container {
    margin-top: 15px;
}

.mycred-buy-select-button {
    padding: 10px 20px;
    font-size: 16px;
    background: #356da1;
    color: #fff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    min-width: 120px;
}

.mycred-buy-select-button:hover:not(:disabled) {
    background: #2a5a8a;
}

.mycred-buy-select-button:disabled {
    background: #ccc;
    cursor: not-allowed;
    opacity: 0.6;
}

.mycred-buy-select-button:focus {
    outline: 2px solid #356da1;
    outline-offset: 2px;
}
