/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    #cookieTable th,
    #cookieTable td {
        padding-top: 1rem !important;
        padding-bottom: 1.25rem !important;
    }

    #cookieTable tbody tr > * {
        padding-bottom: 1.5rem !important;
    }

    #cookieTable tr > :first-child {
        width: 16.7% !important;
        padding-left: 2.5625rem !important;
        padding-right: 1.875rem !important;
    }

    #cookieTable tr > :nth-child(2),
    #cookieTable tr > :last-child {
        padding-left: 3.375rem !important;
    }

    #cookieTable tr > :nth-child(2) {
        width: 20.4% !important;
        padding-right: 2.5rem !important;
    }

    #cookieTable tr > :last-child {
        padding-right: 4.5625rem !important;
    }
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
    table {
        border: 0;
    }

    table tr {
        display: block;
    }

    #cookieTable td,
    #cookieTable th {
        display: block;
        width: 100% !important;
        padding: 3px !important;
    }

    table td:last-child {
        border-bottom: 0;
    }
}
