.cf7-itunes-field{ position:relative; }
.cf7-itunes-input{ width:100%; }

.cf7-itunes-suggestions{
  position:absolute; top:100%; left:0; right:0;
  background:#fff;
  border:1px solid rgba(0,0,0,.12);
  border-radius:12px;
  box-shadow:0 12px 30px rgba(0,0,0,.10);
  z-index:99999;
  max-height:340px;
  overflow:auto;
  margin-top:6px;
}

.cf7-itunes-item{
  display:flex;
  align-items:center;
  gap:10px;
  padding:10px 12px;
  cursor:pointer;
}
.cf7-itunes-item:hover{ background:rgba(0,0,0,.04); }

.cf7-itunes-img{
  width:44px; height:44px;
  border-radius:10px;
  object-fit:cover;
  flex:0 0 44px;
}
.cf7-itunes-img.ph{ background:rgba(0,0,0,.08); }

.cf7-itunes-meta{ flex:1 1 auto; min-width:0; }
.cf7-itunes-title{ font-weight:700; line-height:1.2; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.cf7-itunes-sub{ font-size:12px; opacity:.75; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }

.cf7-itunes-play{
  flex:0 0 auto;
  border:1px solid rgba(0,0,0,.18);
  background:#fff;
  border-radius:10px;
  width:40px; height:40px;
  cursor:pointer;
  font-weight:700;
}
.cf7-itunes-play:disabled{
  opacity:.35;
  cursor:not-allowed;
}
