body {
      background: #f8f8f8;
    }
    .join-btn {
      background-color: #25D366; /* WhatsApp Green */
      color: white !important;
      font-weight: bold;
      text-shadow: none;
    }
    .terms-popup {
      max-width: 500px;
    }
    .terms-popup h3 {
      text-align: center;
      margin-top: 0;
    }
    .terms-content {
      max-height: 200px;
      overflow-y: auto;
      margin: 10px 0;
      font-size: 14px;
      text-align: left;
    }
 
    .podcast-card {
      border-radius: 10px;
      overflow: hidden;
      box-shadow: 0 2px 5px rgba(0,0,0,0.2);
      margin: 10px 0;
      text-decoration: none;
      color: #000;
      display: block;
    }
    .podcast-card img {
      width: 10%;
      height: auto;
      display: block;
    }
    .podcast-card .card-content {
      padding: 10px;
      background: #fff;
    }
    .podcast-card h3 {
      margin: 0;
      font-size: 18px;
      color: #3e2723; /* coffee color */
    }
	.podcast-title {
      font-size: 16px;
      font-weight: bold;
      color: #3e2723; /* Coffee color theme */
    }
    .podcast-meta {
      font-size: 12px;
      color: #555;
	}
	
   .padded-listview {
      padding-left: 15px;
      padding-right: 15px;
	 }
    .login-container {
      max-width: 400px;
      margin: 50px auto;
      padding: 20px;
      background: #fff;
      border-radius: 10px;
      box-shadow: 0 2px 6px rgba(0,0,0,0.2);
      text-align: center;
    }
    .login-container h2 {
      margin-bottom: 20px;
      color: #333;
    }
    .ui-input-text input {
      text-align: center;
    }
    .ui-btn i {
        font-size: 20px;
    }
    .ui-btn:hover {
        background-color: #000 !important;
        color: #fff !important;
        border-color: #000 !important;
    }
   #iconic{
       width:40%;
   }
   #PodcastThumbnail{
       width:50px;
   }