<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: VW Wellness Coach
Description: Used to style Gutenberg Blocks.
*/

/*--------------------------------------------------------------
4.0 Blocks - Layout Elements
--------------------------------------------------------------*/
/* Buttons */
.entry-content .wp-block-button__link {
  background: #2acb35 ;
  border: 1px solid #2acb35;
  padding: 10px 5px;
  color: #ffffff !important;
  font-weight: 800;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-radius: 0px;
}
.wp-block-button .wp-block-button__link:hover,
.wp-block-button .wp-block-button__link:focus {
  background: transparent;
  color: #2acb35 !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.wp-block-buttons .wp-block-button {
  display: inline-block;
  margin:0 0 15px;
}
.wp-block-latest-comments__comment-author, .wp-block-latest-comments__comment-link{
  color: #2acb35;
}
.wp-block-tag-cloud a:hover {
  background-color:#2acb35 !important;
  color: #fff !important;
}</pre></body></html>