  #pmLink {
    visibility: hidden;
    text-decoration: none;
    cursor: pointer;
    background: transparent;
    border: none;
}

   #pmLink:hover {
        visibility: visible;
        color: grey;
    }

/* StreamGuys Recently Played*/

.sg-recent {
  background: #fff;
  max-width: 100%;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: #111;
  box-sizing: border-box;
}

.sg-recent *,
.sg-recent *::before,
.sg-recent *::after {
  box-sizing: inherit;
}

.sg-recent-list {
  display: flex;
  flex-direction: column;
}

.sg-recent-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
  border-bottom: 1px solid #e5e5e5;
  background: #fff;
}

.sg-recent-item:last-child {
  border-bottom: none;
}

.sg-recent-art {
  flex: 0 0 auto;
  width: 60px;
  height: 60px;
  overflow: hidden;
  background: #c9c9c9;
}

.sg-recent-art img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.sg-recent-text {
  flex: 1 1 auto;
  min-width: 0;
}

.sg-recent-artist {
  font-weight: 700;
  font-size: 1em;
  line-height: 1.25;
  color: #111;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.sg-recent-title {
  font-weight: 400;
  font-size: 0.95em;
  line-height: 1.3;
  margin-top: 2px;
  color: #333;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

.sg-recent-time {
  font-size: 0.8em;
  color: #777;
  margin-top: 4px;
}

.sg-recent-empty {
  padding: 16px;
  color: #777;
  font-style: italic;
  text-align: center;
}

/* Variant-specific tweaks */
.sg-recent-sidebar .sg-recent-art {
  width: 50px;
  height: 50px;
}

.sg-recent-history .sg-recent-art {
  width: 64px;
  height: 64px;
}

/* Narrow screens */
@media (max-width: 360px) {
  .sg-recent-item {
    gap: 8px;
    padding: 8px;
  }
  .sg-recent-art {
    width: 48px;
    height: 48px;
  }
}

/*** DT ***/
.on-air-now-widget {display: none !important}
.elementor-widget-wp-widget-one_cms_now_playing_widget {display: none !important}