/*
Theme Name:     Sahifa Child
Template:       sahifa
Version:        1.0
Description:    AMP uyumlu özel child tema
*/

/* ✅ Buton Stili */
.youwin-button {
  display: inline-block;
  background: #00c15d;
  padding: 12px 20px;
  color: white;
  font-weight: bold;
  border-radius: 6px;
  text-decoration: none;
  margin-top: 10px;
}
.youwin-button:hover {
  background: #009f4a;
}