/**
 * Cardstream Payment Method Customize Styles
 */
.visa-logo-container {
    margin-top: 15px;
    text-align: center;
}

.visa-logo-link {
    display: inline-block;
    text-decoration: none;
    cursor: pointer;
    transition: opacity 0.3s ease;
}

.visa-logo-link:hover {
    opacity: 0.8;
}

.visa-logo-image {
    max-width: 80px;
    height: auto;
    display: block;
}

/* Product page specific styles */
.product-info-main .visa-logo-container {
    margin-top: 10px;
}

/* Cart page specific styles */
.checkout.cart .visa-logo-container {
    margin-top: 10px;
    margin-bottom: 10px;
}
