/*
Theme Name: rg26
Theme URI:
Author: Dafydd Hughes
Author URI:
Description: Robbie Grunwald 2026 - child of Twenty Twenty Five
Requires at least: 6.9
Tested up to: 6.9
Requires PHP: 5.7
Version:
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: twentytwentyfive
Text Domain: rg26
Tags:
*/

.wp-site-blocks {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.wp-site-blocks main {
    flex-grow: 1;
}

.current-menu-item a[aria-current="page"] {
    text-decoration: underline;
}

.wpcf7-form,
.wpcf7-form * {
    box-sizing: border-box;
}

.wpcf7-form {
    width: 100%;
    max-width: 600px;
    font-family: inherit;
}

.wpcf7-form-control {
    font-family: inherit;
    font-size: inherit;
}


.wpcf7-text,
.wpcf7-textarea {
    width: 100%;
    padding: 4px;
}

.wpcf7-submit {
    appearance: none;
    border: 1px solid black;
    background-color: white;
    cursor: pointer;
    padding: 4px 12px;
    transition: all .3s ease;
}

.wpcf7-submit:hover {
    color: white;
    background-color: black;
}

.wpcf7 form .wpcf7-response-output {
    margin-inline: 0;
}