.elementor-30 .elementor-element.elementor-element-2e5d31a{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-30 .elementor-element.elementor-element-457ea69{color:#FFFFFF;}:root{--page-title-display:none;}/* Start custom CSS for text-editor, class: .elementor-element-457ea69 *//* Pistolo Casino - Fixed FAQ & Responsive Review Style */

@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-blue-secondary: #0047be;
    --pistolo-yellow: #fbbf24;
    --pistolo-green-light: #8bc34a;
    --pistolo-green-dark: #4a8d11;
    --pistolo-text: #ffffff;
    --pistolo-text-muted: #bfdbfe;
    --pistolo-font-primary: 'Poppins', sans-serif;
    --pistolo-font-secondary: 'Inter', sans-serif;
}

.pistolo-home-container {
    font-family: var(--pistolo-font-secondary);
    line-height: 1.6;
    color: var(--pistolo-text);
    background: radial-gradient(circle at top center, #0056e0 0, #003796 100%);
    max-width: 1100px;
    margin: 0 auto;
    padding: 30px 20px;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
    position: relative;
    overflow-x: hidden;
    box-sizing: border-box;
}

.pistolo-home-container *, 
.pistolo-home-container *::before, 
.pistolo-home-container *::after {
    box-sizing: border-box;
}

/* Typography & Links */
.pistolo-title {
    font-family: var(--pistolo-font-primary);
    font-size: clamp(1.8rem, 5vw, 2.6rem);
    font-weight: 900;
    text-align: center;
    margin-bottom: 25px;
    line-height: 1.1;
    color: #fff;
    text-shadow: 3px 3px 0 #000;
    text-transform: uppercase;
    font-style: italic;
}

.pistolo-heading {
    font-family: var(--pistolo-font-primary);
    font-size: clamp(1.3rem, 4vw, 1.8rem);
    margin: 40px 0 20px;
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 900;
    text-shadow: 2px 2px 0 #000;
    text-transform: uppercase;
}

.pistolo-heading i { color: var(--pistolo-yellow); }

.pistolo-subheading {
    font-family: var(--pistolo-font-primary);
    font-size: 1.25rem;
    color: var(--pistolo-yellow);
    font-weight: 700;
}

.pistolo-home-container a {
    color: #E3B005;
    text-decoration: underline;
    font-weight: 700;
}

/* 3D Image-Matched Button */
.pistolo-btn-container { text-align: center; width: 100%; margin: 30px 0; }
.pistolo-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 16px 35px;
    border-radius: 15px;
    font-family: var(--pistolo-font-primary);
    font-weight: 900;
    text-transform: uppercase;
    cursor: pointer;
    text-decoration: none !important;
    background: linear-gradient(180deg, #74bb22 0%, #4a8d11 100%);
    border: 2px solid #2d5a0a;
    color: #fff !important;
    box-shadow: 0 6px 0 #2d5a0a;
    text-shadow: 1px 1px 0 rgba(0,0,0,0.5);
    transition: all 0.1s ease;
    max-width: 100%;
}
.pistolo-btn:hover { transform: translateY(-2px); box-shadow: 0 8px 0 #2d5a0a; }
.pistolo-btn:active { transform: translateY(4px); box-shadow: 0 2px 0 #2d5a0a; }

/* FAQ Accordion Fixes */
.pistolo-accordion { margin: 20px 0; }
.pistolo-accordion-item {
    background: rgba(0, 0, 0, 0.2);
    border-bottom: 1px dashed rgba(255, 255, 255, 0.15);
    margin-bottom: 5px;
}

.pistolo-accordion-header {
    padding: 18px 20px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 700;
    color: #fff;
    transition: background 0.3s ease;
}

.pistolo-accordion-header:hover { background: rgba(255, 255, 255, 0.05); }

.pistolo-accordion-header i {
    color: var(--pistolo-yellow);
    transition: transform 0.3s ease;
    pointer-events: none; /* Prevents icon from blocking click */
}

.pistolo-accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0, 1, 0, 1);
    padding: 0 20px;
}

.pistolo-accordion-item.active .pistolo-accordion-content {
    max-height: 1000px; /* High enough to contain content */
    padding-bottom: 20px;
    transition: max-height 0.4s ease-in-out;
}

.pistolo-accordion-item.active .pistolo-accordion-header i {
    transform: rotate(180deg);
}

/* Table Fixes */
.pistolo-table-wrapper {
    width: 100%;
    margin: 25px 0;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    overflow: hidden;
}
.pistolo-table { width: 100%; border-collapse: collapse; }
.pistolo-table th, .pistolo-table td { padding: 15px; border-bottom: 1px solid rgba(255, 255, 255, 0.1); text-align: left; }
.pistolo-table th { background: rgba(0, 0, 0, 0.3); color: var(--pistolo-yellow); font-weight: 700; text-transform: uppercase; font-size: 0.85rem; }

/* Lists */
.pistolo-list { padding-left: 20px; list-style: none; }
.pistolo-list li { margin-bottom: 10px; position: relative; color: var(--pistolo-text-muted); }
.pistolo-list li::before { content: "•"; color: var(--pistolo-yellow); font-weight: 900; position: absolute; left: -15px; }

/* Mobile */
@media (max-width: 768px) {
    .pistolo-btn { width: 100%; padding: 18px 10px; font-size: 1rem; }
    .pistolo-table thead { display: none; }
    .pistolo-table tr { display: block; border-bottom: 2px solid rgba(255, 255, 255, 0.1); }
    .pistolo-table td { display: flex; justify-content: space-between; align-items: center; padding: 12px 15px; border: none; text-align: right; }
    .pistolo-table td::before { content: attr(data-label); font-weight: 800; color: var(--pistolo-yellow); text-transform: uppercase; font-size: 0.75rem; text-align: left; margin-right: 15px; }
}/* End custom CSS */