/*
 Theme Name:     Twenty Twenty-Five Child
 Theme URI:      https://bauzy.eu
 Description:    Child Theme für Twenty Twenty-Five
 Author:         Ismar Derlic
 Author URI:     https://bauzy.eu
 Template:       twentytwentyfive
 Version:        1.0.0
 Text Domain:    twentytwentyfive-child
*/

.bauzy-btn {
  display: block;
  width: 100%;
  padding: 20px;
  margin: 10px 0;
  text-align: center;
  color: #fff;
  text-decoration: none;
  border-radius: 8px;
  font-size: 18px;
  cursor: pointer;
  border: none;
}
.bauzy-btn-green { background: #28a745; }
.bauzy-btn-yellow { background: #ffc107; color: #000; }
.bauzy-btn-blue { background: #007bff; }
.bauzy-btn-red { background: #dc3545; }
