.magicmic-ugc-ads-card{
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    z-index: 9999;
}
.magicmic-ugc-ads-card .ads-card-b{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 240px;
    width: 160px;
    background: url(https://images.imyfone.com/filme/assets/activity/magicmac_ugc_2025/ugc_midia_bg.webp) no-repeat center center;
    background-size: cover;
    padding: 16px 12px;
    font-size: 12px;
}
.ads-card-b .ads-title{
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 8px;
}
.ads-card-b p{
    font-size: 12px;
    line-height: 18px;
}
.ads-button{
    background: linear-gradient(270deg, #743EFA 0%, #AE4AFD 50%, #D7AFFF 100%);
    border-radius: 8px;
    height: 32px;
    color: #fff !important;
    font-weight: 600;
    text-align: center;
    font-size: 14px;
    line-height: 32px;
}
.magicmic-ugc-ads-card .close-btn{
    
    text-align: right;
    margin-bottom: 5px;
}

.magicmic-ugc-ads-card .close-btn svg{
    transform: rotateZ(45deg);
    border: 1px solid;
    border-radius: 50%;
     width: 20px;
    height: 20px;
    cursor: pointer;
    color: #807F87;
}
.ads-text p {
    color: #FFFFFFCC;
}

.magicmic-ugc-ads-card .close-btn svg:hover{
    color: #fff;
}