/* Réduit l'espace entre un commentaire et sa réponse */
.comment-list .children > li {
    margin-top: 6px !important;
}

/* Réduit l'espace sous chaque commentaire */
.comment-body {
    margin-bottom: 6px !important;
    padding-bottom: 0 !important;
}

/* Réduit l'espace entre les niveaux imbriqués */
.comment.depth-2,
.comment.depth-3 {
    margin-top: 4px !important;
}
.comment-list .children > li {
    margin-top: 3px !important;
}

.comment-body {
    margin-bottom: 3px !important;
    padding-bottom: 0 !important;
}

.comment.depth-2,
.comment.depth-3 {
    margin-top: 2px !important;
}
/* Conteneur du formulaire */
.haiku-form {
    max-width: 480px;
    margin: 0 auto;
    padding: 40px;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 0 40px rgba(0,0,0,0.04);
}

/* Labels */
.haiku-form .wpforms-field-label {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    color: #333;
    margin-bottom: 6px;
}

/* Champs */
.haiku-form input[type="text"],
.haiku-form input[type="email"],
.haiku-form textarea {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #ddd;
    border-radius: 6px;
    background: #fafafa;
    font-family: "Inter", sans-serif;
    font-size: 15px;
    transition: all 0.2s ease;
}

.haiku-form input:focus,
.haiku-form textarea:focus {
    border-color: #000;
    background: #fff;
    outline: none;
}

/* Bouton */
.haiku-form button[type="submit"] {
    width: 100%;
    padding: 14px;
    background: #000;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
    transition: background 0.2s ease;
}

.haiku-form button[type="submit"]:hover {
    background: #333;
}
/* Conteneur du formulaire */
.haiku-form {
    background: #fafafa;
    border: 1px solid #e6e6e6;
    padding: 20px;
    border-radius: 8px;
    margin-top: 15px;
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
    font-family: "Georgia", "Garamond", serif;
    font-size: 15px;
    line-height: 1.6;
    color: #333;
}

/* Labels */
.haiku-form .wpforms-field-label {
    display: block;
    font-size: 14px;
    margin-bottom: 4px;
    color: #444;
    font-family: "Garamond", "Georgia", serif;
    letter-spacing: 0.3px;
}

/* Sous-labels (optionnels) */
.haiku-form .wpforms-field-sublabel {
    font-size: 12px;
    color: #777;
}

/* Champs texte, email, textarea, select */
.haiku-form input[type="text"],
.haiku-form input[type="email"],
.haiku-form input[type="url"],
.haiku-form input[type="number"],
.haiku-form select,
.haiku-form textarea {
    width: 100%;
    padding: 8px 10px;
    font-family: "Georgia", serif;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 6px;
    background: #fff;
    box-sizing: border-box;
}

.haiku-form textarea {
    resize: vertical;
}

/* Cases à cocher */
.haiku-form input[type="checkbox"] {
    margin-right: 6px;
}

/* Bouton d’envoi */
.haiku-form .wpforms-submit {
    background: #333 !important;
    color: #fff !important;
    padding: 10px 18px !important;
    border: none !important;
    border-radius: 6px !important;
    font-size: 14px !important;
    cursor: pointer !important;
    font-family: "Garamond", serif !important;
    letter-spacing: 0.5px;
    width: auto;
}

.haiku-form .wpforms-submit:hover {
    background: #555 !important;
}

/* Espacement entre les champs */
.haiku-form .wpforms-field {
    margin-bottom: 15px;
}

/* Titre WPForms (si utilisé) */
.haiku-form .wpforms-title {
    font-family: "Garamond", "Georgia", serif;
    font-size: 22px;
    font-weight: 400;
    border-bottom: 1px solid #ddd;
    padding-bottom: 6px;
    margin-bottom: 20px;
    color: #222;
}
/* Conteneur général du formulaire */
.contact-form {
    max-width: 520px;
    margin: 0 auto;
    padding: 40px;
    background: #ffffff;
    border-radius: 14px;
    box-shadow: 0 0 40px rgba(0,0,0,0.04);
}

/* Labels */
.contact-form .wpforms-field-label {
    font-family: "Inter", sans-serif;
    font-size: 13px;
    letter-spacing: 0.6px;
    text-transform: uppercase;
    color: #222;
    margin-bottom: 6px;
}

/* Champs */
.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form textarea {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #ddd;
    border-radius: 6px;
    background: #fafafa;
    font-family: "Inter", sans-serif;
    font-size: 15px;
    transition: all 0.2s ease;
}

.contact-form input:focus,
.contact-form textarea:focus {
    border-color: #000;
    background: #fff;
    outline: none;
}

/* Zone de texte */
.contact-form textarea {
    min-height: 160px;
    resize: vertical;
}

/* Bouton d’envoi */
.contact-form button[type="submit"] {
    width: 100%;
    padding: 14px;
    background: #000;
    color: #fff;
    border: none;
    border-radius: 6px;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: pointer;
    transition: background 0.2s ease;
}

.contact-form button[type="submit"]:hover {
    background: #333;
}

/* Espacement entre les champs */
.contact-form .wpforms-field {
    margin-bottom: 22px;
}
/* Bouton Instagram élégant */
.wp-block-button__link {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    letter-spacing: 0.6px;
    padding: 12px 22px;
    border-radius: 6px;
    text-transform: uppercase;
    border: 1px solid #000 !important;
    background: #fff !important;
    color: #000 !important;
    transition: all 0.2s ease;
}

.wp-block-button__link:hover {
    background: #000 !important;
    color: #fff !important;
}
/* Icône Instagram minimaliste */
.insta-icon {
    display: inline-block;
    width: 18px;
    height: 18px;
    margin-right: 8px;
    vertical-align: middle;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url('https://upload.wikimedia.org/wikipedia/commons/e/e7/Instagram_logo_2016.svg');
}

/* Style du bouton */
.wp-block-button__link {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    letter-spacing: 0.6px;
    padding: 12px 22px;
    border-radius: 6px;
    text-transform: uppercase;
    border: 1px solid #000 !important;
    background: #fff !important;
    color: #000 !important;
    transition: all 0.2s ease;
    display: inline-flex;
    align-items: center;
}

.wp-block-button__link:hover {
    background: #000 !important;
    color: #fff !important;
}

.wp-block-button__link:hover .insta-icon {
    filter: invert(1);
}