.elementor-209 .elementor-element.elementor-element-a7e49b6{--display:flex;}.elementor-209 .elementor-element.elementor-element-a7e49b6.e-con{--flex-grow:0;--flex-shrink:0;}@media(max-width:767px){.elementor-209 .elementor-element.elementor-element-a7e49b6{--width:100%;}.elementor-209 .elementor-element.elementor-element-3731849{width:100%;max-width:100%;}}/* Start custom CSS for html, class: .elementor-element-3731849 *//* Pistolo Casino Payments Design */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;700;900&family=Poppins:wght@400;600;700;900&display=swap');

:root {
    --pistolo-bg-dark: #0a0a0a;
    --pistolo-blue-primary: #0050d5;
    --pistolo-blue-secondary: #0047be;
    --pistolo-blue-dark: #003bb3;
    --pistolo-green-light: #84cc16;
    --pistolo-green-dark: #65a30d;
    --pistolo-yellow: #fbbf24;
    --pistolo-red: #ef4444;
    --pistolo-text: #ffffff;
    --pistolo-text-muted: #bfdbfe;
    /* Light blueish gray */
    --pistolo-card-bg: #003bb3;
    --pistolo-card-border: rgba(255, 255, 255, 0.1);
    --pistolo-radius: 12px;
    --pistolo-font-primary: 'Poppins', sans-serif;
    --pistolo-font-secondary: 'Inter', sans-serif;
    --pistolo-transition: all 0.2s ease;
}

.pistolo-home-container {
    font-family: var(--pistolo-font-secondary);
    line-height: 1.6;
    color: var(--pistolo-text);
    background-color: var(--pistolo-blue-secondary);
    background: radial-gradient(circle at top center, #0056e0 0, #003796 100%);
    max-width: 1200px;
    margin: 0 auto;
    padding: 10px 20px 40px;
    border-radius: 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
}

/* Fix for all child elements to respect padding/width */
.pistolo-home-container *,
.pistolo-home-container *::before,
.pistolo-home-container *::after {
    box-sizing: border-box;
    overflow-wrap: break-word;
}

/* Background Texture */
.pistolo-home-container::before {
    background-image: linear-gradient(#ffffff08 1px, transparent 0), linear-gradient(90deg, #ffffff08 1px, transparent 0);
    background-size: 50px 50px;
    bottom: 0;
    content: "";
    left: 0;
    opacity: .3;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
}

.pistolo-home-container>* {
    position: relative;
    z-index: 1;
}

.pistolo-home-container a {
    color: #E3B005;
    text-decoration: underline;
    font-weight: 700;
    transition: var(--pistolo-transition);
}

.pistolo-home-container a:hover {
    color: #ffcc00;
    text-shadow: 0 0 5px rgba(227, 176, 5, 0.5);
}

/* Typography */
.pistolo-title {
    font-family: var(--pistolo-font-primary);
    font-size: 2.8rem;
    font-weight: 900;
    text-align: center;
    margin-bottom: 20px;
    line-height: 1.1;
    color: #fff;
    text-shadow: 4px 4px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
    text-transform: uppercase;
    font-style: italic;
}

.pistolo-heading {
    font-family: var(--pistolo-font-primary);
    font-size: 1.8rem;
    color: var(--pistolo-text);
    margin: 60px 0 20px;
    display: flex;
    align-items: center;
    gap: 15px;
    font-weight: 900;
    text-shadow: 2px 2px 0 #000;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.pistolo-heading i {
    color: var(--pistolo-yellow);
    filter: drop-shadow(2px 2px 0 #000);
}

.pistolo-subheading {
    font-family: var(--pistolo-font-primary);
    font-size: 1.3rem;
    color: var(--pistolo-yellow);
    margin: 25px 0 15px;
    font-weight: 700;
}

.pistolo-intro {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 40px;
    color: var(--pistolo-text-muted);
    font-size: 1.1rem;
    font-weight: 500;
}

/* Buttons */
.pistolo-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    padding: 12px 30px;
    border-radius: 6px;
    font-family: var(--pistolo-font-primary);
    font-weight: 900;
    text-transform: uppercase;
    font-style: italic;
    letter-spacing: 0.5px;
    transition: transform .1s, box-shadow .1s;
    cursor: pointer;
    text-decoration: none !important;
    margin: 20px 0;
    white-space: normal;
    text-align: center;
    line-height: 1.2;
    max-width: 100%;
}

.pistolo-btn-primary {
    background: linear-gradient(180deg, var(--pistolo-green-light), var(--pistolo-green-dark));
    border: 2px solid #000;
    color: #fff !important;
    font-size: 1.2rem;
    box-shadow: 4px 4px 0 #000;
    text-shadow: 1px 1px 0 #000;
}

.pistolo-btn-primary:hover {
    transform: translate(-2px, -2px);
    box-shadow: 6px 6px 0 #000;
    color: #fff;
}

.pistolo-btn-primary:active {
    transform: translate(2px, 2px);
    box-shadow: 2px 2px 0 #000;
}

/* Cards & Layout */
.pistolo-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 20px;
    margin-bottom: 30px;
}

.pistolo-grid-3 {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
}

.pistolo-card {
    background: rgba(0, 0, 0, 0.2);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 25px;
    border-radius: var(--pistolo-radius);
    transition: var(--pistolo-transition);
}

.pistolo-card:hover {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.2);
}

.pistolo-card h3 {
    color: #fff;
    margin-top: 0;
    font-size: 1.2rem;
    font-weight: 800;
}

/* Tables */
.pistolo-table-wrapper {
    overflow-x: auto;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    margin: 20px 0;
}

.pistolo-table {
    width: 100%;
    border-collapse: collapse;
    min-width: auto;
}

.pistolo-table th,
.pistolo-table td {
    padding: 15px 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    text-align: left;
    vertical-align: top;
}

.pistolo-table th {
    background: rgba(0, 0, 0, 0.3);
    color: var(--pistolo-yellow);
    font-weight: 700;
    text-transform: uppercase;
    font-size: 0.9rem;
    width: 35%;
}

.pistolo-table td {
    color: var(--pistolo-text-muted);
}

.pistolo-table tr:last-child th,
.pistolo-table tr:last-child td {
    border-bottom: none;
}

.pistolo-table strong {
    color: #fff;
}

/* Lists */
.pistolo-list {
    padding-left: 20px;
    list-style: none;
}

.pistolo-list li {
    margin-bottom: 10px;
    position: relative;
    padding-left: 10px;
    color: var(--pistolo-text-muted);
}

.pistolo-list li::before {
    content: "•";
    color: var(--pistolo-yellow);
    font-weight: 900;
    font-size: 1.2rem;
    position: absolute;
    left: -10px;
    top: -2px;
}

.pistolo-steps-list {
    list-style: none;
    padding: 0;
    counter-reset: pistolo-counter;
}

.pistolo-steps-list li {
    position: relative;
    padding-left: 45px;
    margin-bottom: 15px;
    color: var(--pistolo-text-muted);
}

.pistolo-steps-list li::before {
    counter-increment: pistolo-counter;
    content: counter(pistolo-counter);
    position: absolute;
    left: 0;
    top: -2px;
    width: 30px;
    height: 30px;
    background: var(--pistolo-yellow);
    color: #000;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    font-weight: 800;
    font-family: var(--pistolo-font-primary);
}

/* Pros & Cons */
.pistolo-pros-cons {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.pistolo-col-pros,
.pistolo-col-cons {
    background: rgba(0, 0, 0, 0.2);
    padding: 20px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.pistolo-col-pros h3 {
    color: #84cc16;
    margin-top: 0;
    font-weight: 900;
}

.pistolo-col-cons h3 {
    color: #ef4444;
    margin-top: 0;
    font-weight: 900;
}

.pistolo-check-list {
    list-style: none;
    padding: 0;
}

.pistolo-check-list li {
    margin-bottom: 8px;
    display: flex;
    gap: 10px;
    color: var(--pistolo-text-muted);
}

.pistolo-check-list i {
    color: #84cc16;
    flex-shrink: 0;
    margin-top: 4px;
}

.pistolo-cross-list {
    list-style: none;
    padding: 0;
}

.pistolo-cross-list li {
    margin-bottom: 8px;
    display: flex;
    gap: 10px;
    color: var(--pistolo-text-muted);
}

.pistolo-cross-list i {
    color: #ef4444;
    flex-shrink: 0;
    margin-top: 4px;
}

/* Accordion (FAQ) */
.pistolo-accordion {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.pistolo-accordion-item {
    background: rgba(0, 0, 0, 0.2);
    border-bottom: 1px dashed rgba(255, 255, 255, 0.15);
}

.pistolo-accordion-header {
    padding: 15px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 700;
    color: #fff;
    font-size: 1.05rem;
}

.pistolo-accordion-header i {
    transition: transform 0.3s;
}

.pistolo-accordion-content {
    padding: 0 15px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out, padding 0.3s ease;
    color: var(--pistolo-text-muted);
}

.pistolo-accordion-item.active .pistolo-accordion-content {
    max-height: 500px;
    padding-bottom: 15px;
}

.pistolo-accordion-item.active .pistolo-accordion-header i {
    transform: rotate(180deg);
}

/* CTA Box */
.pistolo-cta-box {
    text-align: center;
    padding: 40px;
    background: rgba(0, 0, 0, 0.3);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: 40px;
}

/* Responsive */
@media (max-width: 992px) {
    .pistolo-heading {
        flex-direction: column;
        align-items: flex-start;
        font-size: 1.5rem;
    }

    .pistolo-grid,
    .pistolo-grid-3,
    .pistolo-pros-cons {
        grid-template-columns: 1fr;
    }

    /* --- RESPONSIVE TABLES (Mobile/Tablet Cards) --- */

    .pistolo-table-wrapper {
        overflow-x: hidden !important;
        border: none;
        background: transparent;
        padding: 0;
        margin: 0;
    }

    .pistolo-table {
        display: block !important;
        width: 100% !important;
        min-width: 100% !important;
    }

    /* Hide standard headers for ALL tables on mobile */
    .pistolo-table thead {
        display: none !important;
    }

    .pistolo-table tbody {
        display: block !important;
        width: 100% !important;
    }

    .pistolo-table tr {
        display: flex !important;
        flex-wrap: wrap !important;
        margin-bottom: 0;
        background: transparent;
        border: none;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    /* 
       TYPE A: Data Tables (Payments, Providers, etc.) 
       These have generic TDs with data-label attributes.
       We transform these Rows into "Cards".
    */
    .pistolo-table tr:has(td[data-label]) {
        flex-direction: column !important;
        background: rgba(0, 0, 0, 0.4);
        border: 1px solid rgba(255, 255, 255, 0.1);
        border-radius: 12px;
        padding: 5px 0;
        margin-bottom: 20px;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
    }

    /* Fallback .elementor-209 .elementor-element.elementor-element-3731849 for browsers not supporting :has() 
       We target the TDs directly to force them full width */
    .pistolo-table td[data-label] {
        display: flex !important;
        justify-content: space-between !important;
        align-items: center !important;
        width: 100% !important;
        padding: 12px 15px !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.05) !important;
        color: #fff;
        text-align: right;
        box-sizing: border-box !important;
        white-space: normal !important;
    }

    .pistolo-table td[data-label]:last-child {
        border-bottom: none !important;
    }

    /* The Pseudo-Label */
    .pistolo-table td[data-label]::before {
        content: attr(data-label);
        font-weight: 700;
        color: var(--pistolo-yellow);
        text-transform: uppercase;
        font-size: 0.85rem;
        margin-right: 15px;
        text-align: left;
        flex-shrink: 0;
        max-width: 45%;
    }

    /* 
       TYPE B: Key Info Table 
       Structure: <tr><th>Label</th><td>Value</td></tr>
       These DO NOT have data-labels. We keep them as simple 2-col rows.
    */

    /* 
       TYPE B: Key Info Table (or Summary Tables)
       Structure: <tr><th>Label</th><td>Value</td></tr> OR <tr><td>Label</td><td>Value</td></tr>
       These DO NOT have data-labels (or at least not typically used for stacking). 
       We want them 2-col side-by-side.
    */

    /* Target rows that are NOT the stacked "Type A" cards */
    .pistolo-table tr:not(:has(td[data-label])) {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        width: 100% !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    /* First cell (Label) */
    .pistolo-table tr:not(:has(td[data-label]))>*:first-child {
        display: flex !important;
        align-items: center;
        width: 50% !important;
        padding: 12px 10px !important;
        background: transparent !important;
        color: var(--pistolo-yellow);
        /* default highlight for left col */
        font-size: 0.9rem;
        font-weight: 700;
        border: none !important;
        text-align: left;
    }

    /* Second cell (Value) */
    .pistolo-table tr:not(:has(td[data-label]))>*:nth-child(2) {
        display: flex !important;
        align-items: center;
        width: 50% !important;
        padding: 12px 10px !important;
        border: none !important;
        text-align: right;
        /* Right align value */
        color: #fff;
    }

    /* Force text white for strong tags in second cell */
    .pistolo-table tr:not(:has(td[data-label]))>*:nth-child(2) strong {
        color: #fff;
    }

    /* Buttons fix */
    .pistolo-btn {
        width: 100%;
        white-space: normal;
        padding: 15px;
        height: auto;
        font-size: 1.1rem !important;
    }

    /* Hide scrollbars */
    ::-webkit-scrollbar {
        width: 0px;
        background: transparent;
    }
}

@media (max-width: 480px) {
    .pistolo-home-container {
        padding: 10px 15px 30px;
    }

    .pistolo-title {
        font-size: 1.8rem;
    }
}/* End custom CSS */