#kholaseh-radar-toggle {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #ff5722;
    color: #fff;
    padding: 10px 15px;
    border-radius: 30px;
    cursor: pointer;
    font-family: Tahoma, Arial, sans-serif;
    font-weight: bold;
    font-size: 14px;
    z-index: 999998;
    box-shadow: 0 4px 12px rgba(0,0,0,0.3);
    direction: rtl;
    transition: background-color 0.3s;
}

#kholaseh-radar-toggle:hover {
    background-color: #e64a19;
}

#kholaseh-radar-widget {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 280px;
    background-color: #1a1a1a;
    color: #f1f1f1;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.5);
    font-family: Tahoma, Arial, sans-serif;
    direction: rtl;
    z-index: 999999;
    overflow: hidden;
    border: 1px solid #333;
    display: none;
}

.kholaseh-header {
    background-color: #ff5722;
    color: #fff;
    padding: 12px 15px;
    font-weight: bold;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#kholaseh-close {
    cursor: pointer;
    font-size: 16px;
}

.kholaseh-body {
    padding: 15px;
    max-height: 400px;
    overflow-y: auto;
}

.kholaseh-item {
    padding: 8px 0;
    border-bottom: 1px solid #333;
    font-size: 12px;
}

.kholaseh-item:last-child {
    border-bottom: none;
}

.kholaseh-item span {
    font-weight: bold;
    color: #ffb300;
    float: left;
}

.kholaseh-footer {
    background-color: #000;
    text-align: center;
    padding: 10px;
    font-size: 11px;
}

.kholaseh-footer a {
    color: #888;
    text-decoration: none;
    transition: color 0.3s;
}

.kholaseh-footer a:hover {
    color: #ff5722;
}

.kholaseh-body::-webkit-scrollbar { width: 5px; }
.kholaseh-body::-webkit-scrollbar-track { background: #1a1a1a; }
.kholaseh-body::-webkit-scrollbar-thumb { background: #ff5722; border-radius: 5px; }
