@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;600;700&display=swap");.podcast-guests-section{background:#121519;color:#fff;font-family:Poppins,sans-serif!important;padding:50px 20px;text-align:center}.podcast-guests-header{margin:0 auto 40px;max-width:800px}.podcast-guests-header h2{color:#fff;font-size:40px;font-weight:700;margin-bottom:10px}.podcast-guests-header p{color:#fff;font-size:20px;line-height:1.6}.guests-grid{display:grid;gap:30px;grid-template-columns:repeat(3,1fr);margin:0 auto;max-width:1200px}.guest-card{background:#1a1e22;border-radius:10px;box-shadow:0 2px 6px rgba(0,0,0,.3);overflow:hidden;padding:25px 15px;position:relative;text-align:center;transition:transform .3s ease}.guest-card:hover{transform:translateY(-5px)}.guest-card img{border-radius:50%;height:120px;margin-bottom:10px;object-fit:cover;width:120px}.guest-card h3{color:#fff;font-size:20px;font-weight:700;margin-bottom:2px}.guest-card .role{color:#f6ae17;font-size:15px;margin-bottom:12px}.guest-btn{align-items:center;background:#3b3b3b;border-radius:8px;box-sizing:border-box;color:#fff;display:flex;font-family:Poppins,sans-serif;font-size:16px;font-weight:700;justify-content:center;line-height:22px;margin-top:15px;max-width:100%;min-height:48px;overflow:hidden;padding:12px 44px;position:relative;text-align:center;text-decoration:none;width:100%;word-break:break-word}.guest-btn .btn-icon{display:block;height:22px;left:15px;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%);width:22px}.guest-btn .label{pointer-events:none;text-align:center;width:100%;word-break:break-word}.guest-btn.active:hover{background:#4b4b4b;cursor:pointer}.guest-btn.locked{opacity:.7;pointer-events:none}.guest-btn.subscription{background:#ff1047;opacity:1}.guest-btn.subscription:hover{background:#e5093d;cursor:pointer}.guest-card>img{border-radius:50%;height:auto;margin-bottom:10px;object-fit:cover;width:120px}.guest-btn .btn-icon{background:none;border-radius:0!important;object-fit:contain}.guest-title{align-items:center;color:#fff;display:flex;font-size:18px;font-weight:600;justify-content:center;margin:20px 0 10px;min-height:70px;text-align:center}.guest-btn,.guest-btn:active,.guest-btn:hover,.guest-btn:visited{color:#fff;text-decoration:none}body{background-color:#121519}@media (max-width:1024px){.guests-grid{grid-template-columns:repeat(2,1fr)}.podcast-guests-header h2{font-size:32px}.podcast-guests-header p{font-size:18px}}@media (max-width:600px){.guests-grid{grid-template-columns:1fr}.podcast-guests-header h2{font-size:26px}.podcast-guests-header p{font-size:16px}.guest-card h3{font-size:18px}.guest-card .role{font-size:14px}.guest-title{font-size:16px}.guest-btn{font-size:13px;padding:12px 36px}}.guest-card .guest-title,.guest-card .role,.guest-card h3{margin:0}.guest-btn.subscription{padding-left:15px;padding-right:15px}