/* App Download CTA Banner - My Account */
.app-download-cta 
{
	  background: #ECEBFE;
    border-radius: 16px;
    padding: 30px 60px;
}
.app-download-cta .app-download-cta-content .app-download-cta-title 
{
	  font-weight: 600;
    color: #2a2a2a;
    font-size: 22px;
}
.app-download-cta .app-download-cta-content .app-download-cta-subtitle
{
	   color: var(--surface-brand);
    font-size: 18px;
    margin-top: 8px;
}
.app-download-cta .app-download-cta-content .app-download-cta-subtitle .app-coupon
{
	 color: var(--surface-brand);
}
.app-download-cta .app-download-cta-btn 
{
    background: var(--surface-brand);
    display: flex;
    padding: 16px 32px;
    justify-content: center;
    align-items: center;
    gap: 12px;
    border-radius: 12px;
    border: 1px solid #1000F3;
    color: #fff;
    font-size: 1rem;
    font-weight: 700;	
}
 
/* Mobile css start */
 
.app-download-cta-mobile .app-download-cta-mobile-box  
{
	  background: #ECEBFE;
    padding: 16px;
	    justify-content: space-between;
    align-items: center;
 
}
.app-download-cta-mobile .app-download-cta-mobile-title 
{
	color: #2a2a2a;
  font-size: 12px;
	font-weight: 700;
}
.app-download-cta-mobile .app-download-cta-mobile-code
{
	 color: var(--surface-brand);
	 margin-top: 4px;
	font-size: 10px;
}
.app-download-cta-mobile .app-download-cta-mobile-code .app-coupon
{
	font-weight :600;
}
.app-download-cta-mobile .app-download-cta-mobile-btn
{
	  display: flex;
    padding: 8px 24px;
    justify-content: center;
    align-items: center;
    gap: 12px;
    background: var(--surface-brand);
    border-radius: 12px;
    border: 1px solid #1000F3;
	  color: #fff;
    font-weight: 500;
	  font-size: 12px;
}
 
/* Mobile css end */
 
@media only screen and (min-width: 1024px) {
  .app-download-banner-mobile {
    display: none;
  }
}
