.elementor-166 .elementor-element.elementor-element-a33eb23{--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-73bd072 *//* Pistolo Casino Terms and Conditions Style - Responsive & Clean 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;
    --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: 1000px;
    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;
}

.pistolo-home-container a:hover {
    color: #ffcc00;
}

/* Typography */
.pistolo-title {
    font-family: var(--pistolo-font-primary);
    font-size: clamp(1.8rem, 5vw, 2.6rem);
    font-weight: 900;
    text-align: center;
    margin-bottom: 10px;
    line-height: 1.1;
    color: #fff;
    text-shadow: 3px 3px 0 #000;
    text-transform: uppercase;
    font-style: italic;
}

.pistolo-update-date {
    text-align: center;
    font-size: 0.9rem;
    color: var(--pistolo-text-muted);
    margin-bottom: 40px;
    display: block;
}

.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.25rem;
    color: var(--pistolo-yellow);
    margin: 30px 0 15px;
    font-weight: 700;
}

/* Lists Styling */
.pistolo-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;
}

/* Card and Note Boxes */
.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);
    margin-bottom: 25px;
}

.pistolo-note {
    background: rgba(251, 191, 36, 0.1);
    border-left: 5px solid var(--pistolo-yellow);
    padding: 20px;
    margin: 30px 0;
    border-radius: 0 12px 12px 0;
}

.pistolo-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    margin-bottom: 30px;
}

/* Table Design & Mobile Responsiveness */
.pistolo-table-wrapper {
    width: 100%;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.2);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    margin: 25px 0;
}

.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;
}

/* Footer & Cleanup */
.pistolo-footer {
    margin-top: 50px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    text-align: left;
}

.emoji {
    width: 1.2em;
    vertical-align: middle;
}

/* Mobile Overrides */
@media (max-width: 768px) {
    .pistolo-home-container { padding: 15px; }
    .pistolo-title { font-size: 1.8rem; }
    .pistolo-heading { font-size: 1.4rem; }

    /* Vertical Stacking Table */
    .pistolo-table thead { display: none; }
    .pistolo-table tr {
        display: block;
        border-bottom: 2px solid rgba(255, 255, 255, 0.1);
        margin-bottom: 10px;
        background: rgba(0, 0, 0, 0.15);
    }
    .pistolo-table td {
        display: flex;
        justify-content: space-between;
        align-items: center;
        text-align: right;
        padding: 12px 15px;
        border: none;
        font-size: 0.95rem;
    }
    .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 */