/*
Theme Name: Astra Child
Theme URI: https://wp-themes.com/astra
Author: ChildThemeWP.com
Author URI: https://childthemewp.com
Description: My WordPress Astra child theme.
Template: astra
License: GNU General Public License v3
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Version: 1.0.0
Text Domain: astra-child
*/

/* PDP - CTA Personaliser mon faire part --*/
/* Style pour l'accordéon */
.apf-accordion-wrapper {
    border: 1px solid #ccc;
    border-radius: 10px;
    margin-bottom: 20px;
    overflow: hidden;
}

.apf-accordion-toggle {
    background-color: #f7f7f7;
    padding: 12px 20px;
    font-weight: bold;
    cursor: pointer;
    width: 100%;
    text-align: left;
    border: none;
}

.apf-accordion-content {
    display: none;
    padding: 20px;
    background: #fff;
}

.apf-customize-button img {
    margin-right: 8px;
}
