/*
Theme Name: twentytwentyfour-child
Template: twentytwentyfour
Version: 1.3
Author: Jay Chambers
Description: Custom theme for Veecinity based on Twenty Twenty-Four as a parent theme.
*/
/* 
 * Appearance >> Editor >> Styles >> ... >> Additional CSS
* /

.wp-block-post-title {
  background-color: #F0F0F0;
  radius: 5px;
  padding: 10px;
}

/* Email Form styles */
.email-form {
	display: flex;
	flex-direction: column;
	gap: 1rem;
	max-width: 600px;
}
.email-form input,
.email-form textarea {
	padding: .5rem;
	font-size: 1rem;
	font-family: var(--wp--preset--font-family--roboto);
}
.email-form textarea {
	height: 6rem;
}
.email-form button {
	background: var(--wp--preset--color--custom-teal);
	color: var(--wp-preset--color--custom-light-grey);
	padding: 0.75rem;
	border: none;
	cursor: pointer;
}
