/*
Theme Name: Hello Biz Child
Theme URI: https://elementor.com/products/hello-biz/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-biz
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Biz is a free, user-friendly Hybrid WordPress Theme that was crafted for seamless integration with the Elementor site builder and tailored specifically for business websites. Perfect for beginners, but far from limited to just them, it features a dedicated beginner-oriented “Home” screen to simplify and streamline the web-building process. Hello Biz also integrates with Elementor’s premium features, giving you access to tools like AI, and accessibility enhancements in one place. Whether launching a startup site or refining a company portfolio, Hello Biz offers a solid, responsive foundation for all web creators. Report security bugs through the Patchstack Vulnerability Disclosure Program. The Patchstack team validates, triages, and handles vulnerabilities. Report here: https://patchstack.com/database/wordpress/theme/hello-biz/vdp.
Tags: flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready,style-variations
Version: 1.1.1.1757540644
Updated: 2025-09-10 18:44:04

*/

/* --- INÍCIO #OS 21: Estilos para os botões de ação na página "Pedido Recebido" por Bill --- */

.foco-thankyou-actions {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem; /* Espaçamento entre os botões */
    margin-top: 2.5rem; /* Espaçamento acima dos botões */
    margin-bottom: 2.5rem; /* Espaçamento abaixo dos botões */
    padding-top: 2rem;
    border-top: 1px solid #e0e0e0;
    flex-wrap: wrap; /* Garante que os botões quebrem a linha em telas pequenas */
}

.foco-thankyou-button {
    text-decoration: none;
    font-weight: bold;
    border-radius: 6px;
    padding: 0.8em 1.6em;
    font-size: 1rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.foco-thankyou-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.foco-thankyou-button.is-primary {
    background-color: #28a745; /* Verde sucesso, chamativo */
    color: #ffffff;
    border: 1px solid #28a745;
}

.foco-thankyou-button.is-primary:hover {
    background-color: #218838;
    color: #ffffff;
}

.foco-thankyou-button.is-secondary {
    background-color: #f5f5f5; /* Cor neutra, secundária */
    color: #363636;
    border: 1px solid #dbdbdb;
}

.foco-thankyou-button.is-secondary:hover {
    background-color: #e8e8e8;
    border-color: #b5b5b5;
    color: #363636;
}

.foco-thankyou-button .icon {
    margin-right: 0.5em;
}

/* --- FIM #OS 21: Estilos para os botões de ação na página "Pedido Recebido" por Bill --- */