.elementor-54710 .elementor-element.elementor-element-3c8b197{--display:flex;}/* Start custom CSS for html, class: .elementor-element-dfd50bd */.payment-wrapper {
    max-width: 1100px;
    margin: auto;
    padding: 20px;
}

.payment-intro {
    margin-bottom: 30px;
    color: #555;
}
.payment-logo-wrapper {
    width: 120px;
    height: 60px;
    margin: 0 auto 12px auto;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.payment-brand-logo {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.payment-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 24px;
}

.payment-card {
    border: 1px solid #e5e5e5;
    border-radius: 14px;
    padding: 24px;
    background: #ffffff;
    box-shadow: 0 6px 20px rgba(0,0,0,0.06);
}

.payment-logo {
    max-height: 40px;
    margin-bottom: 16px;
}

.payment-card h3 {
    margin-top: 0;
    color: #791341 !important;
}

.payment-card ul {
    padding-left: 18px;
    margin: 12px 0;
}
.payment-main-title {
    color: #791341 !important;
    text-align: center;
}
.payment-btn {
    display: inline-block;
    margin-top: 14px;
    padding: 10px 18px;
    background-color: #791341 !important;
    color: #fff;
    text-decoration: none;
    border-radius: 6px;
}

.payment-note {
    margin-top: 30px;
    padding: 16px;
    background: #f8f8f8;
    border-left: 4px solid #a00000;
}

.payment-support {
    margin-top: 30px;
}/* End custom CSS */