.wp-site-blocks > .wp-block-template-part:first-child {
  position: sticky;
  top: 0;
  z-index: 10;
}
.wp-block-navigation a:hover { color: #2fd6c9 !important; }
.wp-block-button__link:hover { background-color: #3ee8da !important; }
.wp-block-button.is-style-outline > a:hover {
  border-color: #2fd6c9 !important;
  color: #2fd6c9 !important;
}
.site-dial-logo {
  width: 34px; height: 34px; border-radius: 50%;
  border: 3px solid #2fd6c9; position: relative;
  box-shadow: 0 0 10px rgba(47,214,201,.5);
}
.site-dial-logo::after {
  content: ""; position: absolute; top: 50%; left: 50%;
  width: 2px; height: 13px; background: #2fd6c9;
  transform: translate(-50%,-100%) rotate(35deg); transform-origin: bottom;
}
