/* VisioFex Payment Gateway Card Icons */
.visiofex-title-wrapper {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.visiofex-payment-title {
    font-weight: 500;
}

.visiofex-card-icons {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    opacity: 1;
}

.visiofex-card-icon {
    height: 32px;
    width: auto;
    max-height: 32px;
    object-fit: contain;
}

.visiofex-card-icon svg {
    display: block;
    height: 100%;
    width: auto;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .visiofex-title-wrapper {
        gap: 6px;
    }
    
    .visiofex-card-icon {
        height: 28px;
        max-height: 28px;
    }
}
