.urhost360-3d-btn {
    background: linear-gradient(45deg, #7BA05B, #9CB87C);
    color: white !important;
    border: none;
    padding: 8px 16px;
    border-radius: 20px;
    cursor: pointer;
    font-size: 12px;
    font-weight: 600;
    margin: 5px;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    text-decoration: none !important;
}

.urhost360-3d-btn:hover {
    transform: translateY(-2px);
    background: linear-gradient(45deg, #5A7A43, #7BA05B);
}

.urhost360-3d-btn::before {
    content: "🥽";
    font-size: 14px;
}

.urhost360-modal {
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.9);
    display: none;
}

.urhost360-modal-content {
    position: relative;
    background: white;
    margin: 2% auto;
    width: 95%;
    max-width: 1200px;
    height: 90vh;
    border-radius: 15px;
    border: 3px solid #7BA05B;
}

.urhost360-modal-header {
    background: #7BA05B;
    color: white;
    padding: 15px 20px;
    border-radius: 12px 12px 0 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.urhost360-close {
    color: white;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    background: none;
    border: none;
}

.urhost360-close:hover {
    opacity: 0.7;
}

.urhost360-modal-body {
    padding: 0;
    height: calc(90vh - 70px);
    border-radius: 0 0 12px 12px;
    overflow: hidden;
}

#urhost360-menu-container {
    margin: 20px 0;
    padding: 15px;
    background: #f9f9f9;
    border-radius: 8px;
    border-left: 4px solid #7BA05B;
}
