/*
 Theme Name:   Woodmart Child
 Description:  Tema hijo para Peppa Kid's
 Author:       Peppa Kid's
 Template:     woodmart
 Version:      1.0.0
*/

/* --- AQUÍ ABAJO PEGA EL DISEÑO DE LOS BOTONES --- */

.peppakids-currency-container {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
    margin-top: 10px;
}

.currency-btn {
    padding: 8px 18px;
    border: 2px solid #e1e1e1;
    background: #ffffff;
    cursor: pointer;
    border-radius: 5px;
    font-weight: bold;
    color: #333;
}

.currency-btn.active {
    border-color: #FF1493;
    color: #FF1493;
    background: #fff0f5;
}