/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 05 2026 | 02:48:03 */
.radio-player img {
  margin-bottom: 4px !important; /* meno spazio sotto il logo */
}
.radio-title {
  color: #ffffff;
  margin-top: -15px;     /* meno spazio sopra */
  margin-bottom: 5px;  /* meno spazio sotto */
  font-size: 18px;     /* opzionale */
  font-weight: 600;    /* leggermente più deciso */
}
.entry-content .radio-title {
	color: #000000;
	margin-top: -25px; 
}
.live-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: red;
  border-radius: 50%;
  margin-right: 6px;
  animation: pulse 1.5s infinite;
}
@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.7); }
  70% { box-shadow: 0 0 0 8px rgba(255, 0, 0, 0); }
  100% { box-shadow: 0 0 0 0 rgba(255, 0, 0, 0); }
}
