#impactArticles .post--single .podcast--subscribe-btns .podcast--subscribe-btn.p{
  background: var(--neutral100);
  color: var(--slate500) !important;
  padding: 10px !important;
  margin-top: 14px !important;
  margin-bottom: 0px !important;
  display: flex;
  align-items: center;
  flex-basis: 31.982333%;
}

#impactArticles .post--single .podcast--subscribe-btns .podcast--subscribe-btn.p:hover{
  background: var(--neutral200);
  color: var(--neutral700) !important;
}

{# REMOVE THE ABOVE STYLES #}

.hs-blog-id-194889627688 .podcast--subscribe-btns .podcast--subscribe-btn.p{
  background: #F6F9FC;
  color: #4F5465 !important;
  padding: 10px !important;
  margin-top: 14px !important;
  margin-bottom: 0px !important;
  display: flex;
  align-items: center;
  flex-basis: 31.982333%;
}

.hs-blog-id-194889627688 .podcast--subscribe-btns .podcast--subscribe-btn.p:hover{
  background: #F6F6F6;
}

.post--single .podcast--subscribe-btns{
  flex-flow: wrap;
}

.post--single .podcast--subscribe-btns .podcast--subscribe-btn span{
  margin-left: 10px;
}

@media screen and (min-width: 1024px){
  .post--single .podcast--subscribe-btns .podcast--subscribe-btn.p{
    flex-basis: 31.982333%;
    font-size: 18px;
  }

  .post--single .podcast--subscribe-btns .podcast--subscribe-btn:nth-child(3n - 1){
    margin-left: 0.6755% !important;
    margin-right: 0.6755% !important;
  }

  .post--single .podcast--subscribe-btns .podcast--subscribe-btn:nth-child(3n+1){
    margin-right: 1.351% !important;
  }

  .post--single .podcast--subscribe-btns .podcast--subscribe-btn:nth-child(3n){
    margin-left: 1.351% !important;
  }
}

@media screen and (min-width: 580px) and (max-width: 1023px){
  .post--single .podcast--subscribe-btns .podcast--subscribe-btn.p{
    flex-basis: 48.649%;
    font-size: 16px;
  }

  .post--single .podcast--subscribe-btns .podcast--subscribe-btn.p:nth-child(odd){
    margin-right: 1.351% !important;
  }

  .post--single .podcast--subscribe-btns .podcast--subscribe-btn.p:nth-child(even){
    margin-left: 1.351% !important;
  }
}

@media screen and (max-width: 579px){
  .post--single .podcast--subscribe-btns .podcast--subscribe-btn.p{
    flex-basis: 48.649%;
    font-size: 14px;
  }

  .post--single .podcast--subscribe-btns .podcast--subscribe-btn.p:nth-child(odd){
    margin-right: 1.351% !important;
  }

  .post--single .podcast--subscribe-btns .podcast--subscribe-btn.p:nth-child(even){
    margin-left: 1.351% !important;
  }

  .post--single .podcast--subscribe-btns .podcast--subscribe-btn.p img{
    width: 20px !important;
  }
}