/**
* Theme Name: Atreves Child
* Description: This is a child theme of Atreves, generated by AKD Demo Importer.
* Author: Designing Media
* Template: atreves
* Version: 1.2
*/
.wc-block-components-textarea::placeholder {
    color: transparent;
    /* Cache le placeholder par défaut */
}

.wc-block-components-checkbox__label {
    visibility: hidden;
    position: relative;
}

.wc-block-components-checkbox__label::after {
    content: "Add a date";
    visibility: visible;
    position: absolute;
    left: 0;
    top: 0;
    color: inherit;
    font-size: inherit;
}

.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details .woocommerce-order-overview__date.date {
    display: none;
}

.ttbm-comments-section {
    max-width: 1200px;
    margin: 3rem auto;
    padding: 0 20px;
}

.ttbm-comments-section .comment-list {
    list-style: none;
    padding: 0;
}

.ttbm-comments-section .comment {
    margin-bottom: 2rem;
    padding: 1rem;
    border-bottom: 1px solid #eee;
}

.ttbm-comments-section .comment-author {
    margin-bottom: 0.5rem;
    font-weight: bold;
}

.ttbm-comments-section .comment-content {
    margin: 1rem 0;
}

.ttbm-comments-section .comment-form {
    margin-top: 2rem;
}

.ttbm-comments-section .comment-form label {
    display: block;
    margin-bottom: 0.5rem;
}

.ttbm-comments-section .comment-form textarea,
.ttbm-comments-section .comment-form input[type="text"],
.ttbm-comments-section .comment-form input[type="email"] {
    width: 100%;
    padding: 0.5rem;
    margin-bottom: 1rem;
    border: 1px solid #ddd;
    border-radius: 4px;
}