.podcast-filters{margin-bottom:40px;display:flex;gap:15px;flex-wrap:wrap}.podcast-filters a.podcast-btn{background-color:#ff0000!important;color:#ffffff!important;font-weight:600!important;padding:10px 24px!important;border-radius:30px!important;text-decoration:none!important;transition:all 0.3s ease!important;display:inline-block!important;border:none!important;box-shadow:none!important}.podcast-filters a.podcast-btn:hover{color:#ffffff!important;background-color:#cc0000!important}.podcast-filters a.podcast-btn.active{background-color:#000000!important;color:#ffffff!important;cursor:default!important;pointer-events:none;box-shadow:0 0 0 2px #ff0000!important}.podcast-item{display:flex;gap:40px;align-items:flex-start}.podcast-image{flex:0 0 300px}.podcast-image img{width:100%;height:auto;display:block;object-fit:cover}.podcast-content{flex:1;font-family:sans-serif}.podcast-title-link{text-decoration:none;color:#000;display:block}.podcast-title{font-size:28px;font-weight:800;margin:0 0 15px 0}.podcast-title:hover{color:red}.podcast-episode{margin-top:5px;display:inline-block;border-left:3px solid red;padding-left:12px;font-style:italic;font-size:17px;color:#333;margin-bottom:20px}.podcast-description{font-size:18px;line-height:1.6;color:#222;margin-bottom:25px}.podcast-links{display:flex;gap:15px}.podcast-icon-btn:hover{transform:scale(1.1)}.podcast-separator{width:100%;height:1px;background-color:#555;margin:40px 0}.podcast-list .podcast-separator:last-of-type{display:none}@media (max-width:768px){.podcast-item{flex-direction:column;gap:20px}.podcast-image{flex:none;width:100%}.podcast-title{font-size:24px}}.podcast-links{display:flex;gap:15px;margin-bottom:25px;margin-top:20px;align-items:center;justify-content:flex-start}.podcast-icon-btn{display:inline-flex;align-items:center;justify-content:center;width:50px;height:32px;border-radius:16px;transition:transform 0.2s ease,box-shadow 0.2s ease,opacity 0.2s ease;text-decoration:none;cursor:pointer;color:#ffffff!important;position:relative;overflow:hidden;box-shadow:0 4px 10px rgb(0 0 0 / .1)}.podcast-icon-btn:hover{transform:translateY(-3px) scale(1.03);opacity:.9;box-shadow:0 6px 15px rgb(0 0 0 / .15)}.podcast-spotify{background-color:#1DB954}.podcast-youtube{background-color:red}.podcast-icon-btn svg{width:18px;height:18px;display:block}