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

/*--------------------------------------------------------------
4.0 Blocks - Layout Elements
--------------------------------------------------------------*/
/* Buttons */
.entry-content .wp-block-button__link {
  background: #e9204f ;
  border: 1px solid #e9204f;
  padding: 10px 15px;
  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: #e9204f !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.wp-block-buttons .wp-block-button {
  display: inline-block;
  margin:0 0 15px;
}
/*without classic widgets*/
.wp-block-tag-cloud a{
  border: solid 1px #000;
  color: #000;
  font-size: 14px !important;
  padding: 10px 18px;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
}
.wp-block-tag-cloud a:hover,#footer .custom-about-us a.custom_read_more{
  background-color: #e9204f;
  color: #fff;
}
.widget .custom-about-us, .widget .custom-contact-us{
  padding: 10px;
}
.widget .custom-about-us p, .widget .custom-contact-us p{
  margin-top: 10px;
  margin-bottom: 20px;
}</pre></body></html>