.fa-wallet:before {
    content: "\f555";
    color: #ffc107;
}

.dashboard-balance .dashboard-balance-title {
    color: #ffc107;
}

.dashboard-balance .dashboard-balance-number {
    color: #93e33e;
}

.dashboard-sidebar-link.current .dashboard-sidebar-link-title {
    color: #0dcaf0;
}

.dashboard-sidebar-link .dashboard-sidebar-link-title:hover {
    color: #00ceff;
}

.item {
    box-shadow: 0 1px 2px #1a1a1aad;
}

.nav-bar .link {
    padding: 4px 10px;
    border: 1px solid #80808063 !important;
    border-radius: 6px;
    font-family: 'Poppins';
    font-size: 15px;
}

.item-audio-link {
    background-image: linear-gradient(260deg, #3d99f1, #784a9b);
    border-radius: 10px 10px 0px 0px;
}

.item-audio-actions .btn
    border: 2px solid;
}

/* تأكيد أن الحاوية هي مرجع التموضع */
.items .item .item-header .item-audio{
  position: relative;
  overflow: hidden;
}

/* البادج الأخضر أسفل الكارد */
.items .item .item-header .item-audio::after{
  content: "Listen: HOW IT WORKS";
  position: absolute;
  left: 0;
  bottom: 0;                 /* لو عايزه فوق: استبدل بـ top: 0; */
  width: 100%;
  padding: 6px 0;
  background: #2b2e32;       /* أخضر */
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  border-top: 2px solid #fff;
  pointer-events: none;      /* ما يمنع الضغط */
  z-index: 9999;             /* أعلى من أي موجة/صورة */
}