/*
Theme Name: Martfury Child
Theme URI: http://drfuri.com/unero
Author: DrFuri
Author URI: http://drfuri.com
Description: Martfury Child Theme.
Version: 1.0
License: GNU General Public License v2+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: martfury
Domain Path: /lang/
Tags: one-column, two-columns, left-sidebar, right-sidebar, full-width-template, post-formats, theme-options, threaded-comments, translation-ready
Template: martfury
*/
/* Pega en Apariencia → Personalizar → CSS adicional */
#dsclic-consent-wrap .form-row { margin-bottom: 6px !important; }
#dsclic-consent-wrap input[type=checkbox] { margin-top: 4px; }

.dsclic-legal-wrapper {
    border: 1px solid #e3e3e3;
    padding: 15px;
    margin-top: 15px;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    font-size: 13px;
    line-height: 1.4;
}

.dsclic-legal-item .woocommerce-form__label,
.dsclic-legal-item label {
    display: flex;
    align-items: flex-start;
    gap: 6px;
    margin: 0;
}

.dsclic-legal-item input[type="checkbox"] {
    margin-top: 2px;
}

.dsclic-legal-footnote {
    margin: 6px 0 0;
    font-size: 10px;
    color: #777;
}
