/* Encapsulation WordPress sûre */
.sfm-safe-watch {
  width: 100%;
  max-width: 760px;
  margin: 0 auto;
  padding: 0;
  line-height: normal;
  text-align: center;
  overflow: visible;
}

.sfm-safe-watch,
.sfm-safe-watch * {
  box-sizing: content-box;
}

.sfm-safe-watch svg {
  max-width: none !important;
  height: auto;
}

/* Vert vintage patiné — aiguilles et repères minute */
.vintage-green-hand {
  background:
    linear-gradient(to right,
      rgba(255,255,255,.72) 0%,
      #d9d0a0 15%,
      #9eaa63 34%,
      #5f7f3f 52%,
      #314d2e 72%,
      #d2c78a 100%) !important;
  box-shadow:
    inset 0.35px 0 0 rgba(255,255,255,.42),
    inset -0.45px 0 0 rgba(0,0,0,.40),
    0 0.55px 0.9px rgba(0,0,0,.42),
    0 0 0.45px rgba(150,135,76,.26) !important;
}