.uca-btn { background: transparent; border: none; padding: 8px; cursor: pointer; }
.uca-icon { transition: all .2s ease; stroke: #d59f00; }
.uca-fav-btn.active .uca-icon, .uca-save-btn.active .uca-icon { fill: #d59f00; stroke: #d59f00; }
.uca-list ul { list-style:none; padding-left:0; }
.uca-list li { padding:8px 0; border-bottom:1px solid #eee; }
.uca-login-msg { color:#666; }
button.uca-fav-btn, .uca-save-btn {
    background: #fff !important;
    padding: 6px !important;
    border-radius: 50px !important;
}
button.uca-save-btn svg , .uca-fav-btn svg {
    width: 18px !important;
    height: 18px !important;
}