/* css/tps_frontend.css */
.tps-widget {
    position: fixed;
    bottom: 22px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
    width: 90%;
    max-width: 280px;
    padding: 0;
    margin: 0;
}
.tps-widget-link {
    display: block;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    border-radius: 8px;
    padding: 5px;
    background: #5795c3;
    text-decoration: none;
    color: #fff;
    transition: background 0.3s;
}
.tps-widget-link:hover {
    background: #467a9e;
}
.tps-widget-icon {
    width: 30px;
    height: 20px;
    vertical-align: middle;
    margin: 0 10px;
}
