/*
	Theme Name:   Jannah Child
	Theme URI:    http://jannah.tielabs.com/
	Description:  Jannh Child Theme
	Author:       TieLabs
	Author URI:   https://tielabs.com
	Template:     jannah
	Version:      1.0.2
	License:      license purchased
	License URI:  http://themeforest.net/licenses/regular_extended
	Tags:         Tags: two-columns, buddypress, left-sidebar, right-sidebar, custom-menu, editor-style, featured-images, full-width-template, microformats, rtl-language-support, sticky-post, threaded-comments, translation-ready
	Text Domain:  jannah-child
*/


/* write custom css after this line */

  .mojaz-audio-player {
      background: #0f0f0f;
      border: 1px solid #2d2d44;
      border-radius: 12px;
      padding: 16px 20px;
      margin-bottom: 24px;
      display: flex;
      align-items: center;
      gap: 16px;
      direction: rtl;
  }

  .mojaz-audio-player .audio-label {
      color: #e0e0e0;
      font-size: 15px;
      font-weight: 600;
      white-space: nowrap;
  }

  .mojaz-audio-player audio {
      width: 100%;
      height: 40px;
  }
