/*------------------------------------------------------------------
    MONOMOKO.NZ — Responsive Breakpoints
-------------------------------------------------------------------*/

@media (min-width: 992px) and (max-width: 1180px) {
    .page-footer h3 {
        font-size: 1rem;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .site-nav__brand {
        margin-left: 15px;
    }

    .site-nav .navbar-toggler {
        margin-right: 15px;
    }

    .hero-panel {
        padding: 48px 0;
    }

    .hero-panel__card {
        padding: 36px 32px;
    }
}

@media (max-width: 767px) {
    .site-nav__brand {
        margin-left: 15px;
    }

    .site-nav__brand img {
        max-width: 31px;
    }

    .site-nav .navbar-toggler {
        margin-right: 15px;
    }

    h2 {
        font-size: 1.5rem;
    }

    h3 {
        font-size: 1.25rem;
    }

    .data-table,
    .data-table thead,
    .data-table tbody,
    .data-table th,
    .data-table td,
    .data-table tr {
        display: block;
    }

    .data-table thead {
        display: none;
    }

    .data-table tr {
        background: #ffffff;
        border: 1px solid #dde2e8;
        border-radius: 8px;
        margin-bottom: 10px;
        padding: 16px 20px;
    }

    .data-table td {
        border-bottom: none;
        padding: 4px 0;
        text-align: left;
        display: flex;
        justify-content: space-between;
    }

    .data-table td::before {
        font-weight: 600;
        color: #1E2A3A;
        margin-right: 12px;
        flex-shrink: 0;
    }

    .data-table td:nth-child(1)::before { content: 'Method'; }
    .data-table td:nth-child(2)::before { content: 'Min Deposit'; }
    .data-table td:nth-child(3)::before { content: 'Deposit Speed'; }
    .data-table td:nth-child(4)::before { content: 'Withdrawal'; }
    .data-table td:nth-child(5)::before { content: 'Fees'; }

    .review-stack__media {
        height: 180px;
    }

    .review-stack__body {
        padding: 20px;
    }

    .faq-panel__item summary {
        padding: 16px 45px 16px 20px;
        font-size: 0.9375rem;
    }

    .faq-panel__answer {
        padding: 0 20px 16px;
    }

    .page-footer .col-md-6 {
        margin-bottom: 30px;
    }

    .site-nav .nav-item {
        margin-left: 0;
    }

    .site-nav .nav-link {
        padding: 12px 15px !important;
        font-size: 16px !important;
        border-bottom: 1px solid #2A3D52;
    }

    .article-block,
    .article-block--alt {
        padding: 40px 0;
    }

    .review-stack,
    .faq-panel {
        padding: 40px 0;
    }

    .mid-banner {
        padding: 30px 0;
    }
}

@media (max-width: 480px) {
    .hero-panel__title {
        font-size: 1.5rem;
    }

    body {
        font-size: 15px;
    }

    .btn-action--lg {
        padding: 10px 24px;
        font-size: 0.9375rem;
    }
}

@media (max-width: 991px) {
    .site-nav .navbar-collapse {
        background-color: #1E2A3A;
        padding: 15px;
        margin-top: 8px;
        border-radius: 6px;
    }
}
