/* SoltanShop 3.20.11: SpotPlayer v16 account compatibility. */
.woocommerce-account #sp_courses.soltanshop-spotplayer-courses{
  display:flex;
  flex-wrap:wrap;
  width:100%;
}
.woocommerce-account .soltanshop-spotplayer-empty{
  display:flex;
  width:100%;
  min-height:190px;
  padding:30px 20px;
  border:1px dashed #d9dfe8;
  border-radius:14px;
  background:#fafbfc;
  align-items:center;
  justify-content:center;
  flex-direction:column;
  gap:12px;
  color:#667085;
  text-align:center;
  box-sizing:border-box;
}
.woocommerce-account .soltanshop-spotplayer-empty__icon{
  display:flex;
  width:48px;
  height:48px;
  align-items:center;
  justify-content:center;
  color:var(--soltanshop-primary-color,#ef4056);
}
.woocommerce-account .soltanshop-spotplayer-empty__icon svg{width:44px;height:44px;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round}
.woocommerce-account .soltanshop-spotplayer-empty p{margin:0!important;line-height:1.9}
@media(max-width:767px){
  .woocommerce-account #sp_courses.soltanshop-spotplayer-courses>a{width:100%}
}
