/* Ortak buton renkleri: bu dosya diğer tema ve sayfa stillerinden sonra yüklenir. */
.site-button.site-button--secondary {
  border: 1px solid var(--line, #dce6d8) !important;
  background: color-mix(in srgb, var(--green, #275d38) 10%, var(--white, #ffffff)) !important;
  color: var(--green, #275d38) !important;
  box-shadow: none !important;
}

.site-button.site-button--secondary:hover,
.site-button.site-button--secondary:focus-visible {
  border-color: var(--green, #275d38) !important;
  background: var(--green, #275d38) !important;
  color: #ffffff !important;
}

.site-button.site-button--secondary i,
.site-button.site-button--secondary span {
  color: inherit !important;
}

@supports not (background: color-mix(in srgb, #000 10%, #fff)) {
  .site-button.site-button--secondary { background: #edf4ee !important; }
}
