@media (max-width: 767px) {
    .hero-banner {
        padding-bottom: 2rem;
    }

    .hero-banner-intro {
        font-size: 35px;
    }
    
    .mobile-menu .menu-item {
        padding: 0.5rem 0;
        font-size: 1.25rem;
    }

    button:disabled {
        display: none;
    }

    .site-info {
        text-align: center;
    }

    /* Footer menu responsive */
    .footer-menu {
        flex-direction: column;
        align-items: center;
    }
    .footer-menu > :not([hidden]) ~ :not([hidden]) {
        --tw-space-x-reverse: 0;
        margin-right: calc(0px * var(--tw-space-x-reverse));
        margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
        --tw-space-y-reverse: 0;
        margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
    }

    .footer-menu li {
        width: 100%;
        text-align: center;
    }

    .footer-menu a {
        justify-content: center;
    }

    footer nav ul li {
        margin-left: 0 !important;
        padding-top: 0.5rem;
        padding-bottom: 0.5rem;
    }

    .breadcrumb li:last-child {
        display: inline-block;
        width: 200px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}

@media (max-width: 600px) {
    /* Responsive table styles */
    table.has-fixed-layout {
        border: 0;
        table-layout: auto;
    }
    
    table.has-fixed-layout thead {
        display: none;
    }
    
    table.has-fixed-layout tbody,
    table.has-fixed-layout tr,
    table.has-fixed-layout td {
        display: block;
        width: 100%;
    }
    
    table.has-fixed-layout tr {
        margin-bottom: 1.5rem;
        border: 1px solid #ddd;
        border-radius: 8px;
        padding: 1rem;
        border-radius: 0.5rem;
        border-width: 1px;
        --tw-border-opacity: 1;
        border-color: rgb(31 41 55 / var(--tw-border-opacity, 1));
        --tw-bg-opacity: 1;
        background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
    }
    
    table.has-fixed-layout td {
        text-align: left !important;
        padding: 0.5rem 0;
        border: none;
        position: relative;
        padding-left: 45%;
        min-height: 2rem;
    }
    
    table.has-fixed-layout td::before {
        content: attr(data-label);
        position: absolute;
        left: 0;
        width: 40%;
        padding-right: 1rem;
        font-weight: bold;
        text-align: left;
    }
    
    /* Add labels for each column */
    table.has-fixed-layout td:nth-child(1)::before {
        content: "Cookie Name";
    }
    
    table.has-fixed-layout td:nth-child(2)::before {
        content: "Purpose";
    }
    
    table.has-fixed-layout td:nth-child(3)::before {
        content: "Type";
    }
    
    table.has-fixed-layout td:nth-child(4)::before {
        content: "Duration";
    }
    
    table.has-fixed-layout td:nth-child(5)::before {
        content: "Set By";
    }
    
    table.has-fixed-layout td code {
        word-break: break-word;
    }

    /* Dark mode styles */
    .dark .page article table tbody tr td {
        --tw-text-opacity: 1;
        color: rgb(135 171 135 / var(--tw-text-opacity, 1));
    }
}

@media (max-width: 320px) {
    .breadcrumb li:last-child {
        width: 100px;
    }
}
