﻿.podcast .podcast-card{display:flex;justify-content:center;align-content:center;background:rgb(255 255 255 / .05);border:1px solid #444;border-radius:5px;padding:20px;height:100%;box-shadow:0 0 10px rgb(0 0 0 / .3);transition:all 0.3s ease;text-align:center}.podcast .podcast-card:hover{transform:scale(1.02);background-color:rgb(0 25 35 / .2);box-shadow:0 0 15px rgb(0 25 35)}.podcast .podcast-card h2{font-size:18px;color:var(--heading-color);margin-bottom:20px}.podcast .podcast-card .listen-btn{display:block;align-items:center;width:100%;padding:8px 16px;background-color:var(--accent-color);color:#fff;border-radius:20px;font-weight:700;text-align:center;transition:background 0.3s ease}.podcast .podcast-card .listen-btn:hover{background-color:#007d6e}@media (max-width:768px){.podcast{padding-right:10px;padding-left:10px}}