/* WordPress integration only; the original design stylesheet is unchanged. */
.admin-bar .nav { top:32px; }
.tbg-form .wpcf7 { margin:0; }
.tbg-form .wpcf7-form-control-wrap { display:block; }
.tbg-form .wpcf7-not-valid-tip { color:#f4a69c; font-size:.85rem; margin-top:.35rem; }
.tbg-form .wpcf7-response-output { color:var(--gold-bright); margin:1rem 0 0; padding:.75rem 1rem; }
.tbg-form .wpcf7-spinner { position:absolute; }
.tbg-form--contact textarea { height:170px; }
.tbg-form--newsletter .newsletter__form { position:relative; }
.tbg-form--newsletter .wpcf7-form-control-wrap { flex:1; min-width:0; }
.tbg-form--newsletter input[type=email] { width:100%; box-sizing:border-box; }
.tbg-form--newsletter .wpcf7-response-output { max-width:560px; margin:1rem auto 0; }
.tbg-form input[type=submit] { cursor:pointer; }
@media(max-width:782px) { .admin-bar .nav { top:46px; } }
@media(max-width:600px) { .admin-bar .nav { top:0; } }
