/*
Theme Name: Hors-Champ 2026
Theme URI: 
Author: ThD
Author URI: 
Description: 
Requires at least: 6.9
Tested up to: 6.9
Requires PHP: 5.7
Version: 
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: twentytwentyfour
Text Domain: hors-champ-2026
Tags: 
*/

/* Champs personnalisés sur les produits billets */
.champs-participant .wc-block-components-text-input {
    position: relative;
    margin-bottom: 1rem;
    margin-top: 0;
}

.champs-participant .wc-block-components-text-input label {
  display: none;
}
.champs-participant .participant-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}
.champs-participant .participant-row p {
    display: none;
}
@media (max-width: 600px) {
    .champs-participant .participant-row {
        grid-template-columns: 1fr;
    }
}
.champs-participant .wc-block-components-checkbox label {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    cursor: pointer;
    margin-bottom: 1rem;
}
.champs-participant .wc-block-components-checkbox input[type="checkbox"] {
    width: 18px;
    height: 18px;
    min-width: 18px;
    margin-top: 2px;
    cursor: pointer;
    accent-color: var(--wp--preset--color--contrast, #000);
}
.champs-participant .wc-block-components-checkbox__mark {
    display: none;
}
.champs-participant {
  padding-bottom: 1rem;
}

/**
 * Retirer les champs inutiles du panier
 */
/* Masquer la description courte dans le panier */
.wc-block-components-product-metadata__description {
    display: none !important;
}
/* Masquer le prix unitaire (colonne du milieu, pas le total à droite) */
.wc-block-cart-item__prices {
    display: none !important;
}
