/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 01 2025 | 18:57:36 */
.wp-block-button .wp-element-button:active {
  outline: none;
}
.wp-block-button .wp-element-button:focus {
  outline: none;
}
.wp-block-button .wp-element-button {
  background: rgba(76, 155, 255, 0.53);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(6.9px);
  -webkit-backdrop-filter: blur(6.9px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  padding: 10px 20px;
  min-width: 150px;
  text-align: center;
  font-weight: 900;
}
