/*
CONTRACT HEADER
ID: CASINO:VOX:07-css3:2025-01-11
Inputs: 07-design.md, 01-seo-audit.md
Assumptions: colors/fonts as specified in design files
Must be used by: Site #3 HTML
Version: v6
*/

/* Reset & Base */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Georgia', serif;
    font-size: 17px;
    line-height: 1.8;
    color: #E2E8F0;
    background-color: #0F172A;
}

.site-header {
    background-color: #1E293B;
    border-bottom: 1px solid #334155;
    padding: 20px 0;
}

.header-container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.site-branding .site-title {
    font-family: 'Roboto', sans-serif;
    font-size: 28px;
    font-weight: 700;
    margin: 0;
}

.site-branding .site-title a {
    color: #E2E8F0;
    text-decoration: none;
}

.main-navigation .nav-menu {
    display: flex;
    list-style: none;
    gap: 32px;
}

.main-navigation .nav-menu a {
    color: #E2E8F0;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    transition: color 0.3s;
}

.main-navigation .nav-menu a:hover {
    color: #9C7C3F;
}

.site-main-wrapper {
    max-width: 1140px;
    margin: 0 auto;
    padding: 48px 30px;
    display: flex;
    gap: 40px;
}

.site-main {
    flex: 1;
    max-width: 760px;
}

.entry-content {
    background-color: transparent;
}

.entry-header {
    margin-bottom: 48px;
}

.breadcrumbs {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #94A3B8;
    margin-bottom: 16px;
}

.breadcrumbs a {
    color: #9C7C3F;
    text-decoration: none;
}

.breadcrumbs a:hover {
    text-decoration: underline;
}

.entry-title {
    font-family: 'Georgia', serif;
    font-size: 44px;
    font-weight: 700;
    line-height: 1.3;
    color: #E2E8F0;
    margin-bottom: 24px;
}

.post-meta {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #94A3B8;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    padding: 20px;
    background-color: #1E293B;
    border: 1px solid #334155;
    border-radius: 6px;
}

.post-meta span {
    display: block;
}

.post-meta strong {
    color: #9C7C3F;
    font-weight: 600;
}

.entry-content-wrapper {
    font-size: 17px;
    line-height: 1.8;
}

.entry-section {
    margin-bottom: 48px;
}

.section-title {
    font-family: 'Georgia', serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 1.3;
    color: #E2E8F0;
    margin-bottom: 24px;
}

.entry-section h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.4;
    color: #E2E8F0;
    margin-top: 32px;
    margin-bottom: 16px;
}

.entry-section p {
    margin-bottom: 16px;
    color: #E2E8F0;
}

.entry-section ul,
.entry-section ol {
    margin-bottom: 16px;
    padding-left: 32px;
    color: #E2E8F0;
}

.entry-section li {
    margin-bottom: 8px;
}

.entry-section a {
    color: #9C7C3F;
    text-decoration: underline;
}

.entry-section a:hover {
    color: #BFA65F;
}

.data-table {
    width: 100%;
    border-collapse: collapse;
    background-color: #1E293B;
    border: 1px solid #334155;
    margin: 24px 0;
}

.data-table thead {
    background-color: #334155;
}

.data-table th {
    padding: 14px 16px;
    text-align: left;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    color: #9C7C3F;
    border-bottom: 2px solid #64748B;
}

.data-table td {
    padding: 14px 16px;
    border-bottom: 1px solid #334155;
    color: #E2E8F0;
}

.data-table tbody tr:hover {
    background-color: #334155;
}

.data-table tbody tr:last-child td {
    border-bottom: none;
}

.faq-wrapper {
    margin-top: 24px;
}

.faq-item {
    margin-bottom: 32px;
    padding: 24px;
    background-color: #1E293B;
    border: 1px solid #334155;
    border-radius: 6px;
}

.faq-question {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #E2E8F0;
    margin-bottom: 12px;
}

.faq-answer {
    color: #94A3B8;
    line-height: 1.8;
}

.sidebar-widget-area {
    width: 340px;
    flex-shrink: 0;
}

.widget {
    background-color: #1E293B;
    border: 1px solid #334155;
    border-radius: 6px;
    padding: 24px;
    margin-bottom: 32px;
}

.widget-title {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #E2E8F0;
    margin-bottom: 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid #334155;
}

.widget-rating .rating-display {
    display: flex;
    align-items: baseline;
    justify-content: center;
    margin-bottom: 12px;
}

.rating-number {
    font-size: 48px;
    font-weight: 700;
    color: #9C7C3F;
    line-height: 1;
}

.rating-out-of {
    font-size: 24px;
    color: #94A3B8;
    margin-left: 4px;
}

.rating-stars {
    text-align: center;
    font-size: 24px;
    color: #9C7C3F;
    margin-bottom: 20px;
}

.widget-button {
    display: block;
    width: 100%;
    padding: 12px 28px;
    background-color: #9C7C3F;
    color: #0F172A;
    text-decoration: none;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    border-radius: 4px;
    transition: background-color 0.3s;
}

.widget-button:hover {
    background-color: #BFA65F;
}

.toc-list,
.related-list {
    list-style: none;
    padding: 0;
}

.toc-list li,
.related-list li {
    margin-bottom: 12px;
}

.toc-list a,
.related-list a {
    color: #9C7C3F;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
}

.toc-list a:hover,
.related-list a:hover {
    text-decoration: underline;
    color: #BFA65F;
}


.site-footer {
    background-color: #1E293B;
    border-top: 1px solid #334155;
    padding: 48px 0 24px;
    margin-top: 80px;
}

.footer-container {
    max-width: 1140px;
    margin: 0 auto;
    padding: 0 30px;
}

.footer-widgets {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 48px;
    margin-bottom: 32px;
}

.footer-widget {
    color: #94A3B8;
}

.footer-title {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #E2E8F0;
    margin-bottom: 16px;
}

.footer-widget ul {
    list-style: none;
    padding: 0;
}

.footer-widget li {
    margin-bottom: 8px;
}

.footer-widget a {
    color: #9C7C3F;
    text-decoration: none;
}

.footer-widget a:hover {
    text-decoration: underline;
}

.footer-bottom {
    border-top: 1px solid #334155;
    padding-top: 24px;
    text-align: center;
    font-size: 14px;
    color: #94A3B8;
}

.footer-bottom p {
    margin-bottom: 8px;
}

.footer-bottom a {
    color: #9C7C3F;
    text-decoration: none;
}

.footer-bottom a:hover {
    text-decoration: underline;
}

/* Mobile Responsive */
@media (max-width: 960px) {
    .site-main-wrapper {
        flex-direction: column;
        padding: 32px 20px;
    }

    .sidebar-widget-area {
        width: 100%;
    }

    .header-container {
        flex-direction: column;
        gap: 20px;
    }

    .main-navigation .nav-menu {
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
    }

    .entry-title {
        font-size: 32px;
    }

    .section-title {
        font-size: 28px;
    }

    .footer-widgets {
        grid-template-columns: 1fr;
        gap: 32px;
    }

    .data-table {
        font-size: 14px;
        overflow-x: auto;
        display: block;
    }
}

@media (max-width: 640px) {
    .entry-title {
        font-size: 28px;
    }

    .section-title {
        font-size: 24px;
    }

    body {
        font-size: 16px;
    }

    .post-meta {
        flex-direction: column;
        gap: 8px;
    }
}

