.elementor-176 .elementor-element.elementor-element-994b9f0{--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 );}/* Start custom CSS for text-editor, class: .elementor-element-890544d *//* Pistolo Casino Responsible Gaming Page Style - Responsive & Professional */

@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;
    --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: 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;
    overflow-wrap: break-word;
}

.pistolo-home-container a {
    color: #E3B005;
    text-decoration: underline;
    font-weight: 700;
    transition: var(--pistolo-transition);
}

.pistolo-home-container a:hover {
    color: #ffcc00;
}

/* Typography */
.pistolo-title {
    font-family: var(--pistolo-font-primary);
    font-size: clamp(1.8rem, 5vw, 2.8rem);
    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);
    color: var(--pistolo-text);
    margin: 50px 0 25px;
    display: flex;
    align-items: center;
    gap: 12px;
    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: 30px 0 15px;
    font-weight: 700;
}

.pistolo-intro {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 40px;
    font-size: 1.1rem;
    color: var(--pistolo-text);
}

/* Layout Components */
.pistolo-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 20px;
    margin-bottom: 30px;
}

.pistolo-card {
    background: rgba(0, 0, 0, 0.25);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 25px;
    border-radius: var(--pistolo-radius);
    height: 100%;
    transition: var(--pistolo-transition);
}

.pistolo-card:hover {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(255, 255, 255, 0.2);
}

/* Table Responsive Fix */
.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 20px;
    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.9rem;
}

/* Lists Styling */
.pistolo-list, .pistolo-check-list {
    padding-left: 20px;
    list-style: none;
}

.pistolo-list li {
    margin-bottom: 12px;
    position: relative;
    padding-left: 15px;
    color: var(--pistolo-text-muted);
}

.pistolo-list li::before {
    content: "•";
    color: var(--pistolo-yellow);
    font-weight: 900;
    font-size: 1.4rem;
    position: absolute;
    left: -10px;
    top: -4px;
}

.pistolo-steps-list {
    list-style: none;
    padding: 0;
    counter-reset: step-counter;
}

.pistolo-steps-list li {
    position: relative;
    padding-left: 55px;
    margin-bottom: 25px;
}

.pistolo-steps-list li::before {
    counter-increment: step-counter;
    content: counter(step-counter);
    position: absolute;
    left: 0;
    top: 0;
    width: 38px;
    height: 38px;
    background: var(--pistolo-yellow);
    color: #000;
    border-radius: 50%;
    text-align: center;
    line-height: 38px;
    font-weight: 900;
    box-shadow: 2px 2px 0 #000;
}

/* Help Box Styling */
.pistolo-help-box {
    background: rgba(0, 0, 0, 0.3);
    border-left: 5px solid var(--pistolo-yellow);
    padding: 25px;
    margin: 40px 0;
    border-radius: 0 12px 12px 0;
}

.pistolo-help-box strong {
    color: var(--pistolo-yellow);
    font-size: 1.2rem;
}

/* Mobile Responsive Overrides */
@media (max-width: 768px) {
    .pistolo-home-container { padding: 15px; }
    
    .pistolo-title { font-size: 1.8rem; }
    .pistolo-heading { font-size: 1.4rem; flex-direction: row; align-items: center; text-align: left; }
    
    .pistolo-grid { grid-template-columns: 1fr; }

    /* Table Stacking Logic */
    .pistolo-table thead { display: none; }
    .pistolo-table tr {
        display: block;
        border-bottom: 2px solid rgba(255, 255, 255, 0.1);
        padding: 10px 0;
        background: rgba(0, 0, 0, 0.15);
    }
    .pistolo-table td {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 12px 15px;
        text-align: right;
        border: none;
    }
    .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 */