/*
Theme Name: Ruffie Child
Template: ruffie
*/
.lc-slot {
  width: 100%;
  margin: 18px 0;
  padding: 0 16px;
}

.lc-slot__link {
  display: block;
  max-width: 1100px;
  margin: 0 auto;
}

@keyframes lcHeartbeat {
  0%   { transform: scale(1); }
  10%  { transform: scale(1.02); }
  20%  { transform: scale(1); }
  30%  { transform: scale(1.02); }
  40%  { transform: scale(1); }
  100% { transform: scale(1); }
}

@keyframes lcGlow {
  0%,100% { box-shadow: 0 0 0 rgba(255,180,0,0); }
  50%     { box-shadow: 0 0 18px rgba(255,180,0,0.45); }
}


.lc-slot__img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 250px;
  object-fit: contain;
  border-radius: 14px;
  animation:
	lcHeartbeat 2s ease-in-out infinite;
	lcGlow 4s ease-in-out infinite;
}
