/* ============================================
   SCALLOPED BUTTON BORDERS - DISABLED
   Stitching effect removed per client request
   ============================================ */

/* All stitching/outline effects removed from buttons */
.btn,
.btn-primary,
.btn-hero,
.btn-outline,
.btn-video,
a[style*="background: #c5a065"],
a[style*="background:#c5a065"],
a[href*="schedule"],
a[href*="Schedule"] {
  outline: none !important;
}

/* Ensure no outline on hover either */
.btn:hover,
.btn-primary:hover,
.btn-hero:hover,
.btn-video:hover,
.btn-outline:hover {
  outline: none !important;
}
