.text-with-svg {
  display: inline-flex;
  align-items: center;
  gap: 0.4em;
  animation: pulseGlow 3s ease-in-out 1.2s infinite;
}

.svg-icon {
  width: 1em;
  height: 1em;
  vertical-align: middle;
  
 
}
/* ===============================
   iPhone – elementy sceny
   =============================== */
@media only screen and (max-width: 430px)
and (-webkit-touch-callout: none) {

  .xmass-tree {
    right: 50%;
    bottom: 30%;
    transform: translateX(50%) scale(0.55);
  }

  .snowman {
    left: 50%;
    bottom: 10%;
    transform: translateX(-50%) scale(0.55);
  }

}
