/*
Theme Name: Kadence Child - Simulados Online
Theme URI: https://simulados.online
Description: Child theme do Kadence para personalizações do portal Simulados.Online.
Author: Wombat Unity
Author URI: https://simulados.online
Template: kadence
Version: 1.0.0
Text Domain: kadence-child-simulados-online
*/

/* Personalizações do Simulados.Online */

/* Exemplo: ajuste global de links */
a {
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

/* Exemplo: rodapé mais institucional */
.site-footer,
.site-footer-row-container-inner {
    font-size: 15px;
}

/* Exemplo: botões com aparência mais sólida */
.wp-block-button__link,
.button,
button,
input[type="submit"] {
    border-radius: 10px;
    font-weight: 700;
}

/* Exemplo: badges das lojas */
.app-store-badges {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-wrap: nowrap;
    margin: 20px auto;
}

.app-store-badges img {
    height: 24px;
    width: auto;
    display: block;
}
