.loft-cookie-information {
    margin: 40px 0;
}

.loft-cookie-information > :first-child {
    margin-top: 0;
}

.loft-cookie-information__table-wrap {
    width: 100%;
    margin: 24px 0;
    overflow-x: auto;
}

.loft-cookie-information__table {
    width: 100%;
    min-width: 920px;
    border-collapse: collapse;
    border: 1px solid rgba(28, 27, 27, 0.12);
    background: #ffffff;
}

.loft-cookie-information__table th,
.loft-cookie-information__table td {
    padding: 14px 16px;
    border-bottom: 1px solid rgba(28, 27, 27, 0.1);
    color: inherit;
    font-size: 14px;
    line-height: 1.5;
    text-align: left;
    vertical-align: top;
}

.loft-cookie-information__table th {
    background: rgba(28, 27, 27, 0.06);
    font-weight: 600;
}

.loft-cookie-information__table code {
    white-space: nowrap;
}

.loft-cookie-information__note {
    font-size: 14px;
    line-height: 1.6;
    opacity: 0.82;
}

@media (max-width: 767px) {
    .loft-cookie-information__table {
        min-width: 0;
        border: 0;
        background: transparent;
    }

    .loft-cookie-information__table thead {
        position: absolute;
        width: 1px;
        height: 1px;
        overflow: hidden;
        clip: rect(0 0 0 0);
        white-space: nowrap;
    }

    .loft-cookie-information__table,
    .loft-cookie-information__table tbody,
    .loft-cookie-information__table tr,
    .loft-cookie-information__table td {
        display: block;
        width: 100%;
    }

    .loft-cookie-information__table tr {
        margin-bottom: 16px;
        border: 1px solid rgba(28, 27, 27, 0.12);
        background: #ffffff;
    }

    .loft-cookie-information__table td {
        display: grid;
        grid-template-columns: 112px minmax(0, 1fr);
        gap: 12px;
        padding: 12px 14px;
    }

    .loft-cookie-information__table td::before {
        content: attr(data-label);
        font-weight: 600;
    }
}
