/*
Theme Name: Millionz Full Review Theme
Theme URI: https://millionz-casinos.com/
Description: Complete WP theme with all original content and styles.
Version: 1.2.0
Author: Web Developer
Text Domain: millionz-full
*/

:root {
    --primary-blue: #007BFF;
    --light-blue-bg: #f0f7ff;
    --text-color: #212529;
    --heading-color: #002d62;
    --bg-color: #ffffff;
    --border-color: #dee2e6;
    --white-color: #ffffff;
}
body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    line-height: 1.6;
    color: var(--text-color);
    background-color: var(--bg-color);
    margin: 0;
    padding: 0;
}
.container {
    max-width: 800px;
    margin: 20px auto;
    padding: 0 15px;
}
h1, h2, h3 {
    line-height: 1.2;
    margin-top: 1.5em;
    color: var(--heading-color);
}
h1 { font-size: 2.2em; text-align: center; margin-bottom: 0.5em; }
h2 { font-size: 1.8em; border-bottom: 2px solid var(--light-blue-bg); padding-bottom: 10px; }
h3 { font-size: 1.4em; }
p, ul, ol, table { margin-bottom: 1em; }
ul, ol { padding-left: 20px; }
strong { color: #000; }
a { color: var(--primary-blue); text-decoration: none; }
a:hover { text-decoration: underline; }
img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 25px auto;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

/* Header Styles */
.Header_header__Z8PUO {
    background: var(--white-color);
    padding: 10px 0;
    border-bottom: 1px solid var(--border-color);
    position: sticky;
    top: 0;
    z-index: 1000;
    width: 100%;
}
.Header_container__7nNih {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 15px;
    gap: 15px;
}
.Header_logo__gECVj img { display: block; margin: 0; box-shadow: none; }
.Header_flex-1__4Jei3 { flex-grow: 1; }
.Menu_menu__list__tFuC4 {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 25px;
}
.Menu_menu__link__cuK5c {
    color: var(--text-color);
    font-weight: 500;
    font-size: 1em;
    text-decoration: none;
    transition: color 0.2s;
}
.Menu_menu__link__cuK5c:hover { color: var(--primary-blue); text-decoration: none; }
.Header_auth__5Ge4n { display: flex; align-items: center; gap: 10px; }
.Button_btn__R8YYU {
    padding: 8px 16px;
    border: 2px solid transparent;
    border-radius: 8px;
    font-weight: bold;
    cursor: pointer;
    font-size: 0.9em;
    transition: all 0.2s;
}
.Button_primary__RWocB { background-color: var(--primary-blue); color: var(--white-color); }
.Button_primary__RWocB:hover { background-color: #0056b3; }
.Button_secondary__X4hrj { background-color: transparent; color: var(--primary-blue); border-color: var(--primary-blue); }
.Button_secondary__X4hrj:hover { background-color: var(--light-blue-bg); }

/* Call to Action Blocks */
.cta-button {
    display: inline-block;
    background-color: var(--primary-blue);
    color: var(--white-color);
    padding: 12px 25px;
    border-radius: 5px;
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
    transition: background-color 0.2s;
}
.cta-button:hover { background-color: #0056b3; text-decoration: none; color: var(--white-color); }
.cta-block {
    background-color: var(--light-blue-bg);
    border-radius: 8px;
    padding: 25px;
    margin: 40px 0;
    text-align: center;
}
.cta-title { font-size: 1.5em; font-weight: bold; color: var(--heading-color); margin-top: 0; margin-bottom: 0.5em; }
#cta-first { padding: 40px 25px; margin-top: 30px; margin-bottom: 20px; }
#cta-first .cta-title { font-size: 1.9em; }
#cta-first .cta-button { padding: 15px 35px; font-size: 1.2em; }

/* Responsive Tables */
.table-wrapper {
    overflow-x: auto;
    border: 1px solid var(--border-color);
    border-radius: 5px;
    margin-bottom: 20px;
}
table { width: 100%; border-collapse: collapse; text-align: left; }
th, td { padding: 12px; border-bottom: 1px solid var(--border-color); }
thead th { background-color: var(--light-blue-bg); font-weight: bold; }

/* Details element for TOC and FAQ */
details {
    background: var(--bg-color);
    border: 1px solid var(--border-color);
    border-radius: 8px;
    margin-bottom: 10px;
}
details[open] { border-color: var(--primary-blue); }
details summary { padding: 15px; font-weight: bold; cursor: pointer; color: var(--text-color); }
.content-wrapper { padding: 0 15px 15px 15px; }

/* FAQ Styling */
details.faq summary h3 { display: inline; font-size: 1.2em; margin: 0; color: var(--text-color); font-weight: bold; }

/* Table of Contents Styling */
.toc { background-color: var(--light-blue-bg); margin: 30px 0; }
.toc summary { font-size: 1.2em; color: var(--heading-color); }
.toc ul { list-style-type: none; padding-left: 0; margin-bottom: 0; }
.toc li { padding: 8px 0; border-bottom: 1px solid #cde5ff; }
.toc li:last-child { border-bottom: none; }
.toc a { text-decoration: none; font-weight: 500; }
.styled-list { list-style-type: none; padding-left: 0; }
.styled-list li { margin-bottom: 8px; }

/* Mobile Responsive Styles */
@media (max-width: 768px) {
    .Header_container__7nNih { flex-direction: column; gap: 20px; }
    .Header_flex-1__4Jei3 { flex-grow: 0; }
    .Menu_menu__list__tFuC4 { justify-content: center; width: 100%; }
}
