/* Theme: Classic */

body.ms-theme-classic {
  background-size: 400% 400%;
  animation: ms-gradient-shift 15s ease infinite;
}
@keyframes ms-gradient-shift {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}
.ms-theme-classic .ms-link {
  background: transparent;
  border: 2px solid rgba(255,255,255,0.9);
  color: #fff;
}
.ms-theme-classic[data-button="outline"] .ms-link:hover {
  background: rgba(255,255,255,0.2);
  color: #fff;
  border-color: #fff;
}
.ms-theme-classic[data-button="torn"] .ms-link {
  background: #ffffff;
  color: #0B3A5C;
  border: none;
}
.ms-theme-classic[data-button="torn"] .ms-link:hover {
  background: #ffffff;
  color: #0B3A5C;
  filter: drop-shadow(0 6px 16px rgba(0, 0, 0, 0.28));
}
