.elementor-2475 .elementor-element.elementor-element-b0d4923{--display:flex;--padding-top:8%;--padding-bottom:8%;--padding-left:8%;--padding-right:8%;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );line-height:var( --e-global-typography-primary-line-height );letter-spacing:var( --e-global-typography-primary-letter-spacing );color:var( --e-global-color-primary );}.elementor-2475 .elementor-element.elementor-element-7d84d24 .elementor-heading-title{font-size:30px;font-weight:600;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-2475 .elementor-element.elementor-element-6218af5{font-weight:400;line-height:1.4em;}.elementor-2475 .elementor-element.elementor-element-8fe4109{font-weight:400;line-height:1.4em;}.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}@media(max-width:1024px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );letter-spacing:var( --e-global-typography-primary-letter-spacing );}.elementor-widget-text-editor{line-height:var( --e-global-typography-text-line-height );}}@media(max-width:767px){.elementor-2475 .elementor-element.elementor-element-b0d4923{--padding-top:12%;--padding-bottom:12%;--padding-left:6%;--padding-right:6%;}.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );letter-spacing:var( --e-global-typography-primary-letter-spacing );}.elementor-2475 .elementor-element.elementor-element-7d84d24 .elementor-heading-title{font-size:20px;}.elementor-widget-text-editor{line-height:var( --e-global-typography-text-line-height );}}/* Start custom CSS for html, class: .elementor-element-a443677 */* {
    box-sizing: border-box;
}

.cookies-table-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    background: #fff;
}

.cookies-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    margin: 20px 0;
}

.cookies-table thead {
    background: #b1b1b1;
    color: #1b1b1b;
}

.cookies-table th {
    padding: 18px 16px;
    text-align: left;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border: none;
}

.cookies-table td {
    padding: 16px;
    border-bottom: 1px solid #e5e7eb;
    font-size: 14px;
    line-height: 1.5;
    vertical-align: top;
}

.cookies-table tbody tr {
    transition: background-color 0.2s ease;
}

.cookies-table tbody tr:hover {
    background-color: #f8fafc;
}

.cookies-table tbody tr:last-child td {
    border-bottom: none;
}

.cookie-name {
    font-family: 'Courier New', monospace;
    font-weight: bold;
    background: #f1f5f9;
    padding: 4px 8px;
    border-radius: 4px;
    color: #1e40af;
}

.domain {
    font-family: 'Courier New', monospace;
    color: #059669;
    font-size: 13px;
}

.type-badge {
    display: inline-block;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.type-analytics {
    background: #dbeafe;
    color: #1d4ed8;
}

.type-advertisement {
    background: #fef3c7;
    color: #b45309;
}

.type-other {
    background: #f3f4f6;
    color: #374151;
}

.duration {
    font-weight: 500;
    color: #6b7280;
}

.description {
    max-width: 300px;
    color: #4b5563;
}

/* Responsive Design */
@media screen and (max-width: 768px) {
    .cookies-table-container {
        padding: 10px;
    }
    
    .cookies-table {
        border: 0;
        box-shadow: none;
    }

    .cookies-table caption {
        font-size: 1.3em;
    }

    .cookies-table thead {
        border: none;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    .cookies-table tr {
        border-bottom: 3px solid #ddd;
        display: block;
        margin-bottom: 20px;
        background: #fff;
        border-radius: 8px;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
        overflow: hidden;
    }

    .cookies-table td {
        border: none;
        border-bottom: 1px solid #eee;
        display: block;
        font-size: 14px;
        text-align: left;
        padding: 12px 16px;
        position: relative;
        padding-left: 120px;
    }

    .cookies-table td:last-child {
        border-bottom: none;
    }

    .cookies-table td:before {
        content: attr(data-label);
        position: absolute;
        left: 16px;
        top: 12px;
        width: 90px;
        padding-right: 10px;
        white-space: nowrap;
        font-weight: 600;
        color: #374151;
        font-size: 12px;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }

    .description {
        max-width: none;
    }
}

@media screen and (max-width: 480px) {
    .cookies-table td {
        padding-left: 100px;
    }
    
    .cookies-table td:before {
        width: 80px;
    }
}

/* Título de la tabla */
.table-title {
    font-size: 24px;
    font-weight: 700;
    color: #1f2937;
    margin-bottom: 8px;
    text-align: center;
}

.table-subtitle {
    font-size: 16px;
    color: #6b7280;
    text-align: center;
    margin-bottom: 30px;
}/* End custom CSS */