.podcast-platforms{display:flex;flex-wrap:wrap;gap:18px}.platform-btn{align-items:center;border:1px solid #132543;border-radius:50px;color:#132543;display:flex;font-weight:600;gap:5px;padding:10px 18px;text-decoration:none;transition:all .3s ease;width:auto}.platform-btn img{height:22px}.platform-btn:hover{background:#1f2b45;color:#fff}@media (max-width:768px){.podcast-platforms{flex-direction:column}.platform-btn{justify-content:center;width:100%}}