/*
Theme Name: Top store child
Template: top-store
Version: 1.0
Description: Thème enfant pour le thème top store
Author: William Essekpagnon
*/

/* Importer le style du thème parent */
@import url("../top-store/style.css");

.gmail-button {
    background-color: #db4437;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 16px;
    display: inline-block;
    text-align: center;
    transition: background-color 0.3s ease;
}

.gmail-button:hover {
    background-color: #c33d2e;
    color: #fff;
}

.gmail-button i {
    margin-right: 8px;
    font-family: FontAwesome;
}

