#fon-popup {
    position: fixed;
    bottom: 20px;
    left: 20px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 6px 16px rgba(0,0,0,0.25);
    font-family: Arial, sans-serif;
    font-size: 13px;
    display: none;
    z-index: 9999;
    width: 300px;
    padding: 10px;
}

.fon-wrapper {
    display: flex;
    align-items: center;
}

.fon-map {
    flex-shrink: 0;
    border-radius: 12px;
    overflow: hidden;
    margin-right: 10px;
    width: 70px;
    height: 70px;
}

.fon-text {
    flex: 1;
}

.fon-location {
    font-weight: bold;
    margin-bottom: 2px;
}

.fon-sub {
    font-size: 12px;
    color: #666;
}

.fon-time {
    font-size: 11px;
    color: #999;
    margin-top: 3px;
}

.fon-verified {
    font-size: 11px;
    color: #007bff;
    margin-top: 4px;
    display: flex;
    align-items: center;
}

.fon-verified::before {
    content: "✔";
    margin-right: 4px;
    color: #007bff;
}