/*
Theme Name: TermoHome
Theme URI: https://example.com/termohome
Author: TermoHome Team
Author URI: https://example.com
Description: Custom WordPress theme for TermoHome website.
Version: 1.0.0
Requires at least: 6.5
Tested up to: 6.9
Requires PHP: 8.0
Text Domain: termohome
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: custom-theme
*/

/* Gutenberg custom block styles */
.wp-block-button.is-style-termohome-outline .wp-block-button__link {
    background: transparent;
    border: 2px solid #962334;
    color: #962334;
    font-weight: 700;
}

.wp-block-group.is-style-termohome-surface-light {
    background-color: #f8f8f8;
    border-radius: 20px;
}

.wp-block-image.is-style-termohome-media-rounded img {
    border-radius: 25px;
}

.wp-block-image {
    margin: 0;
    line-height: 1;
    display: flex;

    a {
        line-height: 1;
        display: flex;
    }

    img {
        line-height: 1;
    }
}

.wpcf7 form .wpcf7-response-output {
    margin: 2em 0.5em 1em;
    padding: 0.2em 1em;
    border: 2px solid #00a0d2;
    color: #962334;
}
