.frshln-atc-wrap{
position:fixed; left:50%; bottom:24px; transform:translateX(-50%);
z-index:2147483646; background:#06b48b; color:#fff;
border-radius:0px; box-shadow:0 10px 30px rgba(0,0,0,.25);
max-width:680px; width:calc(100% - 32px); padding:16px; display:none;
}
.frshln-atc-inner{ display:flex; flex-direction:column; gap:0px; }
.frshln-atc-text{ font-size:16px; line-height:1.4; }
.frshln-atc-text a{ color:#fff; font-weight:600; } .frshln-atc-text .button.wc-forward{
margin-top:40px; background-color:#181818; display: inline-block;
}
.frshln-atc-actions{ display:flex; gap:20px; align-items:center; justify-content:flex-start; }
.frshln-atc-btn{ appearance:none; border:none; background:#000; color:#fff; padding:12px 16px; border-radius:0px;
font-weight:700; text-decoration:none; display:inline-block; }
.frshln-atc-close{ margin-left:auto; background:transparent; border:none; color:#fff; font-size:22px; line-height:1; cursor:pointer; }
@media (max-width: 768px){
.frshln-atc-wrap{ left:0; right:0; transform:none; bottom:0; border-radius:0; width:100%; max-width:none; }
.frshln-atc-inner{ gap:10px; }
.frshln-atc-btn{ width:100%; text-align:center; }
.frshln-atc-text .button.wc-forward{ width 100%; }
}