﻿ .popup {position: fixed;bottom: 30px;right: -400px;width: 260px;background-color: rgb(197 175 155);color: #020202;border-radius: 16px;box-shadow: 0 8px 30px rgba(0, 0, 0, 0.15);padding: 16px;z-index: 9999;transition: right 1s ease;}.popup.show {right: 20px;}.popup.hide {right: -400px;}.popup-title {text-align: center;font-size: 15px;margin-bottom: 12px;}.popup-button-group {display: flex;flex-wrap: wrap;gap: 8px;justify-content: center;}.popup-btn {background-color: #ffffff;color: #4e342e;border: none;border-radius: 8px;padding: 6px 12px;font-size: 13px;cursor: pointer;transition: background-color 0.3s;}.popup-btn:hover {background-color: #222;color:#fff }