.download-action{

width:100%;

height:42px;

margin-top:12px;

border:none;

border-radius:12px;

cursor:pointer;

font-weight:700;

font-size:14px;

background:
linear-gradient(
90deg,
#D4AF37,
#FFD700
);

color:#000;

box-shadow:
0 4px 15px
rgba(255,215,0,.25);

transition:.25s;

}

.download-action:hover{

transform:
translateY(-2px);

box-shadow:
0 8px 25px
rgba(255,215,0,.35);

}

.ad-top{
margin-bottom:20px;
}

.ad-bottom{
margin-top:25px;
}

.ad-top,
.ad-bottom{

display:flex;
justify-content:center;
align-items:center;

width:100%;

overflow:hidden;

}

.site-badge{

display:inline-block;

padding:6px 12px;

border-radius:999px;

background:
rgba(212,175,55,.15);

border:
1px solid
rgba(212,175,55,.3);

color:#FFD700;

font-size:12px;

font-weight:700;

margin-top:15px;

}